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

## Geo

Specify the geographic origin of the request.

| Parameter | Default Value | Example                                 |
| :-------- | :------------ | :-------------------------------------- |
| **`geo`** | Randomized    | `United States`, `United Kingdom`, etc. |

When providing a country name, it must be in Capital Case:

* Incorrect: `united states`.
* Correct: `United States`.

<Accordion title="Geo locations available for Standard Proxy Pool" icon="globe">
  <Columns cols={3}>
    <Column>
      - Canada
      - France
      - Germany
    </Column>

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

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

<Accordion title="Geo locations available for Premium proxy pool:" icon="globe">
  <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>
</Accordion>

**Google** supports more advanced geo-targeting. Read more [here](https://help.decodo.com/docs/web-scraping-api-google-geolocation).

All **Amazon** Targets require geo parameters to be set in ISO-2 country code format. Read more [here](https://help.decodo.com/docs/web-scraping-api-amazon-geo-parameter).

Walmart Targets require specific geo parameters. Read more [here](https://help.decodo.com/docs/web-scraping-api-walmart-geo-parameter).

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

Change the search page web interface language.

| Parameter    | Default Value                   | Example                |
| :----------- | :------------------------------ | :--------------------- |
| **`locale`** | Matched with `domain` parameter | `en-GB`, `en-US`, etc. |

You can find the full locale parameter list paired with domain parameters specific to **Amazon** [**here**](https://help.decodo.com/docs/web-scraping-api-amazon-locale#/) and for **Google** [here](web-scraping-api-google-interface-localization).

***

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