Erfasst eine einzelne TikTok-Video direkt von der Plattform und liefert vollständige Metadaten und Engagement-Zähler zum Zeitpunkt des Aufrufs. Geeignet zum Verfolgen einzelner Inhalte statt ganzer Konten.
/api/v1/tiktok/realtime/video/detailKontingentverbrauch: Jede erfolgreiche Anfrage an diesen Endpunkt zieht 100 Kontingenteinheiten von Ihrem Plan ab.
Plattformübergreifende Pfadfamilie
/api/v1/{platform}/realtime/video/detailVerfügbare Plattformen
Request-Parameter
Pflichtparameter
| Name | Ort | Typ | Beschreibung |
|---|---|---|---|
video_id | query | string | Video ID example: 7447950131443469614 |
region | query | string | country code:US,VN... example: US |
Antwortfelder
| Name | Typ | Beschreibung |
|---|---|---|
success | boolean | Success |
code | integer | Code |
message | string | Message |
data | object | - |
data.video_id | string | Video ID |
data.description | string | Video description |
data.create_at | string | Publish time |
data.author_uid | string | Author UID |
data.author_unique_id | string | Author unique_id |
data.author_nickname | string | Author nickname |
data.duration | number | Video duration |
data.share_count | integer | Share count |
data.like_count | integer | Like count |
data.comment_count | integer | Comment count |
data.play_count | integer | Play count |
data.collect_count | integer | Save count |
Ausprobieren
Query-Parameter
video_id*region*cURL-Beispiel
curl -X GET "https://openapi.scdata.cc/api/v1/tiktok/realtime/video/detail?video_id=7447950131443469614®ion=US" \-H "Authorization: YOUR_API_KEY"
Antwortbeispiel (200 application/json)
{"success": true,"code": 200,"message": "Request successful","data": {"video_id": "string","description": "string","create_at": "2019-08-24T14:15:22.123Z","author_uid": "string","author_unique_id": "string","author_nickname": "string","duration": 0,"video_url": "string","cover_url": "string","share_count": 0,"like_count": 0,"comment_count": 0,"play_count": 0,"collect_count": 0}}
Anwendungsfälle
- Reporting gesponserter Inhalte — Holen Sie die Endzahlen einer gesponserten Video für den Kampagnenabschlussbericht.
- Viral-Content-Monitoring — Fragen Sie eine schnell wachsende Video in Intervallen erneut ab, um ihre Verbreitungsgeschwindigkeit zu messen.