get_keyword_list.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "group": "B-tiktok-ads",
  3. "name": "get_keyword_list",
  4. "method": "GET",
  5. "path": "/api/v1/tiktok/ads/get_keyword_list",
  6. "params": {
  7. "period": 30,
  8. "country_code": "US",
  9. "page": 1,
  10. "limit": 10
  11. },
  12. "body": null,
  13. "status": 200,
  14. "ok": true,
  15. "rawLen": 1064,
  16. "summary": {
  17. "topKeys": [
  18. "code",
  19. "request_id",
  20. "message",
  21. "message_zh",
  22. "support",
  23. "time",
  24. "time_stamp",
  25. "time_zone"
  26. ],
  27. "message": "Request successful. This request will incur a charge.",
  28. "code": 200,
  29. "dataPreview": {
  30. "_keys": [
  31. "code",
  32. "msg",
  33. "data"
  34. ]
  35. }
  36. },
  37. "sampleJson": {
  38. "code": 200,
  39. "request_id": "30dd7e91-74e2-4611-80d0-1160a76b91b8",
  40. "message": "Request successful. This request will incur a charge.",
  41. "message_zh": "请求成功,本次请求将被计费。",
  42. "support": "Discord: https://discord.gg/aMEAS8Xsvz",
  43. "time": "2026-04-18 10:47:22",
  44. "time_stamp": 1776534442,
  45. "time_zone": "America/Los_Angeles",
  46. "docs": "https://api.tikhub.io/#/TikTok-Ads-API/get_keyword_list_api_v1_tiktok_ads_get_keyword_list_get",
  47. "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.",
  48. "cache_message_zh": "本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。",
  49. "cache_url": "https://cache.tikhub.io/api/v1/cache/public/30dd7e91-74e2-4611-80d0-1160a76b91b8?sign=5bdf972ebdc99a02c3d02afb3a749c4d479e845021700c97dbf572fcac77031e",
  50. "router": "/api/v1/tiktok/ads/get_keyword_list",
  51. "params": {
  52. "period": "30",
  53. "country_code": "US",
  54. "page": "1",
  55. "limit": "10"
  56. },
  57. "data": {
  58. "code": 0,
  59. "msg": "OK",
  60. "data": {
  61. "keyword_list": null,
  62. "pagination": {
  63. "page": 1,
  64. "size": 10,
  65. "total": 0,
  66. "has_more": false
  67. }
  68. }
  69. }
  70. }
  71. }