get_top_products.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "group": "B-tiktok-ads",
  3. "name": "get_top_products",
  4. "method": "GET",
  5. "path": "/api/v1/tiktok/ads/get_top_products",
  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": 997,
  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. ]
  34. }
  35. },
  36. "sampleJson": {
  37. "code": 200,
  38. "request_id": "bac950e4-65b6-4e3b-a7ce-fc10cce7e35f",
  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:28",
  43. "time_stamp": 1776534448,
  44. "time_zone": "America/Los_Angeles",
  45. "docs": "https://api.tikhub.io/#/TikTok-Ads-API/get_top_products_api_v1_tiktok_ads_get_top_products_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/bac950e4-65b6-4e3b-a7ce-fc10cce7e35f?sign=5666f7dd200a2c5612461cbb5a536e2e88496b35a00a60769ea80b51d3fa0f25",
  49. "router": "/api/v1/tiktok/ads/get_top_products",
  50. "params": {
  51. "period": "30",
  52. "country_code": "US",
  53. "page": "1",
  54. "limit": "10"
  55. },
  56. "data": {
  57. "code": 50004,
  58. "msg": "no available es index"
  59. }
  60. }
  61. }