All sites
Data API
TikTok Data API
Videos, profiles, hashtags and search from TikTok.
22endpointsRate Limit · TLS Fingerprint · Captcha handled for you
TikTok Data API
Extract videos, user profiles, hashtags and trending feeds from TikTok as structured JSON. One POST per query, anti-bot handled, billed only on success.
POST /v1/data/tiktok/{action}Key Features
Structured JSON
Clean, normalized records for videos, user profiles, hashtags and trending feeds. No HTML parsing on your side.
22 endpoints
Across 8 categories, all under one base path.
Anti-bot handled
Rate Limit, TLS Fingerprint, Captcha cleared for you behind the scenes.
Fresh or cached
Serve instantly from the warm store, or force a live scrape per request.
Regions & Languages
Target specific markets and languages with these parameters:
regiondefault usPagination
Page through results with cursor.
Quick Start
Send your key and a few params. Failed requests are free.
import requests
resp = requests.post(
"https://api.capzy.ai/v1/data/tiktok/ads_search",
json={
"clientKey": "capzy_your_key_here",
"params": {
"keyword": "nike",
"region": "de"
}
},
)
print(resp.json()["result"])Per-run pricing
failed requests are free| Endpoint | Category | Price / 1k results |
|---|---|---|
/v1/data/tiktok/ads/searchComing soonAds Search | Ads | 1 credit / run |
/v1/data/tiktok/comments/{comment_id}/repliesComment Replies | Videos | 1 credit / run |
/v1/data/tiktok/oembedoEmbed | Videos | 1 credit / run |
/v1/data/tiktok/videos/{video_id}Get Video | Videos | 1 credit / run |
/v1/data/tiktok/videos/{video_id}/commentsVideo Comments | Videos | 1 credit / run |
/v1/data/tiktok/videos/{video_id}/relatedComing soonRelated Videos | Videos | 1 credit / run |
/v1/data/tiktok/videos/{video_id}/transcriptComing soonVideo Transcript | Videos | 1 credit / run |
/v1/data/tiktok/hashtags/{name}Hashtag Info | Hashtags | 1 credit / run |
/v1/data/tiktok/hashtags/{name}/videosHashtag Videos | Hashtags | 1 credit / run |
/v1/data/tiktok/music/{music_id}Music Detail | Music | 1 credit / run |
/v1/data/tiktok/music/{music_id}/videosComing soonMusic Videos | Music | 1 credit / run |
/v1/data/tiktok/regionsList Regions | Reference | 1 credit / run |
/v1/data/tiktok/searchSearch | Search | 1 credit / run |
/v1/data/tiktok/search/hashtagsComing soonSearch Hashtags | Search | 1 credit / run |
/v1/data/tiktok/search/usersComing soonSearch Users | Search | 1 credit / run |
/v1/data/tiktok/search/videosSearch Videos | Search | 1 credit / run |
/v1/data/tiktok/trending/hashtagsComing soonTrending Hashtags | Trending | 1 credit / run |
/v1/data/tiktok/trending/songsComing soonTrending Songs | Trending | 1 credit / run |
/v1/data/tiktok/trending/videosTrending Videos | Trending | 1 credit / run |
/v1/data/tiktok/users/{username}Get User | Users | 1 credit / run |
/v1/data/tiktok/users/{username}/repostsUser Reposts | Users | 1 credit / run |
/v1/data/tiktok/users/{username}/videosComing soonUser Videos | Users | 1 credit / run |