| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "group": "B-tiktok-ads",
- "name": "search_creators",
- "method": "GET",
- "path": "/api/v1/tiktok/ads/search_creators",
- "params": {
- "keyword": "probiotic",
- "country_code": "US",
- "page": 1,
- "limit": 10
- },
- "body": null,
- "status": 200,
- "ok": true,
- "rawLen": 1063,
- "summary": {
- "topKeys": [
- "code",
- "request_id",
- "message",
- "message_zh",
- "support",
- "time",
- "time_stamp",
- "time_zone"
- ],
- "message": "Request successful. This request will incur a charge.",
- "code": 200,
- "dataPreview": {
- "_keys": [
- "code",
- "msg",
- "data"
- ]
- }
- },
- "sampleJson": {
- "code": 200,
- "request_id": "fbc3c585-99d6-4a64-a018-2cd53d8fb861",
- "message": "Request successful. This request will incur a charge.",
- "message_zh": "请求成功,本次请求将被计费。",
- "support": "Discord: https://discord.gg/aMEAS8Xsvz",
- "time": "2026-04-18 10:47:35",
- "time_stamp": 1776534455,
- "time_zone": "America/Los_Angeles",
- "docs": "https://api.tikhub.io/#/TikTok-Ads-API/search_creators_api_v1_tiktok_ads_search_creators_get",
- "cache_message": "This request will be cached. You can access the cached result directly using the URL below, valid for 24 hours. Accessing the cache will not incur additional charges.",
- "cache_message_zh": "本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。",
- "cache_url": "https://cache.tikhub.io/api/v1/cache/public/fbc3c585-99d6-4a64-a018-2cd53d8fb861?sign=610b29aece758bb52ebcdf8bad3b178ee2f3191e7287d3b0ab1e342778c13935",
- "router": "/api/v1/tiktok/ads/search_creators",
- "params": {
- "keyword": "probiotic",
- "country_code": "US",
- "page": "1",
- "limit": "10"
- },
- "data": {
- "code": 0,
- "msg": "OK",
- "data": {
- "creators": [],
- "pagination": {
- "page": 1,
- "size": 10,
- "total": 0,
- "has_more": false
- }
- }
- }
- }
- }
|