Get Post
tiktok.post.get
Fetch TikTok post/video metadata from the server-rendered HTML.
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"url":"https://www.tiktok.com/@khaby.lame/video/6804458085789256966"},"capability":"tiktok.post.get"}'
Input
| Field | Type | Required | Description |
|---|---|---|---|
url
| string | required | TikTok post/video URL |
Output
| Field | Type | Required | Description |
|---|---|---|---|
itemInfo
| object | required | |
itemInfo.itemStruct
| object | required | |
shareMeta
| object | optional | |
shareMeta.desc
| string | optional | |
shareMeta.title
| string | optional | |
statusCode
| number | optional | TikTok status code; 0 indicates success. |
statusMsg
| string | optional |