TikTok
Extract profiles, posts, comments, search results, trending content, and TikTok Shop data
TikTok
Extract profiles, posts, comments, search results, trending content, and TikTok Shop data. 26 endpoints available.
TikTok has over 1.5 billion monthly active users worldwide, making it one of the most valuable platforms for social data analysis.
Base URL: /v1/tiktok/...
How do I get started with TikTok data?
1. Fetch a profile
curl "https://socialcrawl.dev/v1/tiktok/profile?handle=charlidamelio" \
-H "x-api-key: sc_your_api_key_here"2. Fetch their content
curl "https://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.
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) |
| Get popular TikTok songs | /v1/tiktok/songs/popular | advanced (5cr) |
| Get popular TikTok creators | /v1/tiktok/creators/popular | advanced (5cr) |
| Get popular TikTok hashtags | /v1/tiktok/hashtags/popular | advanced (5cr) |
| Get popular TikTok videos | /v1/tiktok/videos/popular | advanced (5cr) |
| Get TikTok Shop product details | /v1/tiktok/shop/product | standard (1cr) |
| List TikTok Shop product reviews | /v1/tiktok/shop/product/reviews | standard (1cr) |
| List TikTok Shop products | /v1/tiktok/shop/products | standard (1cr) |
| Search TikTok Shop products | /v1/tiktok/shop/search | standard (1cr) |
| Get TikTok user showcase | /v1/tiktok/user/showcase | standard (1cr) |
| List TikTok video comment replies | /v1/tiktok/video/comment/replies | standard (1cr) |
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
