Turn any public TikTok handle, video, sound, or hashtag into structured JSON: profile stats, video play and engagement metrics, the sound/music track, and comment threads — at any volume.
The TikTok Scraper API resolves public creator profiles, individual videos, trending sounds, and hashtag feeds. Hand us a username, video URL, sound ID, or hashtag and we return follower and like totals, per-video play counts, the music track, captions, and comments.
Built for influencer-marketing platforms, trend-research tools, and social-intelligence products that need dependable TikTok engagement data without managing app sessions. We extract public data only and normalize counts, durations, and timestamps.
# POST a target — get validated JSON back
curl https://api.crawlzo.com/v4/scrape \
-H "Authorization: Bearer $CRAWLZO_KEY" \
-d '{
"url": "https://www.tiktok.com/@nba",
"type": "profile",
"include": "recent_videos"
}'
// ← response
{
"status": "ok",
"data": {
"username": "nba",
"followers": 24800000,
"likes_total": 612000000,
"videos": 9210,
"verified": true,
"recent_videos": [
{ "id": "…", "plays": 1840221, "likes": 210334, "comments": 1422 }
]
}
} "type": "profile",
"include": "recent_videos"TikTok data parsed into clean, validated JSON. Pull any group below on its own, or combine them in a single request.
Influencer discovery and audience verification
Trend and sound virality tracking
Campaign and hashtag-challenge measurement
Competitor content analysis
Yes. Query a sound ID or hashtag and we return the top videos, the total number of videos using it, and view volume — snapshot it on a schedule to track a trend's rise and fall.
Yes. Each video returns play count, likes, comments, shares, saves, duration, the cover image, and the video URL, plus the sound it uses.
Structured JSON straight from the API, or pushed to your stack natively — S3, BigQuery, Snowflake, Postgres, Kafka, or any HTTPS webhook. Call it from Python, Node, Go, Rust, or any HTTP client. The data lands where your pipeline already lives.
No. You pay for valid, schema-passing rows only. Retries, blocks, CAPTCHAs, and 5xxs are on us. If a run doesn't return data that conforms to the schema, it isn't billed.
Every request routes through the same engine behind our Web Unblocker API: compliant residential IPs, real browser fingerprints, TLS-level evasion, behaviour modelling, and built-in CAPTCHA solving. Hard targets become routine.
Yes. We respect robots policies, rate budgets, and ToS-aware allow/deny lists. We deliver and move on — no row-level retention beyond your replay window. GDPR DPA, PII redaction, and custom data residency available on request.