creatorcrawl
Installation
SKILL.md
CreatorCrawl TikTok Data
Access live TikTok data: creator profiles, video analytics, comments, transcripts, search, trending content, and songs. 19 endpoints, structured JSON responses, no scraping required.
Setup
Get a free API key at https://creatorcrawl.com (250 free credits, no card required). Set the CREATORCRAWL_API_KEY environment variable.
How to call the API
Use curl for all requests. Authenticate with the x-api-key header. Base URL: https://creatorcrawl.com.
curl -s -H "x-api-key: $CREATORCRAWL_API_KEY" \
"https://creatorcrawl.com/api/tiktok/profile?handle=charlidamelio"
All responses are JSON. Errors return { "success": false, "error": "message" } with status 400 (bad params), 401 (unauthorized), 402 (no credits), or 502 (upstream).