Skip to content
登录 注册

亚马逊类目

Amazon Category 返回指定 Amazon 分类或子分类中的产品列表,包括价格、评分、Prime 资格和配送详情。

GET https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=category
ParameterTypeRequiredDescription
api_keystringyes您的 SERP API key(与 Amazon 共用)。
enginestringyes必须为 amazon
typestringyes必须为 category
category_idstringyes分类别名或数字 ID(例如 amazon-devices)。
domainstringno市场域名,默认为 amazon.com
devicedesktop | mobileno模拟设备。
pageintegerno结果页码。
Terminal window
curl "https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=category&category_id=amazon-devices"
{
"search_parameters": {
"engine": "amazon",
"amazon_domain": "amazon.com",
"type": "category",
"category_id": "amazon-devices"
},
"category_results": {
"product_results": [
{
"position": 1,
"product_id": "B08C1W5N87",
"title": "Fire TV Stick with Alexa Voice Remote",
"link": "/dp/B08C1W5N87",
"price": "$19.99",
"price_raw": "$39.99",
"currency": "$",
"is_prime": true,
"rating": { "rating": "4.7 out of 5 stars", "total_ratings": 141438 },
"amazon_choice": { "link": "/dp/B08C1W5N87" }
},
{
"position": 2,
"product_id": "B08XVYZ1Y5",
"title": "Fire TV Stick 4K",
"price": "$29.99",
"deal": "Limited time deal"
}
]
}
}