SocialCrawl
TikTok

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/...

Comments have several endpoints (one page via /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 endpoints available.

EndpointPathCredit Tier
Look up one TikTok comment by URL or id/v1/tiktok/commentstandard (2cr)
Get TikTok post details/v1/tiktok/poststandard (1cr)
List TikTok post comments/v1/tiktok/post/commentsstandard (1cr)
Get TikTok user profile/v1/tiktok/profilestandard (1cr)
TikTok profile, recent posts, and computed analytics in one call./v1/tiktok/profile/fullstandard (5cr)
Get TikTok profile region/v1/tiktok/profile/regionstandard (1cr)
List TikTok user videos/v1/tiktok/profile/videosstandard (1cr)
Search TikTok videos by keyword/v1/tiktok/searchstandard (1cr)
Search TikTok by hashtag/v1/tiktok/search/hashtagstandard (1cr)
TikTok top search results/v1/tiktok/search/topstandard (1cr)
Search TikTok users/v1/tiktok/search/usersstandard (1cr)
Get TikTok song details/v1/tiktok/songstandard (1cr)
List TikTok videos using a song/v1/tiktok/song/videosstandard (1cr)
List TikTok user followers/v1/tiktok/user/followersstandard (1cr)
List TikTok user following/v1/tiktok/user/followingstandard (1cr)
Get TikTok user live stream/v1/tiktok/user/livestandard (1cr)
List TikTok comment replies/v1/tiktok/video/comment/repliesstandard (1cr)
Get TikTok trending feed/v1/tiktok/trendingadvanced (5cr)
Get TikTok user audience demographics/v1/tiktok/user/audienceadvanced (5cr)
Get TikTok video transcript/v1/tiktok/post/transcriptpremium (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/showcase paths still resolve for backward compatibility.

What should I know about TikTok data?

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema

Official TikTok Resources