跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://docs.api.ehunt.ai/llms.txt

Use this file to discover all available pages before exploring further.

Temu 店铺数据查询

该接口用于VIP 用户查询 Temu 店铺数据,支持按销量、销售额、评分、评论数等多条件筛选,并支持排序与分页。
项目说明
接口类型REST API
请求方式POST
数据格式JSON
鉴权方式API Key
适用用户VIP / 订阅用户
接口地址 text
POST /api/vi/temu-stores
鉴权说明 请求需在 Header 中携带 API Key: text
X-VIP-TOKEN: your_api_key_here
请求参数
参数名类型必填说明
search_keystring店铺名称或ID关键词
site_idstring国家站点ID,多个用逗号分隔,如 211,76
categorystring后台类目ID,多个用逗号分隔
is_localstring是否半托管:0=全托管,1=半托管
order_total_minint总销量最小值
order_total_maxint总销量最大值
order_week_minint周销量最小值
order_week_maxint周销量最大值
order_month_minint月销量最小值
order_month_maxint月销量最大值
total_revenue_minfloat总销售额最小值(美元)
total_revenue_maxfloat总销售额最大值
week_revenue_minfloat周销售额最小值
week_revenue_maxfloat周销售额最大值
month_revenue_minfloat月销售额最小值
month_revenue_maxfloat月销售额最大值
rating_minfloat评分最小值(0-5)
rating_maxfloat评分最大值
review_num_minint评论数最小值
review_num_maxint评论数最大值
follower_num_minint粉丝数最小值
follower_num_maxint粉丝数最大值
product_num_minint商品数最小值
product_num_maxint商品数最大值
listed_time_beginstring开店开始日期 YYYY-MM-DD
listed_time_endstring开店结束日期 YYYY-MM-DD
sort_bystring排序字段和方向:order_week_count-0(周销量降序)、order_count-0(总销量降序)、total_revenue-0(总销售额降序)、rating-0(评分降序)等
page_numint页码,从1开始
page_sizeint每页数量,最大100
请求示例 python
import requests
import json

url = "https://api.ehunt.ai/api/vi/temu-stores"
headers = {
    "Content-Type": "application/json",
    "X-VIP-TOKEN": "your_api_key_here"
}
payload = {
    "search_key": "women fashion",
    "site_id": "211",
    "order_week_min": 1000,
    "rating_min": 4.5,
    "sort_by": "order_week_count-0",
    "page_num": 1,
    "page_size": 20
}
response = requests.post(url, headers=headers, json=payload)
print(json.dumps(response.json(), indent=2))
返回示例 json
{
  "code": 200,
  "message": "OK",
  "data": {
    "store_num": 100,
    "page_size": 20,
    "final_count": 20,
    "list": [
      {
        "store_id": "100500123456789",
        "site_id": "76",
        "store_name": "Fashion Boutique",
        "logo_url": "https://img.kwcdn.com/.../logo.png",
        "order_total": 50000,
        "order_week": 2500,
        "order_month": 12000,
        "total_revenue": 2500000.00,
        "week_revenue": 125000.00,
        "month_revenue": 600000.00,
        "rating": 4.8,
        "listed_time": "2022-01-15",
        "review_num": 15000,
        "follower_num": 50000,
        "product_num": 800,
        "categories_cn": ["女装", "配饰"],
        "categories": ["Women's Clothing", "Accessories"],
        "is_local": 0
      }
    ]
  },
  "used_today": 150,
  "remaining_today": 350
}
响应字段说明
字段名类型说明
store_idstring店铺ID
site_idstring站点ID
store_namestring店铺名称
logo_urlstring店铺Logo URL
order_totalint总销量
order_weekint周销量
order_monthint月销量
total_revenuefloat总销售额(美元)
week_revenuefloat周销售额(美元)
month_revenuefloat月销售额(美元)
ratingfloat评分(0-5)
listed_timestring开店时间
review_numint评论数
follower_numint粉丝数
product_numint商品数量
categories_cnarray类目列表(中文)
categoriesarray类目列表(英文)
is_localint是否半托管(0=全托管,1=半托管)

API 返回码说明

Code说明
200成功
401认证失败(API Key 无效或过期)
402积分不足或订阅过期
403无访问权限
429请求频率过高,触发限流
500服务器内部错误

积分说明

按实际返回数据量计费,每条数据消耗 1 个积分,清晰透明的消费机制。
  • 商品查询:每条返回的商品消耗 1 积分
  • 店铺查询:每条返回的店铺消耗 1 积分
  • 每日积分上限与订阅套餐有关, Etsy、Shopify、Temu 全部 VIP 接口共用每日积分