logo
LinkedInLinkedIn Geo ID Search

LinkedIn Geo ID Search

Search LinkedIn Geo IDs by location name. Returns geoId + title pairs for use with profile_search's geoId parameter or for verifying location resolution in lead_search.

Pricing: 0.01 credit per call.

curl -X GET "https://v3-api.texau.com/api/v1/geo_id_search?search=San Francisco" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY"
{
  "elements": [
    {
      "geoId": "102095887",
      "title": "San Francisco Bay Area"
    },
    {
      "geoId": "101933928",
      "title": "San Francisco, California, United States"
    }
  ],
  "status": 200,
  "error": null,
  "query": {
    "search": "San Francisco"
  }
}
GET
/geo_id_search
GET
API Key (header: x-api-key)
x-api-keystring
Required

Your TexAu API key. Contact TexAu to obtain one.

Your TexAu API key. Contact TexAu to obtain one.
Request Preview
Response

Response will appear here after sending the request

Authentication

header
x-api-keystring
Required

API Key for authentication. Your TexAu API key. Contact TexAu to obtain one.

Query Parameters

Responses

elementsarray
statusinteger
errorstring
queryobject