cURL
curl --request POST \ --url https://api.crawlkit.sh/v1/crawl/tiktok/post \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "options": { "timeout": 30500 } } '
{ "success": true, "data": { "post": { "id": "<string>", "description": "<string>", "createdAt": "<string>", "author": { "id": "<string>", "username": "<string>", "nickname": "<string>", "avatar": "<string>", "verified": true }, "music": { "title": "<string>", "author": "<string>", "album": "<string>", "duration": 123, "coverUrl": "<string>" }, "video": { "duration": 123, "coverUrl": "<string>", "width": 123, "height": 123 }, "stats": { "plays": 123, "likes": 123, "comments": 123, "shares": 123, "saves": 123, "reposts": 123 }, "hashtags": [ { "id": "<string>", "title": "<string>" } ], "locationCreated": "<string>", "isAd": true }, "timing": { "total": 123 }, "creditsUsed": 123, "creditsRemaining": 123 } }
Scrapes a TikTok video/slideshow post and returns details including description, stats, author, music info. Costs 1 credit.
API key with 'ApiKey ' prefix (e.g., ApiKey ck_...)
TikTok video URL (e.g., "https://www.tiktok.com/@user/video/1234567890")
Show child attributes
Default Response
true
Was this page helpful?