Crawlzodocs
API referenceDouyin

Douyin details

Single-video (details) for a Douyin (抖音) post.

Douyin removes videos frequently, so a video id you stored earlier may no longer resolve.

Provide exactly one of aweme_id (the numeric video id) or url (any douyin.com / iesdouyin.com video URL containing one, /video/<id>, /share/video/<id>, /note/<id>, or a ?modal_id= link). v.douyin.com short links must be expanded first. Returns post_info: caption, exact like/comment/share/collect counts (play_count is hidden by the share surface), video playback url + dimensions + duration + cover, images (photo posts), music, hashtags, @-mentions and the author.

No example response is shown for this endpoint.

POST
/v1/scrapers/douyin-details

Authorization

ApiKeyAuth
X-API-Key<token>

Your API key. Sent on every request.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/scrapers/douyin-details" \  -H "Content-Type: application/json" \  -d '{    "aweme_id": "7584058720641240346"  }'
{}