TikTok
Extract profiles, posts, comments, search results, trending content, and transcripts
TikTok
Extract profiles, posts, comments, search results, trending content, and transcripts.
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/...
/v1/tiktok/post/comments, the whole nested thread via /v1/prism/comments, a single comment via /v1/tiktok/comment). See Which endpoint should I use?.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?
์๋ํฌ์ธํธ 20๊ฐ๋ฅผ ์ ๊ณตํด์.
| ์๋ํฌ์ธํธ | ๊ฒฝ๋ก | ํฌ๋ ๋ง ๋ฑ๊ธ |
|---|---|---|
| Look up one TikTok comment by URL or id | /v1/tiktok/comment | standard (2cr) |
| Get TikTok post details | /v1/tiktok/post | standard (1cr) |
| List TikTok post comments | /v1/tiktok/post/comments | standard (1cr) |
| Get TikTok user profile | /v1/tiktok/profile | standard (1cr) |
| TikTok profile, recent posts, and computed analytics in one call. | /v1/tiktok/profile/full | standard (5cr) |
| Get TikTok profile region | /v1/tiktok/profile/region | standard (1cr) |
| List TikTok user videos | /v1/tiktok/profile/videos | standard (1cr) |
| Search TikTok videos by keyword | /v1/tiktok/search | standard (1cr) |
| 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 song details | /v1/tiktok/song | standard (1cr) |
| List TikTok videos using a song | /v1/tiktok/song/videos | standard (1cr) |
| 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) |
| List TikTok comment replies | /v1/tiktok/video/comment/replies | standard (1cr) |
| Get TikTok trending feed | /v1/tiktok/trending | advanced (5cr) |
| Get TikTok user audience demographics | /v1/tiktok/user/audience | advanced (5cr) |
| Get TikTok video transcript | /v1/tiktok/post/transcript | premium (10cr) |
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
