Amazon API
一个带有 type 参数的端点即可覆盖所有 Amazon 场景:搜索、产品详情、畅销商品、优惠活动、类目、卖家资料、卖家产品和卖家反馈。支持 19 个市场站点(amazon.com、amazon.co.uk、amazon.de 等)。
Endpoint
Section titled “Endpoint” GET https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=<type>
Authentication
Section titled “Authentication”将您的 API 密钥作为 api_key 查询参数传递。密钥位于面板中的 SERP API 下(Amazon 与 SERP API 计划共享配额)。
type | 返回内容 |
|---|---|
search | 产品搜索结果 |
product | 产品详情页 |
bestsellers | 某类目的畅销商品 |
todays-deals | 当前 Amazon 优惠活动 |
category | 类目列表 |
seller_profile | 卖家信息及评分 |
seller_products | 卖家的产品目录 |
seller_feedback | 卖家收到的评价 |
每种类型都有各自的页面,包含具体参数和响应示例。请参阅下方卡片。
Quick example
Section titled “Quick example”curl "https://ecom.shifter.io/v1?engine=amazon&api_key=YOUR_API_KEY&type=search&q=memory+card"Endpoint pages
Section titled “Endpoint pages” Amazon 搜索 type=search
Amazon 产品 type=product
Amazon 畅销商品 type=bestsellers
Amazon 优惠活动 type=todays-deals
Amazon 类目 type=category
卖家资料 type=seller_profile
卖家产品 type=seller_products
卖家反馈 type=seller_feedback