Scrapecreators Api logo

Scrapecreators Api

OrganizationPopular
ScrapeCreators
scrapecreators-api

Scrape and extract public data from 27+ social media platforms using the ScrapeCreators REST API. Covers TikTok, Instagram, YouTube, LinkedIn, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, Snapchat, Twitch, Kick, Truth Social, TikTok Shop, Google, and link-in-bio services (Linktree, Komi, Pillar, Linkbio, Linkme, Amazon Shop). Use when the user asks to scrape, fetch, extract, search, or look up social media profiles, posts, videos, reels, comments, transcripts, followers, ads, hashtags, trending content, or engagement metrics from any social platform. Also use when user mentions ScrapeCreators, social media API, ad library, or creator data.

Overview

PublisherScrapeCreators
Repositorysocial-media-research-skills
Skill namescrapecreators-api
Stars
2.5K
Forks
27
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by ScrapeCreators on GitHub. Read the source before you install it.

Installation

Install the Scrapecreators Api AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/ScrapeCreators/social-media-research-skills.git /tmp/social-media-research-skills
mkdir -p .claude/skills
cp -r /tmp/social-media-research-skills/skills/scrapecreators-api .claude/skills/scrapecreators-api
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Scrapecreators Api in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Scrapecreators Api on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Scrapecreators Api is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

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.

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

Or with fetch:

javascript
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"

Frequently asked questions

What does the Scrapecreators Api AI skill do?

Scrape and extract public data from 27+ social media platforms using the ScrapeCreators REST API. Covers TikTok, Instagram, YouTube, LinkedIn, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, Snapchat, Twitch, Kick, Truth Social, TikTok Shop, Google, and link-in-bio services (Linktree, Komi, Pillar, Linkbio, Linkme, Amazon Shop). Use when the user asks to scrape, fetch, extract, search, or look up social media profiles, posts, videos, reels, comments, transcripts, followers, ads, hashtags, trending content, or engagement metrics from any social platform. Also use when user mentions...

Why use Scrapecreators Api on TypingMind?

Because you install it once and use it with any model. Scrapecreators Api is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Scrapecreators Api in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/ScrapeCreators/social-media-research-skills/tree/main/skills/scrapecreators-api. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Scrapecreators Api?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Scrapecreators Api?

As many as you like. As long as a model supports skills, you can use Scrapecreators Api with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Scrapecreators Api AI skill free?

Yes. It is published on GitHub by ScrapeCreators under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇