Amazon API
type 파라미터 하나로 아마존의 모든 영역을 다룰 수 있습니다. 검색, 상품 상세, 베스트셀러, 딜, 카테고리, 판매자 프로필, 판매자 상품, 판매자 피드백까지 포함됩니다. 19개 마켓플레이스(amazon.com, amazon.co.uk, amazon.de 등)에서 작동합니다.
Endpoint
섹션 제목: “Endpoint” GET https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=<type>
Authentication
섹션 제목: “Authentication”API 키를 api_key 쿼리 파라미터로 전달하세요. 키는 패널의 SERP API 항목에 있습니다(Amazon은 SERP API 플랜 쿼터를 공유합니다).
Types
섹션 제목: “Types”type | 반환값 |
|---|---|
search | 상품 검색 결과 |
product | 상품 상세 페이지 |
bestsellers | 카테고리별 베스트셀러 |
todays-deals | 현재 아마존 딜 |
category | 카테고리 목록 |
seller_profile | 판매자 정보 및 평점 |
seller_products | 판매자의 상품 카탈로그 |
seller_feedback | 판매자에 대한 리뷰 |
각 타입은 고유한 파라미터와 응답 예시가 담긴 별도 페이지를 갖고 있습니다. 아래 카드를 참고하세요.
Quick example
섹션 제목: “Quick example”curl "https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=search&q=memory+card"Endpoint pages
섹션 제목: “Endpoint pages” Amazon Search type=search
Amazon Product type=product
Amazon Bestsellers type=bestsellers
Amazon Deals type=todays-deals
Amazon Category type=category
Seller Profile type=seller_profile
Seller Products type=seller_products
Seller Feedback type=seller_feedback