search_creators.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "group": "B-tiktok-ads",
  3. "name": "search_creators",
  4. "method": "GET",
  5. "path": "/api/v1/tiktok/ads/search_creators",
  6. "params": {
  7. "keyword": "probiotic",
  8. "country_code": "US",
  9. "page": 1,
  10. "limit": 10
  11. },
  12. "body": null,
  13. "status": 200,
  14. "ok": true,
  15. "rawLen": 1063,
  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": "fbc3c585-99d6-4a64-a018-2cd53d8fb861",
  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:35",
  44. "time_stamp": 1776534455,
  45. "time_zone": "America/Los_Angeles",
  46. "docs": "https://api.tikhub.io/#/TikTok-Ads-API/search_creators_api_v1_tiktok_ads_search_creators_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/fbc3c585-99d6-4a64-a018-2cd53d8fb861?sign=610b29aece758bb52ebcdf8bad3b178ee2f3191e7287d3b0ab1e342778c13935",
  50. "router": "/api/v1/tiktok/ads/search_creators",
  51. "params": {
  52. "keyword": "probiotic",
  53. "country_code": "US",
  54. "page": "1",
  55. "limit": "10"
  56. },
  57. "data": {
  58. "code": 0,
  59. "msg": "OK",
  60. "data": {
  61. "creators": [],
  62. "pagination": {
  63. "page": 1,
  64. "size": 10,
  65. "total": 0,
  66. "has_more": false
  67. }
  68. }
  69. }
  70. }
  71. }