TikTok
Extract profiles, posts, comments, search results, trending content, and transcripts
TikTok
Extract profiles, posts, comments, search results, trending content, and transcripts. 18 endpoints available.
TikTok has over 1.5 billion monthly active users worldwide, making it one of the most valuable platforms for social data analysis.
Looking for commerce data? TikTok Shop products, reviews, and creator showcases now live on the dedicated TikTok Shop API.
Base URL: /v1/tiktok/...
How do I get started with TikTok data?
1. Fetch a profile
curl "https://www.socialcrawl.dev/v1/tiktok/profile?handle=charlidamelio" \
-H "x-api-key: sc_your_api_key_here"2. Fetch their content
curl "https://www.socialcrawl.dev/v1/tiktok/profile/videos?handle=charlidamelio" \
-H "x-api-key: sc_your_api_key_here"3. Read computed fields
Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.
What TikTok data can I access?
| Endpoint | Path | Credit Tier |
|---|---|---|
| Get TikTok user profile | /v1/tiktok/profile | standard (1cr) |
| List TikTok user videos | /v1/tiktok/profile/videos | standard (1cr) |
| Get TikTok post details | /v1/tiktok/post | standard (1cr) |
| List TikTok post comments | /v1/tiktok/post/comments | standard (1cr) |
| Search TikTok videos by keyword | /v1/tiktok/search | standard (1cr) |
| Get TikTok trending feed | /v1/tiktok/trending | advanced (5cr) |
| Search TikTok by hashtag | /v1/tiktok/search/hashtag | standard (1cr) |
| TikTok top search results | /v1/tiktok/search/top | standard (1cr) |
| Search TikTok users | /v1/tiktok/search/users | standard (1cr) |
| Get TikTok user audience demographics | /v1/tiktok/user/audience | advanced (5cr) |
| List TikTok user followers | /v1/tiktok/user/followers | standard (1cr) |
| List TikTok user following | /v1/tiktok/user/following | standard (1cr) |
| Get TikTok user live stream | /v1/tiktok/user/live | standard (1cr) |
| Get TikTok video transcript | /v1/tiktok/post/transcript | premium (10cr) |
| Get TikTok song details | /v1/tiktok/song | standard (1cr) |
| List TikTok videos using a song | /v1/tiktok/song/videos | standard (1cr) |
| List TikTok video comment replies | /v1/tiktok/video/comment/replies | standard (1cr) |
TikTok Shop endpoints (product details, reviews, products, search, and creator showcases) moved to the dedicated TikTok Shop API under
/v1/tiktokshop/.... The old/v1/tiktok/shop/*and/v1/tiktok/user/showcasepaths still resolve for backward compatibility.
What should I know about TikTok data?
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
Official TikTok Resources
- TikTok for Developers — Official TikTok developer platform
- TikTok Research API — TikTok's academic research tools
