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",
"sentiment": {
"emotions": {
"joy": 40,
"trust": 55,
"fear": 0,
"surprise": 10,
"sadness": 0,
"disgust": 0,
"anger": 0,
"anticipation": 30
},
"dominant_emotion": "trust",
"emotional_intensity": 5,
"polarity": "positive"
}
}
],
"pages": 2,
"count": 20
}