API Overview This is EchoTik's offline product ranking endpoint. It returns product leaderboards by market, category, shop type, ranking window, and ranking metric, with each ranked item carrying both basic product info and period-level commercial outcomes such as sales and GMV growth.Recommended Use Cases
Track top-selling or high-momentum products by market
Spot breakout products in a category
Benchmark local versus cross-border product winners
Build product leaderboard reports
Notes
Data comes from EchoTik's offline database, so there can be a delay; if the API returns no data, it usually means the entity has not been collected by EchoTik yet
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Query Params
Responses
🟢200成功
application/json
Bodyapplication/json
Example
{"code":0,"message":"success","data":[{"category_id":"700645","category_l2_id":"700646","category_l3_id":"700650","max_price":26.77,"min_price":21.59,"product_commission_rate":0.15,"product_id":"1729413266549936259","product_name":"Neuro Energy Caffeine Gum/Mints for Energy & Focus - Sugar-Free with L theanine, Caffeine, Vitamin B12 & Vitamin B6 - Peppermint Flavor","region":"US","spu_avg_price":24.18,"total_ifl_cnt":64,"total_live_cnt":0,"total_sale_cnt":4539,"total_sale_gmv_amt":109753.02,"total_video_cnt":95}],"requestId":"af1eb642-cbb6-405a-b05b-84593afd41fc"}