# proxyCountry

Source: https://docs.scrappey.com/docs/proxy-country

> Use any of the following values to specify a country for Scrappey's rotating proxies.

## Example

Pass `proxyCountry` alongside any request to route it through an IP in that country. Values are case-sensitive and must match the table below exactly (e.g. `UnitedStates`, not `united states`).

```bash
curl -X POST "https://publisher.scrappey.com/api/v1?key=YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "cmd": "request.get",
    "url": "https://example.com",
    "proxyCountry": "UnitedStates"
  }'
```

## Supported Countries

| Country |
|---------|
| Afghanistan |
| Albania |
| Algeria |
| Argentina |
| Armenia |
| Aruba |
| Australia |
| Austria |
| Azerbaijan |
| Bahamas |
| Bahrain |
| Bangladesh |
| Belarus |
| Belgium |
| BosniaandHerzegovina |
| Brazil |
| BritishVirginIslands |
| Brunei |
| Bulgaria |
| Cambodia |
| Cameroon |
| Canada |
| Chile |
| China |
| Colombia |
| CostaRica |
| Croatia |
| Cuba |
| Cyprus |
| Czechia |
| Denmark |
| DominicanRepublic |
| Ecuador |
| Egypt |
| ElSalvador |
| Estonia |
| Ethiopia |
| Finland |
| France |
| Georgia |
| Germany |
| Ghana |
| Greece |
| Guatemala |
| Guyana |
| HashemiteKingdomofJordan |
| HongKong |
| Hungary |
| India |
| Indonesia |
| Iran |
| Iraq |
| Ireland |
| Israel |
| Italy |
| Jamaica |
| Japan |
| Kazakhstan |
| Kenya |
| Kosovo |
| Kuwait |
| Latvia |
| Liechtenstein |
| Luxembourg |
| Macedonia |
| Madagascar |
| Malaysia |
| Mauritius |
| Mexico |
| Mongolia |
| Montenegro |
| Morocco |
| Mozambique |
| Myanmar |
| Nepal |
| Netherlands |
| NewZealand |
| Nigeria |
| Norway |
| Oman |
| Pakistan |
| Palestine |
| Panama |
| PapuaNewGuinea |
| Paraguay |
| Peru |
| Philippines |
| Poland |
| Portugal |
| PuertoRico |
| Qatar |
| RepublicofLithuania |
| RepublicofMoldova |
| Romania |
| Russia |
| SaudiArabia |
| Senegal |
| Serbia |
| Seychelles |
| Singapore |
| Slovakia |
| Slovenia |
| Somalia |
| SouthAfrica |
| SouthKorea |
| Spain |
| SriLanka |
| Sudan |
| Suriname |
| Sweden |
| Switzerland |
| Syria |
| Taiwan |
| Tajikistan |
| Thailand |
| TrinidadandTobago |
| Tunisia |
| Turkey |
| Uganda |
| Ukraine |
| UnitedArabEmirates |
| UnitedKingdom |
| UnitedStates |
| Uzbekistan |
| Venezuela |
| Vietnam |
| Zambia |

## Related concepts

Go deeper in the [Scrappey knowledge base](https://scrappey.com/qa):

- [Residential proxy](https://scrappey.com/qa/proxies/what-is-a-residential-proxy) — the IP type used for geo-targeting
- [Residential vs datacenter](https://scrappey.com/qa/web-automation/proxy-types-comparison) — which proxy type to choose
- [Proxy web scraping](https://scrappey.com/qa/proxies/what-is-proxy-web-scraping) — how proxies route your requests
