Geo-targeting

For precise control over your proxy location, Scrapeless supports targeting specific countries, states/regions, and cities. This allows you to obtain IPs from exact geographic locations to meet your scraping requirements.

These location codes are supplied through the country_, state_, and city_ options in the connection string.

Location Selector

Use the interactive selector below to explore all supported locations and generate the appropriate location codes for your proxy configuration. The selector provides a hierarchical view of countries, states/provinces, and cities with their corresponding codes.

Selected:Australia > New South Wales > Sydney
{
  "proxyCountry": "AU",
  "proxyState": "NSW",
  "proxyCity": "sydney"
}

Usage: Select your desired location using the dropdown above. The JSON output shows the exact codes to use in your proxy configuration:

  • proxyCountry: Use this value for the <country> parameter in your curl command
  • proxyState: Optional state/province code for more granular targeting
  • proxyCity: Optional city code for the most specific location targeting

Example: If you select Australia → New South Wales → Sydney, your curl command would include: country_AU-state_NSW-city_sydney