scrapecreators-api logo

scrapecreators-api

scrapecreators api

SKILL.md

Full skill instructions

ScrapeCreators API

Scrape and extract public data from 27+ social media platforms. 110 endpoints available.

Base URL: https://api.scrapecreators.com

Get your API key at https://scrapecreators.com

How to Call

All endpoints use GET requests. Pass query params in the URL and authenticate with the x-api-key header. Responses are JSON.

curl -s "https://api.scrapecreators.com/v1/tiktok/profile?handle=charlidamelio" \
  -H "x-api-key: $SCRAPECREATORS_API_KEY"

Or with fetch:

const res = await fetch(
  "https://api.scrapecreators.com/v1/tiktok/profile?handle=charlidamelio",
  { headers: { "x-api-key": process.env.SCRAPECREATORS_API_KEY } }
);
const data = await res.json();

Endpoint paths use the pattern /v1/platform/action. The tables below list each endpoint path and its required params.

API Spec

Each endpoint has its own OpenAPI spec at https://docs.scrapecreators.com/{path}/openapi.json.

For example: https://docs.scrapecreators.com/v1/tiktok/profile/openapi.json

Important: Once you've determined which endpoint(s) to call from the routing tables below, fetch the single-endpoint OpenAPI spec first to get the full parameter details, types, and example response before making the actual API call.

The full spec covering all endpoints is at https://docs.scrapecreators.com/openapi.json (large file — prefer the per-endpoint specs above).

Intent Routing

Map user intent to the right endpoint. After selecting an endpoint, fetch its OpenAPI spec at https://docs.scrapecreators.com/{path}/openapi.json for full param details before calling.

Profiles / User Info

PlatformEndpointPrimary ParamExample
TikTok/v1/tiktok/profilehandlestoolpresidente
Instagram/v1/instagram/profilehandlejane
YouTube/v1/youtube/channelhandle, channelId, or urlThePatMcAfeeShow
LinkedIn (person)/v1/linkedin/profileurlhttps://www.linkedin.com/in/parrsam/
LinkedIn (company)/v1/linkedin/companyurlhttps://linkedin.com/company/shopify
Facebook/v1/facebook/profileurlhttps://www.facebook.com/mantraindianfolsom
Twitter/X/v1/twitter/profilehandleelonmusk
Reddit/v1/reddit/subreddit/detailssubreddit or urlAskReddit
Threads/v1/threads/profilehandlezuck
Bluesky/v1/bluesky/profilehandlejay.bsky.team
Pinterest/v1/pinterest/user/boardshandlepinterest
Truth Social/v1/truthsocial/profilehandlerealDonaldTrump
Twitch/v1/twitch/profilehandleninja
Snapchat/v1/snapchat/profilehandledjkhaled

Posts / Content Feeds

PlatformEndpointPrimary ParamExample
TikTok videos/v3/tiktok/profile/videoshandlestoolpresidente
Instagram posts/v2/instagram/user/postshandlejane
Instagram reels/v1/instagram/user/reelshandle or user_idjane or 2700692569
Instagram highlights/v1/instagram/user/highlightshandle or user_idjane or 2700692569
YouTube videos/v1/youtube/channel/videoshandle or channelIdThePatMcAfeeShow
YouTube shorts/v1/youtube/channel/shortshandle or channelIdstarterstory
YouTube playlist/v1/youtube/playlistplaylist_idPLP32wGpgzmIlInfgKVFfCwVsxgGqZNIiS
LinkedIn posts/v1/linkedin/company/postsurlhttps://linkedin.com/company/shopify
Facebook posts/v1/facebook/profile/postsurl or pageIdhttps://www.facebook.com/pacemorby
Facebook reels/v1/facebook/profile/reelsurlhttps://www.facebook.com/Spurs
Facebook photos/v1/facebook/profile/photosurlhttps://www.facebook.com/Spurs
Facebook group posts/v1/facebook/group/postsurl or group_id742354120555345
Twitter tweets/v1/twitter/user/tweetshandleelonmusk
Reddit posts/v1/reddit/subredditsubredditAskReddit
Threads posts/v1/threads/user/postshandlezuck
Bluesky posts/v1/bluesky/user/postshandle or user_idjay.bsky.team
Truth Social posts/v1/truthsocial/user/postshandle or user_idrealDonaldTrump
Pinterest board/v1/pinterest/boardurlhttps://www.pinterest.com/...

Single Post / Video Details

PlatformEndpointPrimary ParamExample
TikTok/v2/tiktok/videourlhttps://www.tiktok.com/@randomspamvideos25/video/7251387037834595630
Instagram/v1/instagram/posturlhttps://www.instagram.com/reel/DOq6eV6iIgD
Instagram highlight/v1/instagram/user/highlight/detailid18067016518767507
YouTube/v1/youtube/videourlhttps://www.youtube.com/watch?v=Y2Ah_DFr8cw
YouTube community post/v1/youtube/community-posturlhttps://www.youtube.com/post/Ugkxvj2KoApYAXoqLWnKVr6zZe5JjeHrQeP8
LinkedIn/v1/linkedin/posturlhttps://www.linkedin.com/pulse/being-father-has-made-me-better-leader...
Facebook/v1/facebook/posturlhttps://www.facebook.com/reel/1535656380759655
Twitter/X/v1/twitter/tweeturlhttps://twitter.com/elonmusk/status/...
Twitter/X community/v1/twitter/communityurlhttps://twitter.com/i/communities/...
Twitter/X community tweets/v1/twitter/community/tweetsurlhttps://twitter.com/i/communities/...
Reddit/v1/reddit/post/commentsurlhttps://www.reddit.com/r/AskReddit/comments/...
Threads/v1/threads/posturlhttps://www.threads.net/@zuck/post/...
Bluesky/v1/bluesky/posturlhttps://bsky.app/profile/.../post/...
Truth Social/v1/truthsocial/posturlhttps://truthsocial.com/@realDonaldTrump/posts/...
Pinterest/v1/pinterest/pinurlhttps://www.pinterest.com/pin/...
Twitch clip/v1/twitch/clipurlhttps://clips.twitch.tv/...
Kick clip/v1/kick/clipurlhttps://kick.com/...

Comments

PlatformEndpointPrimary ParamExample
TikTok/v1/tiktok/video/commentsurlhttps://www.tiktok.com/@stoolpresidente/video/7499229683859426602
Instagram/v2/instagram/post/commentsurlhttps://www.instagram.com/reel/DOq6eV6iIgD
YouTube/v1/youtube/video/commentsurlhttps://www.youtube.com/watch?v=dQw4w9WgXcQ
Facebook/v1/facebook/post/commentsurl or feedback_idhttps://www.facebook.com/reel/753347914167361
Reddit/v1/reddit/post/commentsurlhttps://www.reddit.com/r/AskReddit/comments/...

Transcripts

PlatformEndpointExampleNote
TikTok/v1/tiktok/video/transcripturl=https://www.tiktok.com/...&lang=enalso via /v2/tiktok/video with get_transcript=true
Instagram/v2/instagram/media/transcripturl=https://www.instagram.com/reel/...AI-powered, 10-30s, under 2min
YouTube/v1/youtube/video/transcripturl=https://www.youtube.com/watch?v=bjVIDXPP7Ukalso included in /v1/youtube/video response
Facebook/v1/facebook/post/transcripturl=https://www.facebook.com/reel/...under 2min only
Twitter/X/v1/twitter/tweet/transcripturl=https://twitter.com/...AI-powered, slow

Search

PlatformEndpointPrimary ParamExample
TikTok users/v1/tiktok/search/usersqueryfunny
TikTok videos (keyword)/v1/tiktok/search/keywordqueryfunny
TikTok videos (hashtag)/v1/tiktok/search/hashtaghashtagfyp
TikTok top (photos+videos)/v1/tiktok/search/topqueryfunny
Instagram reels/v2/instagram/reels/searchquerydogs
YouTube/v1/youtube/searchqueryfunny
YouTube hashtag/v1/youtube/search/hashtaghashtagfunny
Reddit (all)/v1/reddit/searchquerybest programming languages
Reddit (in subreddit)/v1/reddit/subreddit/searchsubreddit + queryAskReddit + funny
Threads posts/v1/threads/searchqueryAI
Threads users/v1/threads/search/usersqueryzuck
Pinterest/v1/pinterest/searchqueryhome decor
Google/v1/google/searchquerybest restaurants in NYC

Ad Libraries

PlatformEndpointPrimary ParamExample
Facebook ads search/v1/facebook/adLibrary/search/adsqueryrunning
Facebook company ads/v1/facebook/adLibrary/company/adspageId or companyNameLululemon
Facebook ad detail/v1/facebook/adLibrary/adid or url702369045530963
Facebook find companies/v1/facebook/adLibrary/search/companiesqueryNike
Google company ads/v1/google/company/adsdomain or advertiser_idnike.com
Google ad detail/v1/google/adurlhttps://adstransparency.google.com/...
Google find advertisers/v1/google/adLibrary/advertisers/searchqueryNike
LinkedIn ads search/v1/linkedin/ads/searchcompany or keywordShopify
LinkedIn ad detail/v1/linkedin/adurlhttps://www.linkedin.com/ad/...
Reddit ads search/v1/reddit/ads/searchquerygaming
Reddit ad detail/v1/reddit/adidt3_abc123

Trending / Popular

ContentEndpointParamExample
Trending feed/v1/tiktok/get-trending-feedregion (required)US
Popular videos/v1/tiktok/videos/popular
Popular creators/v1/tiktok/creators/popular
Popular hashtags/v1/tiktok/hashtags/popular
Popular songs/v1/tiktok/songs/popular
Song details/v1/tiktok/songclipId7439295283975702544
Videos using song/v1/tiktok/song/videosclipId7439295283975702544
Trending shorts (YT)/v1/youtube/shorts/trending

Followers / Following / Live (TikTok only)

TypeEndpointExample
Following/v1/tiktok/user/followinghandle=stoolpresidente
Followers/v1/tiktok/user/followershandle=stoolpresidente
Audience demographics/v1/tiktok/user/audience (26 credits!)handle=shakira
Live stream/v1/tiktok/user/livehandle=thejustalex

TikTok Shop

TypeEndpointPrimary ParamExample
Search products/v1/tiktok/shop/searchqueryshoes
Store products/v1/tiktok/shop/productsurlhttps://www.tiktok.com/shop/store/goli-nutrition/7495794203056835079
Product detail/v1/tiktok/producturlhttps://www.tiktok.com/shop/pdp/goli-ashwagandha-gummies.../1729587769570529799
Product reviews/v1/tiktok/shop/product/reviewsurl or product_id1731578642912612516
User showcase/v1/tiktok/user/showcasehandlemrtiktokreviews

Link-in-Bio / Other

ServiceEndpointParamExample
Linktree/v1/linktreeurlhttps://linktr.ee/...
Komi/v1/komiurlhttps://komi.io/...
Pillar/v1/pillarurlhttps://pillar.io/...
Linkbio/v1/linkbiourlhttps://linkbio.co/...
Linkme/v1/linkmeurlhttps://linkme.bio/...
Amazon Shop/v1/amazon/shopurlhttps://www.amazon.com/shop/...
Instagram basic profile/v1/instagram/basic/profileuserId314216
Instagram embed HTML/v1/instagram/user/embedhandlejane
Age/Gender detect/v1/detect/age-genderurl (social profile)https://www.tiktok.com/@charlidamelio
Credit balance/v1/credit/balance(none)

Credit Costs

Most endpoints cost 1 credit per request. Exceptions:

EndpointCostCondition
/v1/tiktok/user/audience26 creditsalways
/v1/tiktok/video/transcript+10 creditswhen use_ai_as_fallback=true
/v1/google/company/ads25 creditswhen get_ad_details=true

Check balance with /v1/credit/balance. Warn users before calling expensive endpoints.

Pagination

Paginated endpoints return a cursor/token in the response. Pass it back as a query param to get the next page.

Cursor FieldUsed By
cursorTikTok comments/search/song videos, Instagram comments, Reddit subreddit search, Pinterest, Bluesky, Facebook reels/photos/posts/comments, TikTok Shop products/user showcase
max_cursorTikTok profile videos
min_timeTikTok following/followers
continuationTokenYouTube (all paginated endpoints)
afterReddit posts, Reddit search
next_max_idInstagram posts, Truth Social posts
max_idInstagram reels
pageTikTok popular/shop, Instagram reels search, LinkedIn company posts, TikTok Shop reviews
paginationTokenLinkedIn ads

Common Optional Params

  • trim (boolean): reduces response payload size. Use when you only need key metrics.
  • region (string): 2-letter country code for proxy location. Does NOT filter by region -- just routes the request through that country's proxy.

Known Limitations

  • Handles: pass without the @ symbol. Use charlidamelio not @charlidamelio. Applies to TikTok, Instagram, Twitter, Threads, Bluesky, Snapchat, Twitch, Pinterest, Truth Social
  • YouTube handles: pass without the @ symbol. Use ThePatMcAfeeShow not @ThePatMcAfeeShow. You can also pass a channelId (e.g. UC-9-kyTW8ZkZNDHQJ6FgpwQ) or full URL instead
  • Hashtags: pass without the # symbol. Use fyp not #fyp. Applies to TikTok and YouTube hashtag search endpoints
  • Twitter: returns ~100 most popular tweets, not chronological/latest
  • Threads: only last 20-30 posts visible publicly
  • Facebook posts: only 3 posts per page (API limitation)
  • Facebook group posts: only 3 posts per page (same API limitation)
  • LinkedIn company posts: max 7 pages
  • Instagram play counts: IG-only views (excludes cross-posted FB views)
  • Truth Social: only prominent users (Trump, Vance, etc.) work publicly
  • Instagram song reels: deprecated (endpoint exists but non-functional)
  • Transcripts: all transcript endpoints require video under 2 minutes
  • Reddit subreddit names: case-sensitive! Use "AskReddit" not "askreddit"