콘텐츠로 이동
로그인 가입하기

아마존 카테고리

Amazon Category는 특정 Amazon 카테고리 또는 하위 카테고리의 제품 목록을 가격, 평점, Prime 자격, 배송 세부 정보와 함께 반환합니다.

GET https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=category
ParameterTypeRequiredDescription
api_keystringyesSERP API 키(Amazon과 공유됨).
enginestringyesamazon이어야 합니다.
typestringyescategory이어야 합니다.
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"
}
]
}
}