TikTok API
Everything public on TikTok, through one API call.
Creator profiles, video feeds, single videos, comments, followers, search, sounds and hashtags.
Coverage
17 endpoints on TikTok
Grouped by what you get back rather than by the page it is read from. Every one links to its own reference, with parameters and an example request.
Hashtags, sounds, places and search
The response
Parsed, typed, and whole.
TikTok results come back as the same JSON shape every time, with the fields already pulled out. Nothing to parse and nothing truncated.
/api/public/v1/scrape/tiktok/hashtag
{
"videos": [
{
"id": "7212345678901234567",
"caption": "Starship static fire",
"taken_at": "2026-08-26T09:12:44Z",
"duration": 27,
"play_count": 4820113,
"like_count": 612940,
"comment_count": 8104,
"author": {
"username": "spacex",
"is_verified": true,
},
…
},
…
]
}
Cost
$20 buys 40,000 TikTok results.
Credits are bought up front and spent per result delivered. A run that falls short costs less; a run that returns nothing costs nothing. They do not expire and there is no monthly minimum.
- 14 endpoints answer with a list $0.50 / 1,000
- 3 answer with one object $1.00 / 1,000
The two rates differ because a run that returns one object holds a device as long as a run that returns four hundred rows.
Questions
TikTok, specifically
Still unsure? The docs are public and complete — read what the API does before deciding.
Is this only public data?
How fresh are the results?
Do I need a TikTok account or an app review?
What does it cost at volume?
Make your first call in a minute
Sign up, issue a key, and run a real request from the playground before you write a line of code. No card needed.