SERPHouseSERPHouse

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

NameTypeDescription
q *Stringsearch in our location database
type *StringType 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

NameTypeDescription
Authorization *StringBearer <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&apos;s 33rd Congressional District 2022 redistricting",      "loc": "Texas&apos;s 33rd Congressional District 2022 redistricting,Texas,United States",      "type": "Congressional District",      "country_code": "US"    },    {      "id": 9113190,      "name": "Texas&apos;s 34th Congressional District 2022 redistricting",      "loc": "Texas&apos;s 34th Congressional District 2022 redistricting,Texas,United States",      "type": "Congressional District",      "country_code": "US"    },    {      "id": 9113191,      "name": "Texas&apos;s 35th Congressional District 2022 redistricting",      "loc": "Texas&apos;s 35th Congressional District 2022 redistricting,Texas,United States",      "type": "Congressional District",      "country_code": "US"    },    {      "id": 9113192,      "name": "Texas&apos;s 36th Congressional District 2022 redistricting",      "loc": "Texas&apos;s 36th Congressional District 2022 redistricting,Texas,United States",      "type": "Congressional District",      "country_code": "US"    },    {      "id": 9113193,      "name": "Texas&apos;s 37th Congressional District 2022 redistricting",      "loc": "Texas&apos;s 37th Congressional District 2022 redistricting,Texas,United States",      "type": "Congressional District",      "country_code": "US"    },    {      "id": 9113194,      "name": "Texas&apos;s 38th Congressional District 2022 redistricting",      "loc": "Texas&apos;s 38th Congressional District 2022 redistricting,Texas,United States",      "type": "Congressional District",      "country_code": "US"    },    {      "id": 9040743,      "name": "Texas&apos;s 1st Congressional District 2012 redistricting",      "loc": "Texas&apos;s 1st Congressional District 2012 redistricting,Texas,United States",      "type": "Congressional District",      "country_code": "US"    },    {      "id": 9040744,      "name": "Texas&apos;s 10th Congressional District 2012 redistricting",      "loc": "Texas&apos;s 10th Congressional District 2012 redistricting,Texas,United States",      "type": "Congressional District",      "country_code": "US"    },    {      "id": 9040745,      "name": "Texas&apos;s 11th Congressional District 2012 redistricting",      "loc": "Texas&apos;s 11th Congressional District 2012 redistricting,Texas,United States",      "type": "Congressional District",      "country_code": "US"    },    {      "id": 9040746,      "name": "Texas&apos;s 12th Congressional District 2012 redistricting",      "loc": "Texas&apos;s 12th Congressional District 2012 redistricting,Texas,United States",      "type": "Congressional District",      "country_code": "US"    }  ]}

Last updated on

How is this guide?

On this page