Locations List
Search Google and Bing geographical locations for SERP API targeting.
We use Google Geographical Targeting, that's why you can use it as a data source. Google and Bing have different locations.
Download the CSV files:
Requires authentication → provide your API key as a Bearer token in the Authorization header.
Get a List of Locations
GET https://api.serphouse.com/location/search
Query Parameters
| Name | Type | Description |
|---|---|---|
| q * | String | search in our location database |
| type * | String | Type can be google and bing.Google and Bing have a different locations so if you are targeting on Bing then pass type as bing otherwise google. |
Headers
| Name | Type | Description |
|---|---|---|
| Authorization * | String | Bearer <YOUR_API_KEY> |
Example Request
curl --location --request GET 'https://api.serphouse.com/location/search?q=texas&type=google' \--header 'Authorization: Bearer <YOUR_API_KEY>'{ "status": "success", "msg": "ok", "results": [ { "id": 9113189, "name": "Texas's 33rd Congressional District 2022 redistricting", "loc": "Texas's 33rd Congressional District 2022 redistricting,Texas,United States", "type": "Congressional District", "country_code": "US" }, { "id": 9113190, "name": "Texas's 34th Congressional District 2022 redistricting", "loc": "Texas's 34th Congressional District 2022 redistricting,Texas,United States", "type": "Congressional District", "country_code": "US" }, { "id": 9113191, "name": "Texas's 35th Congressional District 2022 redistricting", "loc": "Texas's 35th Congressional District 2022 redistricting,Texas,United States", "type": "Congressional District", "country_code": "US" }, { "id": 9113192, "name": "Texas's 36th Congressional District 2022 redistricting", "loc": "Texas's 36th Congressional District 2022 redistricting,Texas,United States", "type": "Congressional District", "country_code": "US" }, { "id": 9113193, "name": "Texas's 37th Congressional District 2022 redistricting", "loc": "Texas's 37th Congressional District 2022 redistricting,Texas,United States", "type": "Congressional District", "country_code": "US" }, { "id": 9113194, "name": "Texas's 38th Congressional District 2022 redistricting", "loc": "Texas's 38th Congressional District 2022 redistricting,Texas,United States", "type": "Congressional District", "country_code": "US" }, { "id": 9040743, "name": "Texas's 1st Congressional District 2012 redistricting", "loc": "Texas's 1st Congressional District 2012 redistricting,Texas,United States", "type": "Congressional District", "country_code": "US" }, { "id": 9040744, "name": "Texas's 10th Congressional District 2012 redistricting", "loc": "Texas's 10th Congressional District 2012 redistricting,Texas,United States", "type": "Congressional District", "country_code": "US" }, { "id": 9040745, "name": "Texas's 11th Congressional District 2012 redistricting", "loc": "Texas's 11th Congressional District 2012 redistricting,Texas,United States", "type": "Congressional District", "country_code": "US" }, { "id": 9040746, "name": "Texas's 12th Congressional District 2012 redistricting", "loc": "Texas's 12th Congressional District 2012 redistricting,Texas,United States", "type": "Congressional District", "country_code": "US" } ]}Related Links
Last updated on
How is this guide?