scrapecreators-api
Installation
SKILL.md
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: