location

Allows your to search for ScrapeIN supported Google Search Locations.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Endpoint: The /location/ API endpoint allows you to GET the results supported Google search locations.
Authentication: API-KEY. Use your API-KEY for authentication.
Output format: json

Results: Click "200" at the bottom of the page in the Responses block to see the JSON structure of a successful response. See more about the results here.

Support

If you have any questions about authentication or API usage, please contact our support team at [email protected].

Query Params
string

The search query used to find locations. For example, paris or berlin. If this parameter is not provided, all available locations will be returned.

int64

The id of a specific location. This parameter is useful when you want to get detailed information on a specific location. The id of all locations are returned with every request to the Locations API.

int64

This parameter limits the search to locations that are children of a specific parent location. This is useful for retrieving all sub-locations of a given location, such as all cities within a country. To use this parameter, specify the ID of the parent location.

string
enum

Limits the search to a specific type of location. You can specify multiple location types by separating them with commas (e.g. type=state,city).

string
enum

Limits the search to locations in specific countries. See the list of supported countries for all available values. You can specify multiple countries by separating them with commas (e.g. country_code=de,fr,us for Germany, France, and the United States).

int32

The maximum number of results to return per page. The default value is 10 and the maximum value is 100. Use this parameter with the page parameter to implement pagination.

int32

The page of results to retrieve. The default value is 1, which corresponds to the first page of results. The maximum value is 100, and attempts to retrieve pages beyond this limit will return an error. Use this parameter with the limit parameter to implement pagination.

Responses

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json