cURL
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" } ] }
Search for locations based on a keyword.
Rapid API Key
Keyword to search for locations
"United States"
Success
The response is of type object.
object