Skip to content
All sites
Data API

TikTok Data API

Videos, profiles, hashtags and search from TikTok.

22endpointsRate Limit · TLS Fingerprint · Captcha handled for you
tiktok.comGET/tiktok/ads/se…GET/tiktok/commen…GET/tiktok/oembed{ } JSON

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 us

Pagination

Page through results with cursor.

Quick Start

Send your key and a few params. Failed requests are free.

data_api.py
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
EndpointCategoryPrice / 1k results
/v1/data/tiktok/ads/searchComing soonAds SearchAds1 credit / run
/v1/data/tiktok/comments/{comment_id}/repliesComment RepliesVideos1 credit / run
/v1/data/tiktok/oembedoEmbedVideos1 credit / run
/v1/data/tiktok/videos/{video_id}Get VideoVideos1 credit / run
/v1/data/tiktok/videos/{video_id}/commentsVideo CommentsVideos1 credit / run
/v1/data/tiktok/videos/{video_id}/relatedComing soonRelated VideosVideos1 credit / run
/v1/data/tiktok/videos/{video_id}/transcriptComing soonVideo TranscriptVideos1 credit / run
/v1/data/tiktok/hashtags/{name}Hashtag InfoHashtags1 credit / run
/v1/data/tiktok/hashtags/{name}/videosHashtag VideosHashtags1 credit / run
/v1/data/tiktok/music/{music_id}Music DetailMusic1 credit / run
/v1/data/tiktok/music/{music_id}/videosComing soonMusic VideosMusic1 credit / run
/v1/data/tiktok/regionsList RegionsReference1 credit / run
/v1/data/tiktok/searchSearchSearch1 credit / run
/v1/data/tiktok/search/hashtagsComing soonSearch HashtagsSearch1 credit / run
/v1/data/tiktok/search/usersComing soonSearch UsersSearch1 credit / run
/v1/data/tiktok/search/videosSearch VideosSearch1 credit / run
/v1/data/tiktok/trending/hashtagsComing soonTrending HashtagsTrending1 credit / run
/v1/data/tiktok/trending/songsComing soonTrending SongsTrending1 credit / run
/v1/data/tiktok/trending/videosTrending VideosTrending1 credit / run
/v1/data/tiktok/users/{username}Get UserUsers1 credit / run
/v1/data/tiktok/users/{username}/repostsUser RepostsUsers1 credit / run
/v1/data/tiktok/users/{username}/videosComing soonUser VideosUsers1 credit / run