Skip to content
登录 注册

亚马逊卖家商品

Amazon Seller Products 返回指定 Amazon 卖家所提供商品的目录,包含价格、评分和配送详情。使用 page 进行分页。

GET https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=seller_products
ParameterTypeRequiredDescription
api_keystringyes您的 SERP API 密钥(与 Amazon 共用)。
enginestringyes必须为 amazon
typestringyes必须为 seller_products
seller_idstringyesAmazon 卖家 ID(例如 AAZRLVTNON75Z)。
domainstringno市场域名,默认 amazon.com
devicedesktop | mobileno模拟设备。
pageintegerno结果页码。
Terminal window
curl "https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=seller_products&seller_id=AAZRLVTNON75Z"
{
"search_parameters": {
"amazon_url": "https://www.amazon.com/s?me=AAZRLVTNON75Z",
"engine": "amazon",
"amazon_domain": "amazon.com",
"type": "seller_products",
"seller_id": "AAZRLVTNON75Z"
},
"search_results": {
"product_results": [
{
"position": 1,
"product_id": "B01NGTV4J5",
"title": "Cascade Platinum Dishwasher Pods",
"link": "https://www.amazon.com/dp/B01NGTV4J5",
"thumbnail": "https://m.media-amazon.com/images/I/71-268JmbAL.jpg",
"price": "$38.88",
"currency": "$",
"shipping_details": ["FREE delivery May 2 - 5"]
},
{
"position": 2,
"product_id": "B000SDKDM4",
"title": "Lavazza Super Crema Whole Bean Coffee Blend",
"price": "$36.64",
"bestseller": { "category": "in Roasted Coffee Beans" }
}
]
},
"pagination": { "current_page": 1, "has_next_page": true, "next_page": 2 }
}