TikTok-Video-Details (Echtzeit)

13 Endpunkte • Basis: https://openapi.scdata.cc

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.

GET/api/v1/tiktok/realtime/video/detail

Kontingentverbrauch: Jede erfolgreiche Anfrage an diesen Endpunkt zieht 100 Kontingenteinheiten von Ihrem Plan ab.

Plattformübergreifende Pfadfamilie

/api/v1/{platform}/realtime/video/detail

Verfügbare Plattformen

Request-Parameter

Pflichtparameter

NameOrtTypBeschreibung
video_idquerystringVideo ID
example: 7447950131443469614
regionquerystringcountry code:US,VN...
example: US

Antwortfelder

NameTypBeschreibung
successbooleanSuccess
codeintegerCode
messagestringMessage
dataobject-
data.video_idstringVideo ID
data.descriptionstringVideo description
data.create_atstringPublish time
data.author_uidstringAuthor UID
data.author_unique_idstringAuthor unique_id
data.author_nicknamestringAuthor nickname
data.durationnumberVideo duration
data.share_countintegerShare count
data.like_countintegerLike count
data.comment_countintegerComment count
data.play_countintegerPlay count
data.collect_countintegerSave count

Ausprobieren

https://openapi.scdata.cc/api/v1/tiktok/realtime/video/detail
API-Schlüssel aus dem Dashboard auswählen
Fügen Sie einen API-Schlüssel hinzu, bevor Sie eine Anfrage senden.Zum Dashboard

Query-Parameter

video_id*
region*

cURL-Beispiel

bash
curl -X GET "https://openapi.scdata.cc/api/v1/tiktok/realtime/video/detail?video_id=7447950131443469614&region=US" \
-H "Authorization: YOUR_API_KEY"

Antwortbeispiel (200 application/json)

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.

Verwandte Endpunkte