| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "group": "B-tiktok-ads",
- "name": "get_keyword_insights",
- "method": "GET",
- "path": "/api/v1/tiktok/ads/get_keyword_insights",
- "params": {
- "keyword": "milk thistle",
- "period": 30,
- "country_code": "US"
- },
- "body": null,
- "status": 200,
- "ok": true,
- "rawLen": 1365,
- "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": "6209d34b-2759-4fa8-bde7-4e6e05330f44",
- "message": "Request successful. This request will incur a charge.",
- "message_zh": "请求成功,本次请求将被计费。",
- "support": "Discord: https://discord.gg/aMEAS8Xsvz",
- "time": "2026-04-18 10:47:26",
- "time_stamp": 1776534446,
- "time_zone": "America/Los_Angeles",
- "docs": "https://api.tikhub.io/#/TikTok-Ads-API/get_keyword_insights_api_v1_tiktok_ads_get_keyword_insights_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/6209d34b-2759-4fa8-bde7-4e6e05330f44?sign=587b527062ad17581c72c22e542dd4a2b2bdfee377c0813ec1628ec7f3eaf5c9",
- "router": "/api/v1/tiktok/ads/get_keyword_insights",
- "params": {
- "keyword": "milk thistle",
- "period": "30",
- "country_code": "US"
- },
- "data": {
- "code": 0,
- "msg": "OK",
- "data": {
- "keyword_list": [
- {
- "comment": 42,
- "cost": 9910,
- "cpa": 0,
- "ctr": 0.24,
- "cvr": 0,
- "impression": 4610000,
- "keyword": "milk",
- "like": 2896,
- "play_six_rate": 3.35,
- "post": 24,
- "post_change": 28.26,
- "share": 36,
- "video_list": [
- "7622016592553004302",
- "7556739371219586305",
- "7612279593872968974",
- "7621649241529683213",
- "7601204903754714375"
- ]
- }
- ],
- "pagination": {
- "page": 1,
- "size": 20,
- "total": 1,
- "has_more": false
- }
- }
- }
- }
- }
|