Query for supported locations: https://www.scaleserp.com/docs/locations-api/parameters
This can be helpful for generating a list of cities to perform a deep crawl within a country.
query
Optional
The query to use for locations, e.g. a city or country.
type
Optional
Limit the type of places to return.
city
country
county
dma_region
municipality
neighborhood
state
postal_code
province
limit
Optional
How many results to return per page. Maximum is 100, except for Google Places search which is only 20.
page
Optional
Page number, start at 1, then 2, 3, 4.... This works for most use cases, but some cases require use of the “Next Page Token” instead. If your workflow is having trouble paginating, please see the official docs for help.
Query for supported locations: https://www.scaleserp.com/docs/locations-api/parameters
This can be helpful for generating a list of cities to perform a deep crawl within a country.
/locations
?api_key={{ api_key }}&q={{ query }}&page={{ page }}&type={{ type }}&limit={{ limit }}
Body
Headers