GET
/
api
/
v1
/
search
/
location
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/search/location \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": [
    {
      "location": "United States",
      "geocode": "103644278"
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

keyword
string
required

Keyword to search for locations

Example:

"United States"

Response

200
application/json
Success

The response is of type object.