scrapecreators-api

Featured

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.

AI & Automation 2,247 stars 25 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 endpoi...

Details

Author
ScrapeCreators
Repository
ScrapeCreators/social-media-research-skills
Created
3 months ago
Last Updated
2 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category