跳转到主要内容

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.

Shopify 店铺数据查询

该接口用于VIP 用户查询 Shopify 店铺数据,支持按产品数、访问量、订单量、广告数等多条件筛选,并支持排序与分页。
项目说明
接口类型REST API
请求方式POST
数据格式JSON
鉴权方式API Key
适用用户VIP / 订阅用户
接口地址 text
POST /api/vi/shopify-stores
鉴权说明 请求需在 Header 中携带 API Key: text
X-VIP-TOKEN: your_api_key_here
请求参数
参数名类型必填说明
search_keystring店铺名称或域名关键词
countrystring国家代码,如 US、CN
yearint店铺创建年份筛选:1=最近1年,2=1-2年,3=2-3年,4=3年以上
sort_byint排序字段:0=产品数,1=类目数,2=月访问量,3=FB粉丝数,4=Ins粉丝数,5=广告数,6=相关度,7=月订单数(默认)
order_bystring排序方向:asc/desc,默认 desc
page_numint页码,从1开始
page_sizeint每页数量,最大100
product_num_minint产品数最小值
product_num_maxint产品数最大值
advertise_count_minint广告数最小值
advertise_count_maxint广告数最大值
monthly_visit_minint月访问量最小值
monthly_visit_maxint月访问量最大值
month_order_minint月订单量最小值
month_order_maxint月订单量最大值
langstring语言:en/cn,默认en
请求示例 python
import requests
import json

url = "https://api.ehunt.ai/api/vi/shopify-stores"
headers = {
    "Content-Type": "application/json",
    "X-VIP-TOKEN": "your_api_key_here"
}
payload = {
    "search_key": "fashion",
    "country": "US",
    "product_num_min": 100,
    "month_order_min": 1000,
    "sort_by": 7,
    "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": "store_123",
        "shop_id": "shop_123",
        "store_name": "Fashion Hub",
        "store_domain": "fashionhub.myshopify.com",
        "store_link": "https://fashionhub.myshopify.com",
        "country": "United States",
        "created_time": "2020-01-15",
        "product_num": 2500,
        "category_num": 15,
        "categories": [
          {"id": "123", "name": "Women's Clothing"},
          {"id": "456", "name": "Accessories"}
        ],
        "monthly_visit": "2.5M",
        "month_order_num": "15.2k",
        "fb_followers": "125k",
        "ins_followers": "89k",
        "advertise_count": 45,
        "ad_link": "https://www.facebook.com/ads/library/?view_all_page_id=...",
        "email": "contact@fashionhub.com",
        "facebook_url": "https://www.facebook.com/fashionhub",
        "instagram_url": "https://www.instagram.com/fashionhub",
        "social_links": {},
        "global_rank": "125000",
        "logo": "https://cdn.shopify.com/.../logo.png",
        "available_status": 1
      }
    ]
  },
  "used_today": 150,
  "remaining_today": 350
}
响应字段说明
字段名类型说明
store_idstring店铺ID
shop_idstring商店ID
store_namestring店铺名称
store_domainstring店铺域名
store_linkstring店铺链接
countrystring国家名称
created_timestring创建时间
product_numint产品数量
category_numint类目数量
categoriesarray类目列表
monthly_visitstring月访问量(格式化)
month_order_numstring月订单量(格式化)
fb_followersstringFacebook粉丝数
ins_followersstringInstagram粉丝数
advertise_countint广告数量
ad_linkstring广告库链接
emailstring联系邮箱
facebook_urlstringFacebook主页链接
instagram_urlstringInstagram主页链接
social_linksobject其他社交链接
global_rankstring全球排名
logostring店铺Logo URL
available_statusint店铺状态(1=活跃)

API 返回码说明

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

积分说明

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