# SocialCrawl API Reference (/docs/api-reference) Append `.md` to any `/docs/...` URL to read that page as Markdown. - Interactive HTML: https://www.socialcrawl.dev/docs/api-reference - OpenAPI: https://www.socialcrawl.dev/v1/openapi.json - Full text catalog: https://www.socialcrawl.dev/llms-full.txt ## Authentication Every request requires an `x-api-key` header. Never put the key in the URL. ## Base URL https://www.socialcrawl.dev/v1 ## Amazon - `GET /v1/amazon/shop` — Get Amazon shop page — 1cr Required: url Markdown: /platforms/amazon/shop.md - `GET /v1/amazon/product-search` — Search Amazon products by keyword — 1cr Required: query Markdown: /platforms/amazon/product-search.md - `GET /v1/amazon/product` — Get an Amazon product by ASIN — 5cr Required: asin Markdown: /platforms/amazon/product.md - `GET /v1/amazon/reviews` — Get Amazon product reviews — 5cr Required: asin Markdown: /platforms/amazon/reviews.md - `GET /v1/amazon/sellers` — Get Amazon sellers and offers for a product — 1cr Required: asin Markdown: /platforms/amazon/sellers.md ## Apple App Store - `GET /v1/app_store/app-search` — Search Apple App Store apps by keyword — 5cr Required: query Markdown: /platforms/app_store/app-search.md - `GET /v1/app_store/search-suggestions` — Get Apple App Store search suggestions — 1cr Required: query Markdown: /platforms/app_store/search-suggestions.md - `GET /v1/app_store/app-info` — Get full Apple App Store app details — 5cr Required: app_id Markdown: /platforms/app_store/app-info.md - `GET /v1/app_store/app-reviews` — Get Apple App Store reviews for an app — 5cr Required: app_id Markdown: /platforms/app_store/app-reviews.md - `GET /v1/app_store/app-list` — Get an Apple App Store chart — 5cr Required: app_collection Markdown: /platforms/app_store/app-list.md - `GET /v1/app_store/app-listings-search` — Search the Apple App Store listings database (paginated) — 10cr Required: title Markdown: /platforms/app_store/app-listings-search.md - `GET /v1/app_store/categories` — List Apple App Store app categories — 1cr Required: (none) Markdown: /platforms/app_store/categories.md - `GET /v1/app_store/locations` — List supported Apple App Store storefront locations — 1cr Required: (none) Markdown: /platforms/app_store/locations.md - `GET /v1/app_store/languages` — List supported Apple App Store languages — 1cr Required: (none) Markdown: /platforms/app_store/languages.md ## Apple Music - `GET /v1/apple_music/search` — Search Apple Music — 1cr Required: query Markdown: /platforms/apple_music/search.md - `GET /v1/apple_music/artist` — Get an Apple Music artist — 1cr Required: (none) Markdown: /platforms/apple_music/artist.md - `GET /v1/apple_music/album` — Get an Apple Music album — 1cr Required: (none) Markdown: /platforms/apple_music/album.md - `GET /v1/apple_music/track` — Get an Apple Music track — 1cr Required: (none) Markdown: /platforms/apple_music/track.md ## Bluesky - `GET /v1/bluesky/profile` — Get a Bluesky profile — 1cr Required: handle Markdown: /platforms/bluesky/profile.md - `GET /v1/bluesky/user/posts` — List a Bluesky user's posts — 1cr Required: (none) Markdown: /platforms/bluesky/user-posts.md - `GET /v1/bluesky/post` — Get a Bluesky post — 1cr Required: url Markdown: /platforms/bluesky/post.md ## Content Analysis - `GET /v1/content_analysis/search` — Search web citations of a keyword with per-mention sentiment — 20cr Required: keyword Markdown: /platforms/content_analysis/search.md - `GET /v1/content_analysis/summary` — Aggregate mention summary for a keyword — 20cr Required: keyword Markdown: /platforms/content_analysis/summary.md - `GET /v1/content_analysis/sentiment` — Sentiment breakdown for a keyword — 20cr Required: keyword Markdown: /platforms/content_analysis/sentiment.md - `GET /v1/content_analysis/rating-distribution` — Rating histogram for a keyword — 20cr Required: keyword Markdown: /platforms/content_analysis/rating-distribution.md - `GET /v1/content_analysis/phrase-trends` — Keyword mention volume + sentiment over time — 20cr Required: keyword, date_from Markdown: /platforms/content_analysis/phrase-trends.md - `GET /v1/content_analysis/category-trends` — Category mention volume + sentiment over time — 20cr Required: category_code, date_from Markdown: /platforms/content_analysis/category-trends.md - `GET /v1/content_analysis/languages` — List supported Content Analysis languages — 1cr Required: (none) Markdown: /platforms/content_analysis/languages.md - `GET /v1/content_analysis/locations` — List supported Content Analysis locations — 1cr Required: (none) Markdown: /platforms/content_analysis/locations.md - `GET /v1/content_analysis/categories` — List the Content Analysis category taxonomy — 1cr Required: (none) Markdown: /platforms/content_analysis/categories.md - `GET /v1/content_analysis/filters` — List the filterable fields for Content Analysis — 1cr Required: (none) Markdown: /platforms/content_analysis/filters.md ## eBay - `GET /v1/ebay/search` — Search eBay listings — 5cr Required: query Markdown: /platforms/ebay/search.md - `GET /v1/ebay/product` — Get an eBay listing by item id — 5cr Required: product_id Markdown: /platforms/ebay/product.md ## Facebook - `GET /v1/facebook/profile` — Get Facebook page profile — 1cr Required: url Markdown: /platforms/facebook/profile.md - `GET /v1/facebook/profile/posts` — List Facebook page posts — 1cr Required: (none) Markdown: /platforms/facebook/profile-posts.md - `GET /v1/facebook/post` — Get Facebook post details — 1cr Required: url Markdown: /platforms/facebook/post.md - `GET /v1/facebook/post/comments` — List Facebook post comments — 1cr Required: (none) Markdown: /platforms/facebook/post-comments.md - `GET /v1/facebook/group/posts` — List Facebook group posts — 1cr Required: (none) Markdown: /platforms/facebook/group-posts.md - `GET /v1/facebook/group` — Get a Facebook group — 1cr Required: (none) Markdown: /platforms/facebook/group.md - `GET /v1/facebook/post/transcript` — Get Facebook video transcript — 10cr Required: url Markdown: /platforms/facebook/post-transcript.md - `GET /v1/facebook/profile/photos` — List Facebook profile photos — 1cr Required: url Markdown: /platforms/facebook/profile-photos.md - `GET /v1/facebook/profile/reels` — List Facebook profile reels — 1cr Required: url Markdown: /platforms/facebook/profile-reels.md - `GET /v1/facebook/adlibrary/ad` — Get Facebook Ad Library ad details — 5cr Required: (none) Markdown: /platforms/facebook/adlibrary-ad.md - `GET /v1/facebook/adlibrary/company/ads` — List Facebook Ad Library company ads — 5cr Required: (none) Markdown: /platforms/facebook/adlibrary-company-ads.md - `GET /v1/facebook/adlibrary/search/ads` — Search Facebook Ad Library — 5cr Required: query Markdown: /platforms/facebook/adlibrary-search-ads.md - `GET /v1/facebook/adlibrary/search/companies` — Search Facebook Ad Library companies — 5cr Required: query Markdown: /platforms/facebook/adlibrary-search-companies.md - `GET /v1/facebook/profile/events` — List a Facebook page's events — 1cr Required: url Markdown: /platforms/facebook/profile-events.md - `GET /v1/facebook/post/comment/replies` — List replies to a Facebook post comment — 1cr Required: feedback_id, expansion_token Markdown: /platforms/facebook/post-comment-replies.md - `GET /v1/facebook/marketplace/location/search` — Search Facebook Marketplace locations — 1cr Required: query Markdown: /platforms/facebook/marketplace-location-search.md - `GET /v1/facebook/marketplace/search` — Search Facebook Marketplace listings — 1cr Required: query, lat, lng Markdown: /platforms/facebook/marketplace-search.md - `GET /v1/facebook/marketplace/item` — Get a Facebook Marketplace item — 1cr Required: (none) Markdown: /platforms/facebook/marketplace-item.md - `GET /v1/facebook/events/search` — Search Facebook events by keyword — 1cr Required: query Markdown: /platforms/facebook/events-search.md - `GET /v1/facebook/events` — List Facebook events for a city — 1cr Required: url Markdown: /platforms/facebook/events.md - `GET /v1/facebook/event/details` — Get details for a Facebook event — 1cr Required: (none) Markdown: /platforms/facebook/event-details.md - `GET /v1/facebook/adlibrary/ad/transcript` — Get a Facebook Ad Library video ad transcript — 10cr Required: (none) Markdown: /platforms/facebook/adlibrary-ad-transcript.md - `GET /v1/facebook/profile/full` — Facebook profile, recent posts, and computed analytics in one call. — 5cr Required: (none) Markdown: /platforms/facebook/profile-full.md - `GET /v1/facebook/profile/reels/full` — Facebook profile reels with exact views, likes, comments, and shares merged in, in one call. — 5cr Required: url Markdown: /platforms/facebook/profile-reels-full.md ## GitHub - `GET /v1/github/profile` — Get a GitHub user profile — 1cr Required: handle Markdown: /platforms/github/profile.md - `GET /v1/github/repo` — Get a GitHub repository — 1cr Required: url Markdown: /platforms/github/repo.md - `GET /v1/github/profile/repos` — List a GitHub user's repositories — 1cr Required: handle Markdown: /platforms/github/profile-repos.md - `GET /v1/github/repo/readme` — Get a repository's README — 1cr Required: url Markdown: /platforms/github/repo-readme.md - `GET /v1/github/repo/releases` — List a repository's releases — 1cr Required: url Markdown: /platforms/github/repo-releases.md - `GET /v1/github/repo/issues` — List a repository's issues (and PRs) — 1cr Required: url Markdown: /platforms/github/repo-issues.md - `GET /v1/github/issue` — Get a single issue or pull request — 1cr Required: url Markdown: /platforms/github/issue.md - `GET /v1/github/issue/comments` — Get comments on an issue or pull request — 1cr Required: url Markdown: /platforms/github/issue-comments.md - `GET /v1/github/search` — Search GitHub issues and pull requests — 1cr Required: query Markdown: /platforms/github/search.md - `GET /v1/github/repo/top-issues` — Top feature request and top complaint for a repository — 5cr Required: url Markdown: /platforms/github/repo-top-issues.md - `GET /v1/github/repo/dossier` — Full project dossier for a repository — 5cr Required: url Markdown: /platforms/github/repo-dossier.md - `GET /v1/github/user/profile-velocity` — User contribution velocity dossier — 10cr Required: handle Markdown: /platforms/github/user-profile-velocity.md ## Google - `GET /v1/google/search` — Google web search — 1cr Required: query Markdown: /platforms/google/search.md - `GET /v1/google/ad` — Get Google ad details — 5cr Required: url Markdown: /platforms/google/ad.md - `GET /v1/google/adlibrary/advertisers/search` — Search Google Ad Library advertisers — 5cr Required: query Markdown: /platforms/google/adlibrary-advertisers-search.md - `GET /v1/google/company/ads` — List Google ads by company — 5cr Required: (none) Markdown: /platforms/google/company-ads.md - `GET /v1/google/business/info` — Get a Google Business Profile — 1cr Required: (none) Markdown: /platforms/google/business-info.md - `GET /v1/google/business/extended-reviews` — Get Google extended (multi-source) reviews — 5cr Required: (none) Markdown: /platforms/google/business-extended-reviews.md - `GET /v1/google/business/updates` — Get Google Business Profile posts (updates) — 1cr Required: (none) Markdown: /platforms/google/business-updates.md - `GET /v1/google/business/questions` — Get Google Business Profile questions & answers — 5cr Required: (none) Markdown: /platforms/google/business-questions.md - `GET /v1/google/hotels/search` — Search Google hotels — 1cr Required: keyword Markdown: /platforms/google/hotels-search.md - `GET /v1/google/hotels/info` — Get Google hotel detail — 5cr Required: hotel_identifier Markdown: /platforms/google/hotels-info.md ## Google Finance - `GET /v1/google_finance/quote` — Get a financial instrument quote — 5cr Required: keyword Markdown: /platforms/google_finance/quote.md - `GET /v1/google_finance/ticker-search` — Search financial instruments by name — 1cr Required: keyword Markdown: /platforms/google_finance/ticker-search.md - `GET /v1/google_finance/markets` — Get a markets overview (indices + movers) — 1cr Required: (none) Markdown: /platforms/google_finance/markets.md ## Google News - `GET /v1/google_news/search` — Search Google News — 1cr Required: keyword Markdown: /platforms/google_news/search.md ## Google Play - `GET /v1/google_play/app-search` — Search Google Play apps by keyword — 5cr Required: query Markdown: /platforms/google_play/app-search.md - `GET /v1/google_play/search-suggestions` — Get Google Play search suggestions — 1cr Required: query Markdown: /platforms/google_play/search-suggestions.md - `GET /v1/google_play/app-info` — Get full Google Play app details — 5cr Required: app_id Markdown: /platforms/google_play/app-info.md - `GET /v1/google_play/app-reviews` — Get Google Play reviews for an app — 5cr Required: app_id Markdown: /platforms/google_play/app-reviews.md - `GET /v1/google_play/app-list` — Get a Google Play store chart — 5cr Required: app_collection Markdown: /platforms/google_play/app-list.md - `GET /v1/google_play/app-listings-search` — Search the Google Play listings database (paginated) — 10cr Required: title Markdown: /platforms/google_play/app-listings-search.md - `GET /v1/google_play/categories` — List Google Play app categories — 1cr Required: (none) Markdown: /platforms/google_play/categories.md - `GET /v1/google_play/locations` — List supported Google Play storefront locations — 1cr Required: (none) Markdown: /platforms/google_play/locations.md - `GET /v1/google_play/languages` — List supported Google Play languages — 1cr Required: (none) Markdown: /platforms/google_play/languages.md ## Google Shopping - `GET /v1/google_shopping/product-search` — Search Google Shopping products — 5cr Required: query Markdown: /platforms/google_shopping/product-search.md - `GET /v1/google_shopping/product` — Get Google Shopping product detail — 1cr Required: (none) Markdown: /platforms/google_shopping/product.md - `GET /v1/google_shopping/reviews` — Get Google Shopping product reviews — 1cr Required: gid Markdown: /platforms/google_shopping/reviews.md - `GET /v1/google_shopping/sellers` — Get Google Shopping sellers for a product — 1cr Required: (none) Markdown: /platforms/google_shopping/sellers.md ## Google Trends - `GET /v1/google_trends/explore` — Get Google Trends interest over time — 5cr Required: keywords Markdown: /platforms/google_trends/explore.md - `GET /v1/google_trends/rising` — Get related + rising Google Trends queries — 5cr Required: keyword Markdown: /platforms/google_trends/rising.md ## Hacker News - `GET /v1/hackernews/search` — Search Hacker News — 1cr Required: query Markdown: /platforms/hackernews/search.md - `GET /v1/hackernews/story` — Get a Hacker News story — 1cr Required: id Markdown: /platforms/hackernews/story.md - `GET /v1/hackernews/story/comments` — Get comments on a Hacker News story — 1cr Required: id Markdown: /platforms/hackernews/story-comments.md - `GET /v1/hackernews/profile` — Get a Hacker News user profile — 1cr Required: handle Markdown: /platforms/hackernews/profile.md ## Home Depot - `GET /v1/home_depot/product` — Get a Home Depot product by item id or URL — 5cr Required: (none) Markdown: /platforms/home_depot/product.md - `GET /v1/home_depot/reviews` — Get Home Depot product reviews — 5cr Required: item_id Markdown: /platforms/home_depot/reviews.md ## Instagram - `GET /v1/instagram/profile` — Get Instagram user profile — 1cr Required: handle Markdown: /platforms/instagram/profile.md - `GET /v1/instagram/profile/posts` — List Instagram user posts — 1cr Required: handle Markdown: /platforms/instagram/profile-posts.md - `GET /v1/instagram/post` — Get Instagram post details — 1cr Required: url Markdown: /platforms/instagram/post.md - `GET /v1/instagram/post/comments` — List Instagram post comments — 5cr Required: url Markdown: /platforms/instagram/post-comments.md - `GET /v1/instagram/comment` — Look up one Instagram comment by URL or id — 5cr Required: (none) Markdown: /platforms/instagram/comment.md - `GET /v1/instagram/basic-profile` — Get Instagram basic profile — 1cr Required: (none) Markdown: /platforms/instagram/basic-profile.md - `GET /v1/instagram/profile/reels` — List Instagram user reels — 1cr Required: (none) Markdown: /platforms/instagram/profile-reels.md - `GET /v1/instagram/highlights` — List Instagram story highlights — 1cr Required: (none) Markdown: /platforms/instagram/highlights.md - `GET /v1/instagram/highlight/detail` — Get Instagram highlight detail — 1cr Required: (none) Markdown: /platforms/instagram/highlight-detail.md - `GET /v1/instagram/search/reels` — Search Instagram reels — 1cr Required: query Markdown: /platforms/instagram/search-reels.md - `GET /v1/instagram/media/transcript` — Get Instagram media transcript — 10cr Required: url Markdown: /platforms/instagram/media-transcript.md - `GET /v1/instagram/user/embed` — Get Instagram user embed HTML — 1cr Required: handle Markdown: /platforms/instagram/user-embed.md - `GET /v1/instagram/audio/reels` — List Instagram reels using an audio track — 1cr Required: audio_id Markdown: /platforms/instagram/audio-reels.md - `GET /v1/instagram/search/hashtag` — Search Instagram posts by hashtag — 5cr Required: hashtag Markdown: /platforms/instagram/search-hashtag.md - `GET /v1/instagram/search/profiles` — Search Instagram profiles by keyword — 1cr Required: query Markdown: /platforms/instagram/search-profiles.md - `GET /v1/instagram/reels/trending` — Get trending Instagram reels — 5cr Required: (none) Markdown: /platforms/instagram/reels-trending.md - `GET /v1/instagram/followers` — List Instagram followers — 5cr Required: (none) Markdown: /platforms/instagram/followers.md - `GET /v1/instagram/following` — List Instagram following — 5cr Required: (none) Markdown: /platforms/instagram/following.md - `GET /v1/instagram/similar` — List similar Instagram accounts — 5cr Required: (none) Markdown: /platforms/instagram/similar.md - `GET /v1/instagram/post/likers` — List Instagram post likers — 5cr Required: url Markdown: /platforms/instagram/post-likers.md - `GET /v1/instagram/post/stats` — Get Instagram post stats including the share count — 5cr Required: url Markdown: /platforms/instagram/post-stats.md - `GET /v1/instagram/tagged` — List posts an Instagram user is tagged in — 5cr Required: (none) Markdown: /platforms/instagram/tagged.md - `GET /v1/instagram/location/posts` — List recent posts at an Instagram location — 5cr Required: location_id Markdown: /platforms/instagram/location-posts.md - `GET /v1/instagram/engagement` — Get Instagram engagement statistics — 5cr Required: handle Markdown: /platforms/instagram/engagement.md - `GET /v1/instagram/search/location` — Search Instagram locations — 5cr Required: query Markdown: /platforms/instagram/search-location.md - `GET /v1/instagram/search` — Search Instagram accounts, hashtags, and places — 1cr Required: query Markdown: /platforms/instagram/search.md - `GET /v1/instagram/search/popular` — Search popular Instagram posts — 1cr Required: query Markdown: /platforms/instagram/search-popular.md - `GET /v1/instagram/post/comment/replies` — List replies under an Instagram comment — 1cr Required: url, comment_id Markdown: /platforms/instagram/post-comment-replies.md - `GET /v1/instagram/username-suggestions` — Get Instagram username suggestions — 5cr Required: query Markdown: /platforms/instagram/username-suggestions.md - `GET /v1/instagram/search/music` — Search Instagram music — 5cr Required: query Markdown: /platforms/instagram/search-music.md - `GET /v1/instagram/stories` — List an Instagram user's active stories — 5cr Required: (none) Markdown: /platforms/instagram/stories.md - `GET /v1/instagram/story/download` — Download a single Instagram story — 5cr Required: (none) Markdown: /platforms/instagram/story-download.md - `GET /v1/instagram/music/trending` — List trending Instagram music — 5cr Required: (none) Markdown: /platforms/instagram/music-trending.md - `GET /v1/instagram/profile/full` — Instagram profile, recent posts, and computed analytics in one call. — 5cr Required: (none) Markdown: /platforms/instagram/profile-full.md - `GET /v1/instagram/profile/reels/full` — Instagram reels with views, likes, comments, and per-reel share counts where available, in one call. — 5cr Required: (none) Markdown: /platforms/instagram/profile-reels-full.md - `GET /v1/instagram/profile/posts/full` — Instagram posts with views, likes, comments, and per-post share counts where available, in one call. — 5cr Required: (none) Markdown: /platforms/instagram/profile-posts-full.md ## Kick - `GET /v1/kick/clip` — Get Kick clip details — 1cr Required: url Markdown: /platforms/kick/clip.md ## Komi - `GET /v1/komi/page` — Get Komi page — 1cr Required: url Markdown: /platforms/komi/page.md ## Kwai - `GET /v1/kwai/profile` — Get a Kwai user profile — 1cr Required: (none) Markdown: /platforms/kwai/profile.md - `GET /v1/kwai/user/posts` — List a Kwai user's posts — 1cr Required: (none) Markdown: /platforms/kwai/user-posts.md - `GET /v1/kwai/post` — Get a Kwai post — 1cr Required: (none) Markdown: /platforms/kwai/post.md ## LinkBio - `GET /v1/linkbio/page` — Get Linkbio page — 1cr Required: url Markdown: /platforms/linkbio/page.md ## LinkedIn - `GET /v1/linkedin/profile` — Get LinkedIn user profile — 5cr Required: url Markdown: /platforms/linkedin/profile.md - `GET /v1/linkedin/company` — Get LinkedIn company page with its full About tab — 5cr Required: url Markdown: /platforms/linkedin/company.md - `GET /v1/linkedin/post` — Get LinkedIn post details — 5cr Required: url Markdown: /platforms/linkedin/post.md - `GET /v1/linkedin/search/people` — Search LinkedIn people — 10cr Required: query Markdown: /platforms/linkedin/search-people.md - `GET /v1/linkedin/company/people` — List people at a LinkedIn company — 10cr Required: company_id Markdown: /platforms/linkedin/company-people.md - `GET /v1/linkedin/post/comments` — Get LinkedIn post comments — 5cr Required: url Markdown: /platforms/linkedin/post-comments.md - `GET /v1/linkedin/profile/posts` — List a LinkedIn member's posts — 5cr Required: url Markdown: /platforms/linkedin/profile-posts.md - `GET /v1/linkedin/profile/reactions` — List posts a LinkedIn member reacted to — 5cr Required: url Markdown: /platforms/linkedin/profile-reactions.md - `GET /v1/linkedin/post/reposts` — List reposts of a LinkedIn post — 5cr Required: url Markdown: /platforms/linkedin/post-reposts.md - `GET /v1/linkedin/group/posts` — List posts in a LinkedIn group — 5cr Required: group_id Markdown: /platforms/linkedin/group-posts.md - `GET /v1/linkedin/company/affiliated-pages` — List a company's affiliated/showcase pages — 5cr Required: company_id Markdown: /platforms/linkedin/company-affiliated-pages.md - `GET /v1/linkedin/post/comments/replies` — List replies to a LinkedIn comment — 5cr Required: url, comment_id Markdown: /platforms/linkedin/post-comments-replies.md - `GET /v1/linkedin/profile/experiences` — List a member's work experiences — 5cr Required: url Markdown: /platforms/linkedin/profile-experiences.md - `GET /v1/linkedin/profile/educations` — List a member's education history — 5cr Required: url Markdown: /platforms/linkedin/profile-educations.md - `GET /v1/linkedin/profile/skills` — List a member's skills — 5cr Required: url Markdown: /platforms/linkedin/profile-skills.md - `GET /v1/linkedin/profile/honors` — List a member's honors and awards — 5cr Required: url Markdown: /platforms/linkedin/profile-honors.md - `GET /v1/linkedin/profile/certifications` — List a member's licenses and certifications — 5cr Required: url Markdown: /platforms/linkedin/profile-certifications.md - `GET /v1/linkedin/profile/publications` — List a member's publications — 5cr Required: url Markdown: /platforms/linkedin/profile-publications.md - `GET /v1/linkedin/profile/volunteers` — List a member's volunteer experiences — 5cr Required: url Markdown: /platforms/linkedin/profile-volunteers.md - `GET /v1/linkedin/profile/recommendations` — List recommendations for a member — 5cr Required: url Markdown: /platforms/linkedin/profile-recommendations.md - `GET /v1/linkedin/profile/interests/companies` — List companies a member follows — 5cr Required: url Markdown: /platforms/linkedin/profile-interests-companies.md - `GET /v1/linkedin/profile/interests/groups` — List groups a member follows — 5cr Required: url Markdown: /platforms/linkedin/profile-interests-groups.md - `GET /v1/linkedin/profile/images` — List a member's image posts — 5cr Required: url Markdown: /platforms/linkedin/profile-images.md - `GET /v1/linkedin/profile/videos` — List a member's video posts — 5cr Required: url Markdown: /platforms/linkedin/profile-videos.md - `GET /v1/linkedin/profile/comments` — List a member's comments — 5cr Required: url Markdown: /platforms/linkedin/profile-comments.md - `GET /v1/linkedin/post/reactions` — List reactors on a LinkedIn post — 10cr Required: url Markdown: /platforms/linkedin/post-reactions.md - `GET /v1/linkedin/company/jobs` — List a company's job postings — 10cr Required: company_id Markdown: /platforms/linkedin/company-jobs.md - `GET /v1/linkedin/search/jobs` — Search LinkedIn jobs — 10cr Required: query Markdown: /platforms/linkedin/search-jobs.md - `GET /v1/linkedin/search/location` — Resolve a location to a LinkedIn geocode id — 1cr Required: query Markdown: /platforms/linkedin/search-location.md - `GET /v1/linkedin/search/schools` — Search LinkedIn schools — 1cr Required: query Markdown: /platforms/linkedin/search-schools.md - `GET /v1/linkedin/search/industry` — Resolve an industry name to a LinkedIn industry id — 1cr Required: query Markdown: /platforms/linkedin/search-industry.md - `GET /v1/linkedin/profile/about` — Get a member's account freshness signals (NOT the profile About section) — 5cr Required: url Markdown: /platforms/linkedin/profile-about.md - `GET /v1/linkedin/profile/contact` — Get a member's public contact info — 5cr Required: url Markdown: /platforms/linkedin/profile-contact.md - `GET /v1/linkedin/profile/stats` — Get a member's follower + connection counts — 5cr Required: url Markdown: /platforms/linkedin/profile-stats.md - `GET /v1/linkedin/company/job-count` — Get a company's open job count — 5cr Required: company_id Markdown: /platforms/linkedin/company-job-count.md - `GET /v1/linkedin/company/insights` — Get aggregate insights about a company's members — 5cr Required: company_id Markdown: /platforms/linkedin/company-insights.md - `GET /v1/linkedin/group` — Get LinkedIn group details — 5cr Required: group_id Markdown: /platforms/linkedin/group.md - `GET /v1/linkedin/job` — Get LinkedIn job details — 5cr Required: id Markdown: /platforms/linkedin/job.md - `GET /v1/linkedin/company/posts` — List LinkedIn company posts — 5cr Required: company_id Markdown: /platforms/linkedin/company-posts.md - `GET /v1/linkedin/ad` — Get LinkedIn ad details — 5cr Required: url Markdown: /platforms/linkedin/ad.md - `GET /v1/linkedin/ads/search` — Search LinkedIn ads — 5cr Required: (none) Markdown: /platforms/linkedin/ads-search.md - `GET /v1/linkedin/search/posts` — Search public LinkedIn posts by keyword — 5cr Required: query Markdown: /platforms/linkedin/search-posts.md - `GET /v1/linkedin/post/transcript` — Get a LinkedIn post video transcript — 10cr Required: url Markdown: /platforms/linkedin/post-transcript.md - `GET /v1/linkedin/profile/full` — LinkedIn company profile, recent posts, and computed analytics in one call. — 5cr Required: (none) Markdown: /platforms/linkedin/profile-full.md ## LinkMe - `GET /v1/linkme/page` — Get Linkme profile — 1cr Required: url Markdown: /platforms/linkme/page.md ## Linktree - `GET /v1/linktree/page` — Get Linktree page — 1cr Required: url Markdown: /platforms/linktree/page.md ## Naver - `GET /v1/naver/blog/search` — Search Naver Blog — 1cr Required: query Markdown: /platforms/naver/blog-search.md - `GET /v1/naver/news/search` — Search Naver News — 1cr Required: query Markdown: /platforms/naver/news-search.md - `GET /v1/naver/encyc/search` — Search Naver Encyclopedia — 1cr Required: query Markdown: /platforms/naver/encyc-search.md - `GET /v1/naver/cafearticle/search` — Search Naver Cafe articles — 1cr Required: query Markdown: /platforms/naver/cafearticle-search.md - `GET /v1/naver/kin/search` — Search Naver KnowledgeiN (지식iN) — 1cr Required: query Markdown: /platforms/naver/kin-search.md - `GET /v1/naver/local/search` — Search Naver Local (장소 검색) — 1cr Required: query Markdown: /platforms/naver/local-search.md - `GET /v1/naver/image/search` — Search Naver Image — 1cr Required: query Markdown: /platforms/naver/image-search.md - `GET /v1/naver/webkr/search` — Search Naver Web (웹문서) — 1cr Required: query Markdown: /platforms/naver/webkr-search.md - `GET /v1/naver/errata` — Correct a mistyped Korean search query (오타변환) — 1cr Required: query Markdown: /platforms/naver/errata.md - `GET /v1/naver/adult` — Check whether a Korean search term is adult-only (성인 검색어 판별) — 1cr Required: query Markdown: /platforms/naver/adult.md - `GET /v1/naver/search-trend` — Get Naver search-volume trend for Korean keywords (검색어트렌드) — 5cr Required: keywords Markdown: /platforms/naver/search-trend.md - `GET /v1/naver/shopping-insight/category` — Get Naver Shopping click trend for a category (쇼핑인사이트) — 5cr Required: category_code Markdown: /platforms/naver/shopping-insight-category.md - `GET /v1/naver/shopping-insight/keyword` — Get Naver Shopping click trend for keywords inside a category (쇼핑인사이트) — 5cr Required: category_code, keyword Markdown: /platforms/naver/shopping-insight-keyword.md - `GET /v1/naver/brief` — One query across the Korean internet (5 Naver corpora) + optional digest. — 10cr Required: query Markdown: /platforms/naver/brief.md ## Perplexity - `GET /v1/perplexity/research` — Web research via Perplexity Sonar — 1cr Required: query Markdown: /platforms/perplexity/research.md ## Pillar - `GET /v1/pillar/page` — Get Pillar page — 1cr Required: url Markdown: /platforms/pillar/page.md ## Pinterest - `GET /v1/pinterest/search` — Search Pinterest pins — 1cr Required: query Markdown: /platforms/pinterest/search.md - `GET /v1/pinterest/pin` — Get Pinterest pin details — 1cr Required: url Markdown: /platforms/pinterest/pin.md - `GET /v1/pinterest/url-stats` — Get Pinterest save counts for external URLs — 1cr Required: urls Markdown: /platforms/pinterest/url-stats.md - `GET /v1/pinterest/board` — Get Pinterest board — 1cr Required: url Markdown: /platforms/pinterest/board.md - `GET /v1/pinterest/user/boards` — List Pinterest user boards — 1cr Required: handle Markdown: /platforms/pinterest/user-boards.md ## Polymarket - `GET /v1/polymarket/research` — Polymarket prediction markets — multi-query research — 5cr Required: query Markdown: /platforms/polymarket/research.md ## Prism - `GET /v1/prism/lookup` — Universal URL dispatcher: any social/commerce URL → the right detail endpoint's unified response. — 0cr Required: url Markdown: /platforms/prism/lookup.md - `GET /v1/prism/comments` — Every comment on a post, replies nested, server-paginated to completion. — 1cr Required: url Markdown: /platforms/prism/comments.md - `GET /v1/prism/brand-mentions` — Brand mention volume time-series, sentiment split, top sources, and recent mentions for one keyword. — 50cr Required: keyword, date_from Markdown: /platforms/prism/brand-mentions.md - `GET /v1/prism/demand-signals` — Consumer-demand nowcast: app-review velocity, web mention slope, Reddit velocity, and commerce review levels, fused into a published demand index. — 30cr Required: keyword Markdown: /platforms/prism/demand-signals.md - `GET /v1/prism/campaign` — Campaign tracker: pre/during/post volume lift, cross-platform engagement, and ranked top amplifiers for a hashtag or phrase. — 35cr Required: (none) Markdown: /platforms/prism/campaign.md - `GET /v1/prism/ai-visibility` — AI Share-of-Voice / GEO monitoring: prompt set x reruns to per-brand appearance-% per AI engine plus a cited-domain ranking. — 2cr Required: brand Markdown: /platforms/prism/ai-visibility.md - `GET /v1/prism/crisis-postmortem` — Crisis post-mortem: a who-said-what-first timeline across web, Reddit, Hacker News, and social, with an origin, peak, propagation sequence, and a grounded narrative. — 35cr Required: brand Markdown: /platforms/prism/crisis-postmortem.md - `GET /v1/prism/crisis-radar` — Stateless crisis breach check: a z-score on daily mention volume and negative share, with on-breach confirmation and a severity grade. — 15cr Required: (none) Markdown: /platforms/prism/crisis-radar.md - `GET /v1/prism/devtool-pulse` — Developer-brand health: a devtool's repo dossier + Hacker News reaction + Reddit chatter + dev-blog echo, in one call. — 20cr Required: query Markdown: /platforms/prism/devtool-pulse.md - `GET /v1/prism/leads` — Ranked feed of public conversations where people seek alternatives to or are switching from a competitor. — 50cr Required: competitor Markdown: /platforms/prism/leads.md - `GET /v1/prism/earned-media` — A brand's earned-media footprint — news + tech-press + fresh-web clips, deduped and ranked, with an outlet-coverage rollup. — 25cr Required: brand Markdown: /platforms/prism/earned-media.md - `GET /v1/prism/truthsocial-pulse` — A Truth Social handle's pulse — profile, recent posts, per-post detail drill, and the news echo, in one call. — 20cr Required: handle Markdown: /platforms/prism/truthsocial-pulse.md - `GET /v1/prism/launch-echo` — How a launch landed — the Hacker News reaction (top threads + comments), the dev-blog echo, and an optional repo dossier. — 20cr Required: query Markdown: /platforms/prism/launch-echo.md - `GET /v1/prism/audience-overlap` — How much two TikTok creators' commenter audiences overlap — Jaccard, shared-fan count, and a confidence label. — 20cr Required: handle_a, handle_b Markdown: /platforms/prism/audience-overlap.md - `GET /v1/prism/reputation` — A brand's cross-source reputation — Trustpilot + app stores + Google Business + web sentiment, blended into one weighted score with themed pros/cons. — 30cr Required: brand Markdown: /platforms/prism/reputation.md - `GET /v1/prism/employer-brand` — A company's employer brand — what people say about working there across Reddit, the web, YouTube, Naver, and the company's own LinkedIn voice. — 30cr Required: company Markdown: /platforms/prism/employer-brand.md - `GET /v1/prism/audience-questions` — The real questions a topic's audience asks — harvested from Reddit + YouTube threads and clustered by intent (who/what/why/how/vs). — 30cr Required: topic Markdown: /platforms/prism/audience-questions.md - `GET /v1/prism/product-reviews` — A product's reviews across Amazon + Google Shopping + Trustpilot, folded into a cross-marketplace rating + themed pros/cons report. — 30cr Required: (none) Markdown: /platforms/prism/product-reviews.md - `GET /v1/prism/apps-lookup` — One app across Google Play + the App Store — resolved, title-matched, and compared into a cross-store rating + listing report. — 30cr Required: (none) Markdown: /platforms/prism/apps-lookup.md - `GET /v1/prism/org-radar` — A GitHub org's footprint — its top repos each expanded into a full dossier (releases, issue load, top request/complaint), rolled up. — 26cr Required: org Markdown: /platforms/prism/org-radar.md - `GET /v1/prism/creator-vet` — Vet a creator before partnering — engagement quality, commenter authenticity, posting cadence, and controversy signals, optionally across platforms. — 50cr Required: handle Markdown: /platforms/prism/creator-vet.md - `GET /v1/prism/korea-gap` — What the world is talking about that Korea isn't (and vice versa) — the global vs Korean (Naver) conversation gap for a brand/topic. — 40cr Required: query Markdown: /platforms/prism/korea-gap.md - `GET /v1/prism/share-of-voice` — Engagement-weighted Share of Voice across 2-5 brands, with web+social split, emotion overlay, and ESOV. — 40cr Required: brands Markdown: /platforms/prism/share-of-voice.md - `GET /v1/prism/review-integrity` — Cross-source review integrity verdict (statistical, deterministic). — 30cr Required: (none) Markdown: /platforms/prism/review-integrity.md - `GET /v1/prism/answers` — Multi-engine AI consensus: one question → Perplexity + Grok + Tavily answers verbatim, merged citations, and an agreement matrix. — 15cr Required: query Markdown: /platforms/prism/answers.md - `GET /v1/prism/video-intel` — One video URL → detail + stats + transcript + top comments + commenter sample, across YouTube/TikTok/Rumble/Instagram. — 5cr Required: url Markdown: /platforms/prism/video-intel.md - `GET /v1/prism/voice` — One person's public posts across X, Threads, Bluesky, and Truth Social, time-merged. — 5cr Required: handle Markdown: /platforms/prism/voice.md - `GET /v1/prism/app-reviews` — Cross-store app review intelligence (Google Play + App Store) — translated, clustered, sentiment-scored. — 15cr Required: (none) Markdown: /platforms/prism/app-reviews.md - `GET /v1/prism/creator-card` — One handle, unified author cards across TikTok, Instagram, YouTube, X (and more). — 5cr Required: handle Markdown: /platforms/prism/creator-card.md - `GET /v1/prism/handle-audit` — Should you pull this handle? One call scores a handle across platforms, ranks the best ones, and projects the data volume + credit cost to pull it. — 5cr Required: handle Markdown: /platforms/prism/handle-audit.md - `POST /v1/prism/post-stats` — Up to 100 mixed-platform post URLs → current engagement per URL, failed URLs refunded. — 1cr Required: urls Markdown: /platforms/prism/post-stats.md - `POST /v1/prism/comment-lookup` — Re-check up to 25 known comments in one call — per-item results, failed items refunded. — 2cr Required: items Markdown: /platforms/prism/comment-lookup.md - `POST /v1/prism/profiles` — Up to 50 (platform, handle) pairs → one canonical Author per row, failed handles refunded. — 1cr Required: items Markdown: /platforms/prism/profiles.md ## Reddit - `GET /v1/reddit/subreddit` — List Reddit subreddit posts — 1cr Required: subreddit Markdown: /platforms/reddit/subreddit.md - `GET /v1/reddit/subreddit/details` — Get Reddit subreddit details — 1cr Required: (none) Markdown: /platforms/reddit/subreddit-details.md - `GET /v1/reddit/search` — Search Reddit posts — 1cr Required: query Markdown: /platforms/reddit/search.md - `GET /v1/reddit/post` — Get a Reddit post — 1cr Required: url Markdown: /platforms/reddit/post.md - `GET /v1/reddit/post/comments` — List Reddit post comments — 5cr Required: url Markdown: /platforms/reddit/post-comments.md - `GET /v1/reddit/subreddit/search` — Search within a subreddit — 1cr Required: subreddit Markdown: /platforms/reddit/subreddit-search.md - `GET /v1/reddit/post/transcript` — Get a Reddit video post transcript — 10cr Required: url Markdown: /platforms/reddit/post-transcript.md - `GET /v1/reddit/omni-search` — Reddit VoC sweep: one keyword → threads across all of Reddit with subreddit attribution and top comments inline. — 1cr Required: query Markdown: /platforms/reddit/omni-search.md ## Rumble - `GET /v1/rumble/search` — Search Rumble videos — 1cr Required: query Markdown: /platforms/rumble/search.md - `GET /v1/rumble/channel/videos` — List videos for a Rumble channel — 1cr Required: (none) Markdown: /platforms/rumble/channel-videos.md - `GET /v1/rumble/video` — Get a Rumble video — 1cr Required: url Markdown: /platforms/rumble/video.md - `GET /v1/rumble/video/transcript` — Get a Rumble video transcript — 10cr Required: url Markdown: /platforms/rumble/video-transcript.md - `GET /v1/rumble/video/comments` — List top-level comments on a Rumble video — 1cr Required: url Markdown: /platforms/rumble/video-comments.md ## Snapchat - `GET /v1/snapchat/profile` — Get Snapchat user profile — 1cr Required: handle Markdown: /platforms/snapchat/profile.md - `GET /v1/snapchat/spotlight/comments` — List comments on a Snapchat Spotlight — 1cr Required: url Markdown: /platforms/snapchat/spotlight-comments.md ## Spotify - `GET /v1/spotify/artist` — Get a Spotify artist — 1cr Required: (none) Markdown: /platforms/spotify/artist.md - `GET /v1/spotify/track` — Get a Spotify track — 1cr Required: (none) Markdown: /platforms/spotify/track.md - `GET /v1/spotify/album` — Get a Spotify album — 1cr Required: (none) Markdown: /platforms/spotify/album.md - `GET /v1/spotify/search` — Search Spotify — 1cr Required: query Markdown: /platforms/spotify/search.md - `GET /v1/spotify/podcast` — Get a Spotify podcast — 1cr Required: (none) Markdown: /platforms/spotify/podcast.md - `GET /v1/spotify/podcast/episodes` — List a Spotify podcast's episodes — 1cr Required: (none) Markdown: /platforms/spotify/podcast-episodes.md ## Target - `GET /v1/target/product` — Get a Target product by TCIN — 5cr Required: tcin Markdown: /platforms/target/product.md - `GET /v1/target/reviews` — Get Target product reviews — 5cr Required: tcin Markdown: /platforms/target/reviews.md - `GET /v1/target/category` — Browse Target products in a category — 5cr Required: category_id Markdown: /platforms/target/category.md - `GET /v1/target/categories` — List the Target category taxonomy — 1cr Required: (none) Markdown: /platforms/target/categories.md - `GET /v1/target/stores` — Find Target stores near a location — 1cr Required: query Markdown: /platforms/target/stores.md ## Tavily - `GET /v1/tavily/search` — Tavily web search with optional LLM-generated answer — 1cr Required: query Markdown: /platforms/tavily/search.md - `GET /v1/tavily/extract` — Extract clean content from one or more URLs — 1cr Required: urls Markdown: /platforms/tavily/extract.md - `GET /v1/tavily/map` — Map a website's sitegraph — 1cr Required: url Markdown: /platforms/tavily/map.md - `GET /v1/tavily/crawl` — Crawl a website with LLM-driven path selection — 1cr Required: url Markdown: /platforms/tavily/crawl.md ## Threads - `GET /v1/threads/profile` — Get Threads user profile — 1cr Required: handle Markdown: /platforms/threads/profile.md - `GET /v1/threads/user/posts` — List Threads user posts — 1cr Required: handle Markdown: /platforms/threads/user-posts.md - `GET /v1/threads/post` — Get Threads post details — 1cr Required: url Markdown: /platforms/threads/post.md - `GET /v1/threads/search` — Search Threads posts — 1cr Required: query Markdown: /platforms/threads/search.md - `GET /v1/threads/post/comments` — Get comments on a Threads post — 1cr Required: url Markdown: /platforms/threads/post-comments.md - `GET /v1/threads/search/users` — Search Threads users — 1cr Required: query Markdown: /platforms/threads/search-users.md ## TikTok - `GET /v1/tiktok/profile` — Get TikTok user profile — 1cr Required: (none) Markdown: /platforms/tiktok/profile.md - `GET /v1/tiktok/profile/videos` — List TikTok user videos — 1cr Required: handle Markdown: /platforms/tiktok/profile-videos.md - `GET /v1/tiktok/post` — Get TikTok post details — 1cr Required: url Markdown: /platforms/tiktok/post.md - `GET /v1/tiktok/post/comments` — List TikTok post comments — 1cr Required: url Markdown: /platforms/tiktok/post-comments.md - `GET /v1/tiktok/video/comment/replies` — List TikTok comment replies — 1cr Required: comment_id, url Markdown: /platforms/tiktok/video-comment-replies.md - `GET /v1/tiktok/comment` — Look up one TikTok comment by URL or id — 2cr Required: (none) Markdown: /platforms/tiktok/comment.md - `GET /v1/tiktok/search` — Search TikTok videos by keyword — 1cr Required: query Markdown: /platforms/tiktok/search.md - `GET /v1/tiktok/trending` — Get TikTok trending feed — 5cr Required: region Markdown: /platforms/tiktok/trending.md - `GET /v1/tiktok/search/hashtag` — Search TikTok by hashtag — 1cr Required: hashtag Markdown: /platforms/tiktok/search-hashtag.md - `GET /v1/tiktok/search/top` — TikTok top search results — 1cr Required: query Markdown: /platforms/tiktok/search-top.md - `GET /v1/tiktok/search/users` — Search TikTok users — 1cr Required: query Markdown: /platforms/tiktok/search-users.md - `GET /v1/tiktok/user/audience` — Get TikTok user audience demographics — 5cr Required: handle Markdown: /platforms/tiktok/user-audience.md - `GET /v1/tiktok/user/followers` — List TikTok user followers — 1cr Required: (none) Markdown: /platforms/tiktok/user-followers.md - `GET /v1/tiktok/user/following` — List TikTok user following — 1cr Required: handle Markdown: /platforms/tiktok/user-following.md - `GET /v1/tiktok/user/live` — Get TikTok user live stream — 1cr Required: handle Markdown: /platforms/tiktok/user-live.md - `GET /v1/tiktok/post/transcript` — Get TikTok video transcript — 10cr Required: url Markdown: /platforms/tiktok/post-transcript.md - `GET /v1/tiktok/video/screen-text` — Get TikTok video on-screen text — 5cr Required: url Markdown: /platforms/tiktok/video-screen-text.md - `GET /v1/tiktok/song` — Get TikTok song details — 1cr Required: clipId Markdown: /platforms/tiktok/song.md - `GET /v1/tiktok/song/videos` — List TikTok videos using a song — 1cr Required: (none) Markdown: /platforms/tiktok/song-videos.md - `GET /v1/tiktok/profile/region` — Get TikTok profile region — 1cr Required: handle Markdown: /platforms/tiktok/profile-region.md - `GET /v1/tiktok/adlibrary/search` — Search the TikTok Ad Library — 5cr Required: (none) Markdown: /platforms/tiktok/adlibrary-search.md - `GET /v1/tiktok/adlibrary/ad` — Get a TikTok Ad Library ad — 5cr Required: (none) Markdown: /platforms/tiktok/adlibrary-ad.md - `GET /v1/tiktok/search/suggestions` — Get TikTok search suggestions — 1cr Required: query Markdown: /platforms/tiktok/search-suggestions.md - `GET /v1/tiktok/collection/videos` — List videos in a TikTok collection — 1cr Required: url Markdown: /platforms/tiktok/collection-videos.md - `GET /v1/tiktok/profile/full` — TikTok profile, recent posts, and computed analytics in one call. — 5cr Required: (none) Markdown: /platforms/tiktok/profile-full.md ## TikTok Shop - `GET /v1/tiktokshop/product` — Get TikTok Shop product details — 1cr Required: url Markdown: /platforms/tiktokshop/product.md - `GET /v1/tiktokshop/product/reviews` — List TikTok Shop product reviews — 1cr Required: (none) Markdown: /platforms/tiktokshop/product-reviews.md - `GET /v1/tiktokshop/products` — List TikTok Shop products — 1cr Required: url Markdown: /platforms/tiktokshop/products.md - `GET /v1/tiktokshop/search` — Search TikTok Shop products — 1cr Required: query Markdown: /platforms/tiktokshop/search.md - `GET /v1/tiktokshop/user/showcase` — List TikTok user showcase products — 1cr Required: handle Markdown: /platforms/tiktokshop/user-showcase.md ## Tripadvisor - `GET /v1/tripadvisor/search` — Search TripAdvisor businesses & places — 1cr Required: q Markdown: /platforms/tripadvisor/search.md - `GET /v1/tripadvisor/reviews` — Get TripAdvisor reviews for a place — 1cr Required: url_path Markdown: /platforms/tripadvisor/reviews.md ## Trustpilot - `GET /v1/trustpilot/business-search` — Search Trustpilot businesses — 1cr Required: query Markdown: /platforms/trustpilot/business-search.md - `GET /v1/trustpilot/reviews` — Get Trustpilot reviews for a business — 5cr Required: domain Markdown: /platforms/trustpilot/reviews.md ## Truth Social - `GET /v1/truthsocial/profile` — Get Truth Social user profile — 1cr Required: handle Markdown: /platforms/truthsocial/profile.md - `GET /v1/truthsocial/user/posts` — List Truth Social user posts — 1cr Required: (none) Markdown: /platforms/truthsocial/user-posts.md - `GET /v1/truthsocial/post` — Get Truth Social post details — 1cr Required: url Markdown: /platforms/truthsocial/post.md ## Twitch - `GET /v1/twitch/profile` — Get Twitch streamer profile — 1cr Required: handle Markdown: /platforms/twitch/profile.md - `GET /v1/twitch/clip` — Get Twitch clip details — 1cr Required: url Markdown: /platforms/twitch/clip.md - `GET /v1/twitch/user/videos` — List a Twitch user's videos — 1cr Required: handle Markdown: /platforms/twitch/user-videos.md - `GET /v1/twitch/user/schedule` — Get a Twitch user's stream schedule — 1cr Required: handle Markdown: /platforms/twitch/user-schedule.md ## Twitter/X - `GET /v1/twitter/profile` — Get Twitter user profile — 1cr Required: handle Markdown: /platforms/twitter/profile.md - `GET /v1/twitter/user/tweets` — List Twitter user tweets — 1cr Required: handle Markdown: /platforms/twitter/user-tweets.md - `GET /v1/twitter/tweet` — Get Twitter tweet details — 1cr Required: url Markdown: /platforms/twitter/tweet.md - `GET /v1/twitter/community` — Get Twitter community details — 1cr Required: url Markdown: /platforms/twitter/community.md - `GET /v1/twitter/community/tweets` — List Twitter community tweets — 1cr Required: url Markdown: /platforms/twitter/community-tweets.md - `GET /v1/twitter/tweet/transcript` — Get Twitter video transcript — 10cr Required: url Markdown: /platforms/twitter/tweet-transcript.md - `GET /v1/twitter/ai-search` — AI-powered X (Twitter) search via xAI Grok — 5cr Required: query Markdown: /platforms/twitter/ai-search.md - `GET /v1/twitter/profile/full` — X (Twitter) profile, recent posts, and computed analytics in one call. — 5cr Required: (none) Markdown: /platforms/twitter/profile-full.md ## Universal Search - `GET /v1/search/everywhere` — Universal social search across 14 platforms — 20cr Required: query Markdown: /platforms/search/everywhere.md - `GET /v1/search/forums` — Fused forum search across Reddit, Hacker News, and Naver 지식iN/카페 — with top comments inline on hero threads by default. — 10cr Required: query Markdown: /platforms/search/forums.md - `GET /v1/search/creators` — Fused creator discovery across TikTok, Threads, and Instagram, ranked by relevance, followers, and verification. — 10cr Required: query Markdown: /platforms/search/creators.md - `GET /v1/search/news` — Planned multi-country news search: one query, localized and fanned out across Google News editions in a single call. — 1cr Required: query Markdown: /platforms/search/news.md ## Utility - `GET /v1/utility/endpoints` — List every available endpoint — 0cr Required: (none) Markdown: /platforms/utility/endpoints.md - `GET /v1/utility/endpoint` — How to use any endpoint — 0cr Required: (none) Markdown: /platforms/utility/endpoint.md - `GET /v1/utility/quickstart` — Get started in one call — 0cr Required: (none) Markdown: /platforms/utility/quickstart.md - `GET /v1/utility/llms` — AI-agent context payload — 0cr Required: (none) Markdown: /platforms/utility/llms.md ## Walmart - `GET /v1/walmart/product` — Get a Walmart product by id — 5cr Required: product_id Markdown: /platforms/walmart/product.md - `GET /v1/walmart/reviews` — Get Walmart product reviews — 5cr Required: product_id Markdown: /platforms/walmart/reviews.md - `GET /v1/walmart/search` — Search Walmart products by keyword — 5cr Required: query Markdown: /platforms/walmart/search.md - `GET /v1/walmart/category` — Browse Walmart products in a category — 5cr Required: category_id Markdown: /platforms/walmart/category.md - `GET /v1/walmart/offers` — Get every seller offering a Walmart product — 5cr Required: product_id Markdown: /platforms/walmart/offers.md ## Web Scraping - `GET /v1/web/scrape` — Scrape a web page — 1cr Required: url Markdown: /platforms/web/scrape.md - `GET /v1/web/search` — Search the web — 2cr Required: query Markdown: /platforms/web/search.md - `GET /v1/web/map` — Map URLs on a site — 1cr Required: url Markdown: /platforms/web/map.md - `GET /v1/web/extract` — Extract structured data from a web page — 5cr Required: url Markdown: /platforms/web/extract.md - `POST /v1/web/crawl` — Start an async web crawl — 1cr Required: url Markdown: /platforms/web/crawl.md - `POST /v1/web/batch-scrape` — Start an async batch scrape — 1cr Required: urls Markdown: /platforms/web/batch-scrape.md - `GET /v1/web/jobs` — List async web jobs — 0cr Required: (none) Markdown: /platforms/web/jobs.md - `GET /v1/web/jobs/{job_id}` — Get an async web job — 0cr Required: job_id Markdown: /platforms/web/jobs-{job_id}.md - `DELETE /v1/web/jobs/{job_id}` — Cancel an async web job — 0cr Required: job_id Markdown: /platforms/web/jobs-{job_id}.md - `POST /v1/web/agent` — Start an async web agent job — 25cr Required: url, prompt Markdown: /platforms/web/agent.md - `POST /v1/web/monitors` — Create a web monitor — 0cr Required: url Markdown: /platforms/web/monitors.md - `GET /v1/web/monitors` — List web monitors — 0cr Required: (none) Markdown: /platforms/web/monitors.md - `GET /v1/web/monitors/{monitor_id}` — Get a web monitor — 0cr Required: monitor_id Markdown: /platforms/web/monitors-{monitor_id}.md - `PATCH /v1/web/monitors/{monitor_id}` — Update a web monitor — 0cr Required: monitor_id Markdown: /platforms/web/monitors-{monitor_id}.md - `DELETE /v1/web/monitors/{monitor_id}` — Delete a web monitor — 0cr Required: monitor_id Markdown: /platforms/web/monitors-{monitor_id}.md - `GET /v1/web/monitors/{monitor_id}/checks` — List web monitor checks — 0cr Required: monitor_id Markdown: /platforms/web/monitors-{monitor_id}-checks.md - `POST /v1/web/sessions` — Create an interactive web session — 5cr Required: url Markdown: /platforms/web/sessions.md - `GET /v1/web/sessions` — List interactive web sessions — 0cr Required: (none) Markdown: /platforms/web/sessions.md - `GET /v1/web/sessions/{session_id}` — Get an interactive web session — 0cr Required: session_id Markdown: /platforms/web/sessions-{session_id}.md - `POST /v1/web/sessions/{session_id}/execute` — Execute an interaction in a web session — 0cr Required: session_id, code Markdown: /platforms/web/sessions-{session_id}-execute.md - `DELETE /v1/web/sessions/{session_id}` — Close an interactive web session — 0cr Required: session_id Markdown: /platforms/web/sessions-{session_id}.md - `POST /v1/web/parse` — Parse an uploaded document — 1cr Required: file Markdown: /platforms/web/parse.md ## YouTube - `GET /v1/youtube/channel` — Get YouTube channel info — 1cr Required: (none) Markdown: /platforms/youtube/channel.md - `GET /v1/youtube/channel/videos` — List YouTube channel videos — 1cr Required: (none) Markdown: /platforms/youtube/channel-videos.md - `GET /v1/youtube/video` — Get YouTube video details — 1cr Required: url Markdown: /platforms/youtube/video.md - `POST /v1/youtube/videos` — Batch get YouTube video details (up to 1000) — 5cr Required: ids Markdown: /platforms/youtube/videos.md - `POST /v1/youtube/channels` — Batch get YouTube channel details (up to 1000) — 5cr Required: ids Markdown: /platforms/youtube/channels.md - `POST /v1/youtube/transcripts` — Up to 100 YouTube video ids → one transcript per row, failed ids refunded. — 3cr Required: ids Markdown: /platforms/youtube/transcripts.md - `GET /v1/youtube/video/sponsors` — Detect sponsors of a YouTube video — 10cr Required: url Markdown: /platforms/youtube/video-sponsors.md - `GET /v1/youtube/video/comments` — List YouTube video comments — 1cr Required: url Markdown: /platforms/youtube/video-comments.md - `GET /v1/youtube/video/comment/replies` — List YouTube comment replies — 1cr Required: continuationToken Markdown: /platforms/youtube/video-comment-replies.md - `GET /v1/youtube/search` — Search YouTube — 1cr Required: query Markdown: /platforms/youtube/search.md - `GET /v1/youtube/channel/shorts` — List YouTube channel shorts — 1cr Required: (none) Markdown: /platforms/youtube/channel-shorts.md - `GET /v1/youtube/community-post` — Get YouTube community post — 1cr Required: url Markdown: /platforms/youtube/community-post.md - `GET /v1/youtube/playlist` — Get YouTube playlist — 1cr Required: playlist_id Markdown: /platforms/youtube/playlist.md - `GET /v1/youtube/search/hashtag` — Search YouTube by hashtag — 1cr Required: hashtag Markdown: /platforms/youtube/search-hashtag.md - `GET /v1/youtube/shorts/trending` — Get trending YouTube shorts — 5cr Required: (none) Markdown: /platforms/youtube/shorts-trending.md - `GET /v1/youtube/video/transcript` — Get YouTube video transcript — 3cr Required: url Markdown: /platforms/youtube/video-transcript.md - `GET /v1/youtube/channel/playlists` — List a YouTube channel's playlists — 1cr Required: (none) Markdown: /platforms/youtube/channel-playlists.md - `GET /v1/youtube/channel/lives` — List a YouTube channel's live streams — 1cr Required: (none) Markdown: /platforms/youtube/channel-lives.md - `GET /v1/youtube/channel/community-posts` — List a YouTube channel's community posts — 1cr Required: (none) Markdown: /platforms/youtube/channel-community-posts.md - `GET /v1/youtube/videos/trending` — Get trending YouTube videos — 1cr Required: (none) Markdown: /platforms/youtube/videos-trending.md - `GET /v1/youtube/playlist/items` — List the videos in a YouTube playlist — 1cr Required: playlist_id Markdown: /platforms/youtube/playlist-items.md - `GET /v1/youtube/search/advanced` — Advanced YouTube video search — 1cr Required: query Markdown: /platforms/youtube/search-advanced.md - `GET /v1/youtube/search/suggestions` — Get YouTube search suggestions — 1cr Required: query Markdown: /platforms/youtube/search-suggestions.md - `GET /v1/youtube/video/audio` — Get a YouTube video's audio file streams — 5cr Required: url Markdown: /platforms/youtube/video-audio.md - `GET /v1/youtube/video/files` — Get a YouTube video's video file streams — 5cr Required: url Markdown: /platforms/youtube/video-files.md - `GET /v1/youtube/video/subtitles` — Get a YouTube video's subtitle files — 1cr Required: url Markdown: /platforms/youtube/video-subtitles.md - `GET /v1/youtube/video/thumbnails` — Get a YouTube video's thumbnail files — 1cr Required: url Markdown: /platforms/youtube/video-thumbnails.md - `GET /v1/youtube/profile/full` — YouTube profile, recent posts, and computed analytics in one call. — 5cr Required: (none) Markdown: /platforms/youtube/profile-full.md