For the complete documentation index, see llms.txt. This page is also available as Markdown.

Geo Hash

Use geo hash targeting with Residential Proxies. Learn how to select grid cells from level 1 to level 4 and check the approximate cell sizes.

To get a proxy from a specific geo hash grid cell, add the geohash flag to the authorization string. Supported grid cells range from level 1 (biggest) to level 4 (smallest) currently available, for example 9, c, gc, u09, drq4.

Here are a few examples of valid geohash values:

  • geohash-9 – a random exit node from a large part of the US and Mexico

  • geohash-c – northern US and Canada

  • geohash-gc – Ireland, Northern Ireland, England and Scotland

  • geohash-u09 – Paris

  • geohash-drq4 – most of Nantucket island

The approximate cell sizes by geo hash length are:

Length
Approximate cell size

1

≤ 5,000 km × 5,000 km

2

≤ 1,250 km × 625 km

3

≤ 156 km × 156 km

4

≤ 39.1 km × 19.5 km

The geohash parameter is mutually exclusive with other geo-location parameters, such as continent, country, city, and ZIP/postal code.

Credentials list example

Example represents a list of credentials that target different geo hash grid cells.

customer-USERNAME-geohash-9:PASSWORD
customer-USERNAME-geohash-gc:PASSWORD
customer-USERNAME-geohash-u09:PASSWORD
customer-USERNAME-geohash-drq4:PASSWORD

Code examples

In this example, a query to ip.oxylabs.io/location is performed from a random IP address within the u09 geo hash grid cell (Paris):

Last updated

Was this helpful?