xiyou-openapi
  1. asins
xiyou-openapi
  • 西柚找词OPENAPI接入指引
  • asins
    • asin流量得分
      POST
    • asin基础信息变动趋势(天)
      POST
    • asin流量得分趋势(天)
      POST
    • asin广告信息变动趋势(天)
      POST
    • asin BSR排名趋势(天)
      POST
    • asin订单量趋势(月)
      POST
    • asin商品信息趋势图(天)
      POST
    • asin反查关键词列表(最近天)
      POST
    • asin反查关键词列表(月)
      POST
    • asin商品信息
      POST
  • asinSearchTerms
    • asin词流量趋势(天)
      POST
    • asin词排名趋势(天)
      POST
  • searchTerms
    • 关键词ABA数据趋势(周)
      POST
    • 关键词信息(最近一周)
      POST
  1. asins

asin商品信息趋势图(天)

POST
/v1/asins/info/trends/daily
计费规则
本接口按“时间范围”计费:每处理 30 天(向上取整)计为 1 Credit 消耗。
○ 公式:Credit 消耗 = ⌈天数 ÷ 30⌉
○ 示例:请求包含 75 天的价格和运营动作数据,将消耗 [75 ÷ 30] = 3 Credits
请求限制
○ 单次请求最多支持 100 个 ASIN,如需获取更多数据,请分批请求,以便灵活控制 Credit 消耗。
○ “coupon/ promotion/ subscription/ other”字段仅支持US、UK、CA、AE、AU站点(其它字段支持所有站点)

请求参数

Body 参数application/json

示例
{
    "country": "US",
    "asin": "B0DLFCN4J5",
    "startDate": "2025-05-01",
    "endDate": "2025-08-01"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.xiyouzhaoci.com/v1/asins/info/trends/daily' \
--header 'Content-Type: application/json' \
--data-raw '{
    "country": "US",
    "asin": "B0DLFCN4J5",
    "startDate": "2025-05-01",
    "endDate": "2025-08-01"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "country": "US",
    "asin": "B0DLFCN4J5",
    "trends": [
        {
            "date": "2025-08-01",
            "ratings": 1077,
            "stars": "4.7",
            "priceDistribution": {
                "display": "9.99",
                "deal": "9.99",
                "strikethrough": "13.99",
                "prime": "9.99",
                "coupon": [
                    "Save 8%"
                ],
                "promotion": [
                    "Save 8%"
                ],
                "subscribe": [
                    "{$}6.34 with Subscribe"
                ],
                "other": [
                    "Save 8%"
                ]
            }
        },
        {
            "date": "2025-08-02",
            "ratings": 1094,
            "stars": "4.7",
            "priceDistribution": {
                "display": "9.99",
                "deal": "9.99",
                "strikethrough": "13.99",
                "prime": "9.99",
                "coupon": [
                    "Save 8%"
                ],
                "promotion": [
                    "Save 8%"
                ],
                "subscribe": [
                    "{$}6.34 with Subscribe"
                ],
                "other": [
                    "Save 8%"
                ]
            }
        },
        {
            "date": "2025-08-03",
            "ratings": 1110,
            "stars": "4.7",
            "priceDistribution": {
                "display": "9.99",
                "deal": "9.99",
                "strikethrough": "13.99",
                "prime": "9.99",
                "coupon": [
                    "Save 8%"
                ],
                "promotion": [
                    "Save 8%"
                ],
                "subscribe": [
                    "{$}6.34 with Subscribe"
                ],
                "other": [
                    "Save 8%"
                ]
            }
        }
    ]
}
修改于 2025-09-04 10:53:10
上一页
asin订单量趋势(月)
下一页
asin反查关键词列表(最近天)
Built with