Search TikTok videos by keyword. Returns video title, URL, engagement metrics (plays, likes, comments, shares), author metadata, music info, and publication date. Supports filtering by time period and region, and fetching multiple pages in a single API call.
curl "https://apidirect.io/v1/tiktok/videos?query=cooking&pages=2®ion=us&sort_by=relevance" \
-H "X-API-Key: YOUR_API_KEY"
{
"videos": [
{
"title": "Easy pasta recipe you need to try #cooking #recipe",
"url": "https://www.tiktok.com/@chefmike/video/7312345678901234567",
"date": "2026-02-20 18:45:30",
"author": "chefmike",
"source": "TikTok",
"domain": "tiktok.com",
"snippet": "Easy pasta recipe you need to try #cooking #recipe",
"play_count": 2450000,
"likes": 185000,
"comments": 3200,
"shares": 12500,
"downloads": 8400,
"duration": 45,
"is_ad": false,
"author_name": "Chef Mike",
"author_avatar": "https://p16-sign.tiktokcdn.com/...",
"cover": "https://p16-sign.tiktokcdn.com/...",
"music_title": "original sound",
"music_author": "chefmike"
}
],
"pages": 2,
"count": 20
}
The TikTok Videos API provides real-time data, with results ranging from the last few years to a few seconds ago.
Each video includes play count, likes, comments, shares, and downloads. You also get author metadata like display name and avatar, plus music information.
Yes, use the region parameter with a 2-letter code (e.g. us, gb, jp) to get results relevant to a specific region.
The publish_time parameter filters results by when the video was published: 0 for all time, 1 for last 24 hours, 7 for last week, 30 for last month, 90 for last 3 months, or 180 for last 6 months.
You only pay for successful requests. The TikTok Videos API costs $0.006 per page. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key