Facebook Pixel
ApiUncategorized

Search geo locations

Search for LinkedIn geo location IDs by place name. Use this endpoint to find location IDs that can be used as filters in other search endpoints (jobs, companies, people). Returns matching cities, regions, and countries.

POST/search/geo

Search geo locations

Search for LinkedIn geo location IDs by place name. Use this endpoint to find location IDs that can be used as filters in other search endpoints (jobs, companies, people). Returns matching cities, regions, and countries.

Authentication requiredSearch

Code Examples

curl -X POST '/linkedin/search/geo' \
-H 'Authorization: Bearer <your_api_key>' \
-H 'Content-Type: application/json' \
-d '{"keywords":"string"}'

Parameters

No parameters.

Request Body

FieldTypeRequiredDescription
accountIdstringNoLinkedIn account ID to use for the search. If not provided, uses the default account.
keywordsstringYesLocation name to search for (e.g., "San Francisco", "United States", "London")
countryCodesarrayNoLimit results to specific countries using ISO country codes (e.g., ["US", "GB"])

Example

{
  "keywords": "string"
}

Responses

StatusDescription
200Geo locations retrieved successfully