Führt eine gefilterte Suche über die TikTok-Creator-Datenbank aus und liefert passende Konten mit Kennzahlen, paginiert. Kombinieren Sie Filter, um nach Nische, Größe und Region einzugrenzen. Suchanfragen verbrauchen mehr Kontingent als Einzelabfragen.
POST
/api/v1/search/tiktok/userKontingentverbrauch: Jede erfolgreiche Anfrage an diesen Endpunkt zieht 100 Kontingenteinheiten von Ihrem Plan ab.
Plattformübergreifende Pfadfamilie
/api/v1/search/{platform}/userVerfügbare Plattformen
Request-Parameter
Pflichtparameter
Dieser Endpunkt hat keine Pflichtparameter.
Optionale Parameter
| Name | Ort | Typ | Beschreibung |
|---|---|---|---|
page | body | integer | page number example: 0 |
page_size | body | integer | page size example: 0 |
query | body | object | Search term example: string |
locations | body | object | Country |
follower_count_min | body | object | Minimum follower count example: 0 |
follower_count_max | body | object | Maximum follower count example: 0 |
create_at_start | body | object | Publish time from example: string |
create_at_end | body | object | Publish time to example: string |
avg_engagement_rate_min | body | object | Minimum average engagement rate example: 0 |
avg_engagement_rate_max | body | object | Maximum average engagement rate example: 0 |
avg_comment_count_min | body | object | Minimum average comments example: 0 |
avg_comment_count_max | body | object | Maximum average comments example: 0 |
avg_like_count_min | body | object | Minimum average likes example: 0 |
avg_like_count_max | body | object | Maximum average likes example: 0 |
avg_play_count_min | body | object | Minimum average plays example: 0 |
avg_play_count_max | body | object | Maximum average plays example: 0 |
gender | body | object | Gender (0 = unknown, 1 = male, 2 = female) example: 0 |
recent_month_publish_count_min | body | object | Minimum posts in the last month example: 0 |
recent_month_publish_count_max | body | object | Maximum posts in the last month example: 0 |
Antwortfelder
| Name | Typ | Beschreibung |
|---|---|---|
success | boolean | Success |
code | integer | Code |
message | string | Message |
data | object | - |
data.items | array<object> | Items |
data.total | integer | Total |
data.page | integer | Page |
data.page_size | integer | Page Size |
data.total_pages | integer | Total Pages |
Ausprobieren
https://openapi.scdata.cc/api/v1/search/tiktok/user
API-Schlüssel aus dem Dashboard auswählen
Fügen Sie einen API-Schlüssel hinzu, bevor Sie eine Anfrage senden.Zum Dashboard
JSON-Body
cURL-Beispiel
bash
curl -X POST "https://openapi.scdata.cc/api/v1/search/tiktok/user" \-H "Authorization: YOUR_API_KEY" \-H "Content-Type: application/json" \-d '{"page":0,"page_size":0,"query":"string","locations":["string"],"follower_count_min":0,"follower_count_max":0,"create_at_start":"string","create_at_end":"string","avg_engagement_rate_min":0,"avg_engagement_rate_max":0,"avg_comment_count_min":0,"avg_comment_count_max":0,"avg_like_count_min":0,"avg_like_count_max":0,"avg_play_count_min":0,"avg_play_count_max":0,"gender":0,"recent_month_publish_count_min":0,"recent_month_publish_count_max":0}'
Antwortbeispiel (200 application/json)
json
{"success": true,"code": 200,"message": "Request successful","data": {"items": [{"author_uid": "string","author_unique_id": "string","author_nickname": "string","avatar": "string","country": "string","gender": "string","follower_count": 0,"avg_engagement_rate": "string","avg_comment_count": "string","avg_like_count": "string","avg_play_count": "string","video_count": 0,"last_publish_at": "string","recent_month_publish_count": 0,"recent_week_publish_count": 0,"last_video": {"video_id": "string","description": "string","create_at": "2019-08-24T14:15:22.123Z","cover_url": "string","share_count": 0,"like_count": 0,"comment_count": 0,"play_count": 0},"evaluation_min": "string","evaluation_max": "string"}],"total": 0,"page": 0,"page_size": 0,"total_pages": 0}}
Anwendungsfälle
- Kampagnen-Sourcing — Finden Sie von Grund auf Creator in der Nische und Follower-Spanne, die zum Kampagnenbriefing passen.
- Markt-Mapping — Erfassen Sie alle nennenswerten Creator einer Kategorie und Region, um die Landschaft zu verstehen.