> ## Documentation Index
> Fetch the complete documentation index at: https://help.decodo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Amazon 模板

> 网页抓取 API Amazon 模板

Amazon 可以使用多种不同的模板进行抓取，包括 **Amazon 搜索**、**直接 URL** 或更具体的目标，如 **Amazon 卖家**、**Amazon 产品** 等。

在每个相应的 Amazon 模板页面中，您将找到：

* 是否可以使用 `JSON` 解析；
* 所需参数；
* 适用于 `cURL`、`Node` 和 `Python` 的即用代码示例，您只需更改网页抓取 API 用户的用户名和密码即可使代码正常工作。

<Note>
  所有 Amazon 目标默认使用高级代理池。
</Note>

以下是可用的 Amazon 模板列表。您可以在下面的页面上找到有关每个模板的更多详细信息。

| 模板（目标）                                                                                  | 解析器    | 输入      |
| --------------------------------------------------------------------------------------- | ------ | ------- |
| [**Amazon 畅销榜**](https://help.decodo.com/docs/cn/web-scraping-api-amazon-bestsellers#/) | ✅      | `query` |
| [**Amazon 定价**](https://help.decodo.com/docs/cn/web-scraping-api-amazon-pricing#/)      | ✅      | `query` |
| [**Amazon 产品**](https://help.decodo.com/docs/cn/web-scraping-api-amazon-product#/)      | ✅      | `query` |
| [**Amazon 搜索**](https://help.decodo.com/docs/cn/web-scraping-api-amazon-search#/)       | ✅      | `query` |
| [**Amazon 卖家**](https://help.decodo.com/docs/cn/web-scraping-api-amazon-sellers#/)      | ✅      | `query` |
| [**Amazon URL**](https://help.decodo.com/docs/cn/web-scraping-api-amazon-url#/)         | 特定 URL | `url`   |

<Columns cols={2}>
  <Card title="支持" href="https://direct.lc.chat/12092754" cta="让我们聊聊！">
    需要帮助或只是想打个招呼？我们的支持团队全天候为您服务。 \
    您也可以随时通过电子邮件 [support@decodo.com](mailto:support@decodo.com) 联系我们。
  </Card>

  <Card title="反馈" href="mailto:feedback@decodo.com" cta="分享反馈">
    找不到您要找的内容？请求一篇文章！ \
    有反馈意见？分享您对我们如何改进的想法。
  </Card>
</Columns>
