GET /v1/tiktok/web/fetch_search_live
Search live
stable · 2 credits per success
Search live;keyword: Search keyword;count: Number per page;offset: Page offset, 0 for the first request, need to provide for the second paging.;search_id: Search id, empty for the first request, need to provide for the second paging, need to get it from the return response of the last request.;- For example: search_id = "20240828035554C02011379EBB6A00E00B";- JSON Path-1 : $.data.extra.logid;- JSO…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| count | integer | query | no | 每页数量 | 20 |
| cookie | string | query | no | 用户cookie(按需提供) | demo |
| offset | integer | query | no | 翻页游标 | demo |
| keyword | string | query | yes | 搜索关键词 | TikTok |
| search_id | string | query | no | 搜索id,翻页时需要提供 | demo |
Response fields
Field dictionary coming soon — the executable panel shows the live shape.
Errors
| code | HTTP | Meaning | Billed |
|---|---|---|---|
| 40001 | 400 | Invalid parameters | no |
| 40102 | 401 | Invalid or revoked API Key | no |
| 40201 | 402 | Insufficient credits | no |
| 40402 | 404 | Resource not found | no |
| 42201 | 422 | Quality gate failed | no |
| 42901 | 429 | Rate limit exceeded | no |
| 50401 | 504 | Upstream timeout | no |
| 50201 | 502 | Upstream error | no |
Billing
Success costs 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.