Property

location

Physical location based on the IP address. Generally accurate to the city level. Don't consider the latitude/ longitude as accurate but rather rough location.

Property Name Type Description Required
area_code string Deprecated
city string
country_code string
country_code3 string Deprecated
country_name string
dma_code string
latitude number
longitude number
postal_code string Deprecated
region_code string

↑ TopSearch Queries
SearchServices running in San Diego
city:"San Diego"
SearchServices running in Bern, Switzerland
country:CH city:Bern
SearchServices in the state of Texas
state:TX

↑ TopExample
{
    "area_code": null,
    "city": "San Diego",
    "country_code": "US",
    "country_code3": null,
    "country_name": "United States",
    "dma_code": 825,
    "latitude": 32.7651,
    "longitude": -117.1276,
    "postal_code": null,
    "region_code": "CA"
}