get_keyword_details.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "group": "B-tiktok-ads",
  3. "name": "get_keyword_details",
  4. "method": "GET",
  5. "path": "/api/v1/tiktok/ads/get_keyword_details",
  6. "params": {
  7. "keyword": "milk thistle",
  8. "period": 30,
  9. "country_code": "US"
  10. },
  11. "body": null,
  12. "status": 200,
  13. "ok": true,
  14. "rawLen": 1362,
  15. "summary": {
  16. "topKeys": [
  17. "code",
  18. "request_id",
  19. "message",
  20. "message_zh",
  21. "support",
  22. "time",
  23. "time_stamp",
  24. "time_zone"
  25. ],
  26. "message": "Request successful. This request will incur a charge.",
  27. "code": 200,
  28. "dataPreview": {
  29. "_keys": [
  30. "code",
  31. "msg",
  32. "data"
  33. ]
  34. }
  35. },
  36. "sampleJson": {
  37. "code": 200,
  38. "request_id": "0e3ea608-12c2-4593-9dc7-d3a91c8fc551",
  39. "message": "Request successful. This request will incur a charge.",
  40. "message_zh": "请求成功,本次请求将被计费。",
  41. "support": "Discord: https://discord.gg/aMEAS8Xsvz",
  42. "time": "2026-04-18 10:47:24",
  43. "time_stamp": 1776534444,
  44. "time_zone": "America/Los_Angeles",
  45. "docs": "https://api.tikhub.io/#/TikTok-Ads-API/get_keyword_details_api_v1_tiktok_ads_get_keyword_details_get",
  46. "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.",
  47. "cache_message_zh": "本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。",
  48. "cache_url": "https://cache.tikhub.io/api/v1/cache/public/0e3ea608-12c2-4593-9dc7-d3a91c8fc551?sign=7d7deff2995a14bc9f7cb072dafc2c201d9eed62bf73162f2677485d178c0417",
  49. "router": "/api/v1/tiktok/ads/get_keyword_details",
  50. "params": {
  51. "keyword": "milk thistle",
  52. "period": "30",
  53. "country_code": "US"
  54. },
  55. "data": {
  56. "code": 0,
  57. "msg": "OK",
  58. "data": {
  59. "keyword_list": [
  60. {
  61. "comment": 42,
  62. "cost": 9910,
  63. "cpa": 0,
  64. "ctr": 0.24,
  65. "cvr": 0,
  66. "impression": 4610000,
  67. "keyword": "milk",
  68. "like": 2896,
  69. "play_six_rate": 3.35,
  70. "post": 24,
  71. "post_change": 28.26,
  72. "share": 36,
  73. "video_list": [
  74. "7622016592553004302",
  75. "7556739371219586305",
  76. "7612279593872968974",
  77. "7621649241529683213",
  78. "7601204903754714375"
  79. ]
  80. }
  81. ],
  82. "pagination": {
  83. "page": 1,
  84. "size": 20,
  85. "total": 1,
  86. "has_more": false
  87. }
  88. }
  89. }
  90. }
  91. }