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
计费规则
1.
本接口按 ASIN 数量计费。每处理 10 个 ASIN(向上取整)计为 1 Credit 消耗。
○ 公式:Credit 消耗 = ⌈ASIN 数量 ÷ 10⌉
○ 示例:请求包含 25 个 ASIN,将消耗 3 Credits。
2.
单次请求最多支持 100 个 ASIN,如需获取更多数据,请分批请求,以便灵活控制 Credit 消耗。

请求参数

Body 参数application/json

示例
{
    "entities": [
        {
            "country": "US",
            "asin": "B091ZFL4X5"
        },
        {
            "country": "DE",
            "asin": "B0CHXFCYCR"
        },
        {
            "country": "UK",
            "asin": "0000000000"
        }
    ]
}

请求示例代码

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' \
--header 'Content-Type: application/json' \
--data-raw '{
    "entities": [
        {
            "country": "US",
            "asin": "B091ZFL4X5"
        },
        {
            "country": "DE",
            "asin": "B0CHXFCYCR"
        },
        {
            "country": "UK",
            "asin": "0000000000"
        }
    ]
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "entities": [
        {
            "country": "US",
            "asin": "B091ZFL4X5",
            "amazonUrl": "https://www.amazon.com/dp/B091ZFL4X5",
            "smallPicUrl": "https://m.media-amazon.com/images/I/71Mq0xq6M4L._AC_UY128_.jpg",
            "bigPicUrl": "https://m.media-amazon.com/images/I/71Mq0xq6M4L._AC_UY512_.jpg",
            "title": "Nacome Solar Garden Outdoor Statues Turtle with Succulent and 7 LED Lights - Lawn Decor Tortoise Statue for Patio, Balcony, Yard Ornament - Unique Housewarming Gifts",
            "currency": "USD",
            "price": "26.84",
            "stars": "4.4",
            "ratings": 16277
        },
        {
            "country": "DE",
            "asin": "B0CHXFCYCR",
            "amazonUrl": "https://www.amazon.de/dp/B0CHXFCYCR",
            "smallPicUrl": "https://m.media-amazon.com/images/I/61eEYLATF9L._AC_UY128_.jpg",
            "bigPicUrl": "https://m.media-amazon.com/images/I/61eEYLATF9L._AC_UY512_.jpg",
            "title": "Apple iPhone 15 (128 GB) - Schwarz",
            "currency": "EUR",
            "price": "687",
            "stars": "4.5",
            "ratings": 5606
        },
        {
            "country": "UK",
            "asin": "0000000000",
            "amazonUrl": "https://www.amazon.co.uk/dp/0000000000",
            "smallPicUrl": "https://m.media-amazon.com/images/I/91jGCu49ESL._AC_UY128_.jpg",
            "bigPicUrl": "https://m.media-amazon.com/images/I/91jGCu49ESL._AC_UY512_.jpg",
            "title": "Milo the magnificent",
            "currency": "GBP",
            "price": null,
            "stars": null,
            "ratings": null
        }
    ]
}
修改于 2025-09-04 10:53:10
上一页
asin反查关键词列表(月)
下一页
asin词流量趋势(天)
Built with