Skip to main content
GET
Geo / Company Suggest
Typeahead that turns a free-text place or company name into the numeric id LinkedIn’s job filters use. Set type=geo to resolve a location to a geo_id, or type=company to resolve a company name to a company_id. Feed the returned id into /jobs/search (geo_id / company_id) or /companies/{company_id}/jobs. Credits: 2

Authorization

string
required
Your ScrapeBadger API key.

Query Parameters

string
required
Free-text place or company name, e.g. London or Microsoft.
string
required
What to resolve — geo (locations) or company (companies).
string
default:"us"
Country/locale for the request.

Response

string
Echo of the requested query.
string
Echo of the requested type (geo or company).
GeoSuggestion[]
Suggestions.

Example

Response
A type=company query for Microsoft returns { "id": "1035", "display_name": "Microsoft", "type": "company" } — feed 1035 straight into /companies/1035/jobs or the company_id job-search filter.