SocialCrawl

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?

EndpointPathCredit Tier
Get TikTok user profile/v1/tiktok/profilestandard (1cr)
List TikTok user videos/v1/tiktok/profile/videosstandard (1cr)
Get TikTok post details/v1/tiktok/poststandard (1cr)
List TikTok post comments/v1/tiktok/post/commentsstandard (1cr)
Search TikTok videos by keyword/v1/tiktok/searchstandard (1cr)
Get TikTok trending feed/v1/tiktok/trendingadvanced (5cr)
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 user audience demographics/v1/tiktok/user/audienceadvanced (5cr)
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)
Get TikTok video transcript/v1/tiktok/post/transcriptpremium (10cr)
Get TikTok song details/v1/tiktok/songstandard (1cr)
List TikTok videos using a song/v1/tiktok/song/videosstandard (1cr)
List TikTok video comment replies/v1/tiktok/video/comment/repliesstandard (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/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

TikTok | Socialcrawl