TikTok Challenge Videos API
Get videos in a TikTok challenge/hashtag. Trend participation analysis from $0.01/call.
Fetch videos posted under a specific TikTok challenge. Returns video metadata with pagination.
Try it live
Fill in the fields and hit Run to see a real response.
{
"ok": true,
"data": {
"videos": [
{
"id": "7234567890",
"desc": "#fyp challenge entry",
"stats": {
"playCount": 200000
}
}
],
"cursor": "20",
"hasMore": true
}
}Features
Provide a numeric challenge_id and retrieve the videos posted under that hashtag, returned as a paginated videos array.
Each entry includes its id and description, identifying exactly which posts participated in the challenge.
Every video carries a stats object with playCount, so you can rank challenge entries by performance.
Cursor and hasMore fields let you page through all entries in a challenge, however large the hashtag has grown.
Use cases
Challenge Analysis
Analyze what content performs best within a specific challenge.
Content Inspiration
Browse challenge entries for content inspiration and ideas.
Quick start
Copy this snippet and start making calls.
const res = await fetch('https://api.yepapi.com/v1/tiktok/challenge-videos', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
"challenge_id": "42164",
"cursor": "0",
"count": "20"
}),
});
const data = await res.json();
console.log(data);TikTok Challenge Videos API for trend participation analysis
The YepAPI TikTok Challenge Videos API returns the videos posted under a specific hashtag. Supply the numeric challenge ID and page through every entry — each with its own engagement stats — to study who is participating in a trend and which posts are winning it.
It is the content layer of hashtag research: get the challenge ID from the TikTok Challenge Info or Challenge Search APIs, then use this endpoint to analyze entries. Enrich any standout with the TikTok Video API for full detail.
What is a TikTok Challenge Videos API?
A TikTok Challenge Videos API lists the videos posted under a given hashtag challenge, identified by its numeric ID. Where Challenge Info gives you the trend's stats, this gives you the actual entries. With YepAPI you POST a challenge_id to /v1/tiktok/challenge-videos and receive a videos array, each entry carrying an id, desc, and stats object, plus cursor pagination. Because TikTok has no open hashtag-feed endpoint, this provides structured access to a challenge's content — the basis for analyzing participation and finding the top-performing posts in any trend.
Build your own challenge analysis tool
This endpoint powers a challenge-analysis tool. Pull every video under a hashtag, sort by playCount to find the breakout entries, and study what formats and creators are winning the trend. Use it to benchmark your own challenge participation against the field, or to browse entries for content inspiration. Resolve the challenge_id with the Challenge Info or Challenge Search APIs first. One YepAPI key also covers YouTube and Instagram, so your trend analysis can span platforms in a single integration.
TikTok Challenge Videos API pricing — $0.01 per call
Each call costs $0.01 and returns one page of challenge entries (default 20) plus a cursor. You pay per page, so depth is up to you. Pulling 1,000 entries from a major challenge across 50 pages costs about $0.50 — affordable enough to analyze participation across several trending hashtags and refresh the data daily.
Find the breakout entries driving a trend
A hashtag's total view count hides which specific videos are carrying it. By enumerating entries and ranking on playCount, you can identify the breakout posts setting the tone for a challenge, see which creators dominate it, and reverse-engineer the format that performs best. That entry-level view is what turns hashtag data from a vanity metric into actionable content strategy — and it is exactly what this endpoint enables.
Try the TikTok Challenge Videos API free
Start with $5 in free credit and no credit card. That is 500 page fetches — enough to analyze participation across many challenges before you pay. Sign up, copy your key, and pull entries for your first hashtag now.
Start making API calls in 30 seconds
$5 free credit on signup. No credit card required. Pay per call.
What developers say
“Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.”
“One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.”
“The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.”
Frequently asked questions
Fetch videos posted under a specific TikTok challenge. Returns video metadata with pagination.
Each API call costs $0.01. No monthly minimums or subscriptions — you only pay for what you use.
Sign up for a free API key, then send a POST request to /v1/tiktok/challenge-videos. Check the code example above for a ready-to-use snippet in JavaScript, cURL, or Python.
YepAPI bundles SEO, AI, and web scraping APIs under one key with no monthly minimums. You get lower per-call pricing, a unified dashboard, and one billing account instead of managing multiple providers.
Ready to integrate?
Get your API key and start making calls in 30 seconds. $5 free credit on signup — no credit card required.
More tiktok api endpoints
Search
$0.01Search TikTok videos by keyword with sorting and filtering. Content discovery and trend research from $0.01/call.
Search Users
$0.01Search TikTok users by keyword. Find creators and influencers from $0.01/call.
Search Challenges
$0.01Search TikTok challenges and hashtag trends. Trend tracking from $0.01/call.