LinkedInget/search-locations

Search Locations

Location
Cost / request

$0.01

Response format

JSON

Protocol

REST

About this endpoint

Search LinkedIn's location database. Returns location IDs and names that can be used as filters in people and job search endpoints. Essential for building location-aware search interfaces and geographically targeted workflows.

Use cases

Build location-aware search interfaces for recruiting tools
Filter candidates and jobs by specific geographic areas
Map professional talent distribution across regions

Parameters

NameInTypeRequiredDescription
keywordquerystringrequiredDefault: berlin

Responses

200

{
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean"
    },
    "message": {
      "type": "string"
    },
    "data": {
      "type": "object",
      "properties": {
        "items": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "name": {
                "type": "string"
              }
            }
          }
        }
      }
    }
  }
}

Agent / Developer Schema

Machine-readable formats for integrating this endpoint into AI agents and toolchains.

{
  "operationId": "Search_Locations",
  "method": "get",
  "path": "/search-locations",
  "summary": "Search Locations",
  "description": "Search locations by keyword",
  "parameters": [
    {
      "name": "keyword",
      "in": "query",
      "required": true,
      "schema": {
        "type": "string",
        "default": "berlin"
      }
    }
  ],
  "responses": [
    {
      "statusCode": "200",
      "description": "200",
      "content": {
        "application/json": {
          "schema": {
            "type": "object",
            "properties": {
              "success": {
                "type": "boolean"
              },
              "message": {
                "type": "string"
              },
              "data": {
                "type": "object",
                "properties": {
                  "items": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        }
                      }
                    }
                  }
                }
              }
            }
          },
          "example": {
            "success": true,
            "message": "",
            "data": {
              "items": [
                {
                  "id": "urn:li:geo:103035651",
                  "name": "Berlin, Germany"
                },
                {
                  "id": "urn:li:geo:106967730",
                  "name": "Berlin, Berlin, Germany"
                },
                {
                  "id": "urn:li:geo:90009712",
                  "name": "Berlin Metropolitan Area"
                },
                {
                  "id": "urn:li:geo:101283667",
                  "name": "Stadt Berlin, Berlin, Germany"
                },
                {
                  "id": "urn:li:geo:105506608",
                  "name": "Berlin, Connecticut, United States"
                },
                {
                  "id": "urn:li:geo:107184029",
                  "name": "Berlin, Maryland, United States"
                },
                {
                  "id": "urn:li:geo:107096287",
                  "name": "Berlin, New Jersey, United States"
                },
                {
                  "id": "urn:li:geo:105606863",
                  "name": "Berlin, New Hampshire, United States"
                },
                {
                  "id": "urn:li:geo:101301095",
                  "name": "10115, Berlin, Berlin, Germany"
                },
                {
                  "id": "urn:li:geo:110428803",
                  "name": "Berlin, Wisconsin, United States"
                },
                {
                  "id": "urn:li:geo:104944500",
                  "name": "10178, Berlin, Berlin, Germany"
                },
                {
                  "id": "urn:li:geo:101862986",
                  "name": "10117, Berlin, Berlin, Germany"
                },
                {
                  "id": "urn:li:geo:102207106",
                  "name": "14057, Berlin, Berlin, Germany"
                },
                {
                  "id": "urn:li:geo:101246887",
                  "name": "Berlin, Massachusetts, United States"
                },
                {
                  "id": "urn:li:geo:100522964",
                  "name": "Berlin, Pennsylvania, United States"
                },
                {
                  "id": "urn:li:geo:103161081",
                  "name": "10405, Berlin, Berlin, Germany"
                },
                {
                  "id": "urn:li:geo:106872105",
                  "name": "10179, Berlin, Berlin, Germany"
                },
                {
                  "id": "urn:li:geo:101638445",
                  "name": "New Berlin, Wisconsin, United States"
                },
                {
                  "id": "urn:li:geo:102483684",
                  "name": "10119, Berlin, Berlin, Germany"
                },
                {
                  "id": "urn:li:geo:105259835",
                  "name": "10437, Berlin, Berlin, Germany"
                }
              ]
            }
          }
        }
      }
    }
  ]
}

Pricing

$0.01per successful request

Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.

Related endpoints

Start using this endpoint

Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.

LinkedIn location search APIlocation lookup APIgeographic filter APILinkedIn APILinkedIn data APILinkedIn scraper API