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

# Localisation

> Web Scraping API Localisation Parameters

<Danger>
  Core and Advanced plans are no longer available for purchase. Please consider migrating to the all-in-one Web Scraper API; check out the guide [here](https://help.decodo.com/docs/web-scraping-api-migration-guide).
</Danger>

## Domain

Specify top-level domain.

| Parameter | Default Value | Example                    |
| :-------- | :------------ | :------------------------- |
| `domain`  | `com`         | `com`, `co.uk`, `fr`, etc. |

Google doesn't support `domain` parameter, use `geo` instead.

## Locale

| Parameter    | Header Name | Example          |
| ------------ | ----------- | ---------------- |
| **`locale`** | `N/A`       | `en-GB`, `en-US` |

* Supported with the **Advanced** plan.
* This will change the search page web interface language (not the results).
* You can find the full locale parameter list paired with domain parameters specific for **Amazon** [**here**](https://help.decodo.com/docs/web-scraping-api-amazon-locale-deprecated).

## Geo

| Parameter | Header Name    | Example         |
| --------- | -------------- | --------------- |
| **`geo`** | `X-Decodo-Geo` | `United States` |

* Supported with the **Advanced** and **Core** plans
* The geographical location on which the result depends. ([**Google geolocation**](https://help.decodo.com/docs/web-scraping-api-google-geolocation-deprecated) only):
  * City location names
  * State names
  * Country names
  * Coordinates and Radius
  * Google’s Canonical Location Name. Read more [**here**](https://developers.google.com/google-ads/api/data/geotargets).
* ⚠️ When providing a country name, it must be in Capital Case:
  * Incorrect: `united states`.
  * Correct: `United States`.

### Geo Parameter Locations

<Expandable title="Geo parameters available for Core plans:">
  <Columns cols={3}>
    <Column>
      * Canada
      * France
      * Germany
    </Column>

    <Column>
      * Japan
      * Netherlands
      * Romania
    </Column>

    <Column>
      * United Kingdom
      * United States
    </Column>
  </Columns>
</Expandable>

<Expandable title="Geo parameters available for Advanced plans:">
  <Columns cols={3}>
    <Column>
      * Afghanistan
      * Albania
      * Algeria
      * Andorra
      * Antarctica
      * Argentina
      * Armenia
      * Australia
      * Austria
      * Azerbaijan
      * Bahamas
      * Bangladesh
      * Belarus
      * Belgium
      * Brazil
      * Bulgaria
      * Cambodia
      * Canada
      * Central African Republic
      * Chile
      * China
      * Colombia
      * Congo
      * Costa Rica
      * Croatia
      * Cuba
      * Cyprus
      * Czechia
      * Denmark
      * Dominican Republic
      * Ecuador
      * Egypt
      * Estonia
      * Finland
      * France
    </Column>

    <Column>
      * Georgia
      * Germany
      * Ghana
      * Gibraltar
      * Greece
      * Greenland
      * Guinea
      * Haiti
      * Hong Kong
      * Hungary
      * Iceland
      * India
      * Indonesia
      * Iraq
      * Ireland
      * Israel
      * Italy
      * Jamaica
      * Japan
      * Jersey
      * Jordan
      * Kazakhstan
      * Kenya
      * Kiribati
      * Korea
      * Kuwait
      * Latvia
      * Lithuania
      * Mexico
      * Mongolia
      * Morocco
      * Netherlands
      * New Zealand
      * Norway
      * Oman
    </Column>

    <Column>
      * Pakistan
      * Panama
      * Philippines
      * Poland
      * Portugal
      * Puerto Rico
      * Qatar
      * Romania
      * Russia
      * Saudi Arabia
      * Serbia
      * Singapore
      * Slovakia
      * Slovenia
      * Somalia
      * South Africa
      * South Sudan
      * Spain
      * Sweden
      * Switzerland
      * Tajikistan
      * Thailand
      * Tunisia
      * Turkey
      * Turkmenistan
      * Uganda
      * Ukraine
      * United Arab Emirates
      * United Kingdom
      * United States
      * Uruguay
      * Uzbekistan
      * Viet Nam
      * Yemen
      * Zimbabwe
    </Column>
  </Columns>
</Expandable>

### Amazon

All **Amazon** targets require geo parameters to be set in **ISO-2** country code format:

* Incorrect: `United States`
* Correct: `US`

Find out how [**here**](https://help.decodo.com/docs/web-scraping-api-amazon-geo-parameter-deprecated).

<Note>
  Note that if the Amazon `domain` parameter matches the **`geo`**, for example - `.com` with US, `.co.jp` with JP, you will have to use the **zip code** instead of the country's ISO code.
</Note>

**Exceptions:** Unsupported domains: `cn`, `com.tr`, `com.be`, and `nl` do not support custom delivery locations.

**Other Cases:**

Australia (com.au): Only accepts Australian postcodes. UAE (.ae): Accepts UAE city names as geo, e.g., "geo": "Abu Dhabi", or 2-letter country codes.

### Walmart

**Walmart** targets require specific geo parameters using **Advanced** plans. Find out how [**here**](https://help.decodo.com/docs/web-scraping-api-walmart-geo-parameter-deprecated).

***

<Columns cols={2}>
  <Card title="Support" href="https://direct.lc.chat/12092754" cta="Let's chat!">
    Need help or just want to say hello? Our support is available 24/7. \
    You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com).
  </Card>

  <Card title="Feedback" href="mailto:feedback@decodo.com" cta="Share feedback">
    Can't find what you're looking for? Request an article! \
    Have feedback? Share your thoughts on how we can improve.
  </Card>
</Columns>
