> ## 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 目标接受 `locale` 参数。`locale` 参数与 `domain` 参数配对使用。以下组合有效：

| 域名        | 区域设置    | 界面语言       |
| --------- | ------- | ---------- |
| `.ae`     | `en_AE` | 英语（阿联酋）    |
| `.ae`     | `ar_AE` | 阿拉伯语（阿联酋）  |
| `.ca`     | `fr_CA` | 法语（加拿大）    |
| `.ca`     | `en_CA` | 英语（加拿大）    |
| `.co.jp`  | `ja_JP` | 日语         |
| `.co.jp`  | `en_US` | 英语（美国）     |
| `.co.jp`  | `zh_CN` | 中文         |
| `.co.uk`  | `en_GB` | 英语（英国）     |
| `.com`    | `en_US` | 英语（美国）     |
| `.com`    | `es_US` | 西班牙语（美国）   |
| `.com`    | `ar_AE` | 阿拉伯语（阿联酋）  |
| `.com`    | `de_US` | 德语（美国）     |
| `.com`    | `he_IL` | 希伯来语       |
| `.com`    | `ko_KR` | 韩语         |
| `.com`    | `pt_BR` | 葡萄牙语（巴西）   |
| `.com`    | `zh_CN` | 中文         |
| `.com`    | `zh_TW` | 台湾语        |
| `.com.au` | `en_AU` | 英语（澳大利亚）   |
| `.com.be` | `fr_BE` | 法语（比利时）    |
| `.com.be` | `nl_BE` | 荷兰语（比利时）   |
| `.com.be` | `en_GB` | 英语（英国）     |
| `.com.br` | `pt_BR` | 葡萄牙语（巴西）   |
| `.com.mx` | `es_MX` | 西班牙语（墨西哥）  |
| `.com.tr` | `tr_TR` | 土耳其语       |
| `.de`     | `de_DK` | 丹麦语        |
| `.de`     | `de_DE` | 德语         |
| `.de`     | `en_GB` | 英语（英国）     |
| `.de`     | `cs_CZ` | 捷克语        |
| `.de`     | `nl_NL` | 荷兰语（荷兰）    |
| `.de`     | `pl_PL` | 波兰语        |
| `.de`     | `tr_TR` | 土耳其语       |
| `.eg`     | `ar_AE` | 阿拉伯语（阿联酋）  |
| `.eg`     | `en_AE` | 英语（阿联酋）    |
| `.es`     | `es_ES` | 西班牙语       |
| `.es`     | `pt_PT` | 葡萄牙语（葡萄牙）  |
| `.es`     | `en_GB` | 英语（英国）     |
| `.fr`     | `en_GB` | 英语（英国）     |
| `.fr`     | `fr_FR` | 法语         |
| `.in`     | `en_IN` | 英语（印度）     |
| `.in`     | `hi_IN` | 印地语（印度）    |
| `.in`     | `ta_IN` | 泰米尔语（印度）   |
| `.in`     | `te_IN` | 泰卢固语（印度）   |
| `.in`     | `kn_IN` | 卡纳达语（印度）   |
| `.in`     | `ml_IN` | 马拉雅拉姆语（印度） |
| `.in`     | `bn_IN` | 孟加拉语（印度）   |
| `.in`     | `mr_IN` | 马拉地语（印度）   |
| `.it`     | `en_GB` | 英语（英国）     |
| `.it`     | `it_IT` | 意大利语       |
| `.nl`     | `nl_NL` | 荷兰语（荷兰）    |
| `.nl`     | `en_GB` | 英语（英国）     |
| `.sa`     | `ar_AE` | 阿拉伯语（阿联酋）  |
| `.sa`     | `en_AE` | 英语（阿联酋）    |
| `.se`     | `sv_SE` | 瑞典语        |
| `.se`     | `en_GB` | 英语（英国）     |
| `.sg`     | `sg_EN` | 英语（新加坡）    |

#### 正确的 `locale` 和 `domain` 组合示例

<CodeGroup>
  ```shellscript cURL theme={null}
  curl --request 'POST' \
          --url 'https://scraper-api.decodo.com/v2/scrape' \
          --header 'Accept: application/json' \
          --header 'Authorization: Basic ==' \
          --header 'Content-Type: application/json' \
          --data '\n    {\n      "target": "amazon_sellers",\n      "query": "A1R0Z7FJGTKESH",\n      "locale": "nl_BE",\n      "domain": "com.be",\n      "parse": true\n    }\n'
  ```
</CodeGroup>

***

<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>
