GET
/
jobs
/
search

This endpoint returns a list of published jobs on LinkedIn by search query. You can search for jobs by keywords, company, salary range, and more.

Finding filtering values

Some of the params are needed to be determined manually by the user.

Params like company_ids can be derrived from LinkedIn URL

Where to find company_id param

Request example

COMPANY_ID=234280 # Canonical Company ID for Example
curl -X GET "https://gateway.getapihub.cloud/api/jobs/search?company_ids=$COMPANY_ID" -H  "X-API-Key: $YOUR_API_KEY"

Authorizations

x-api-key
string
headerrequired

API Key obtained on https://app.getapihub.cloud

Query Parameters

company_ids
string

List of IDs of the companies

salary
enum<string>

List of IDs of the companies

Available options:
40k+,
60k+,
80k+,
100k+,
120k+,
140k+,
160k+,
180k+,
200k+
job_type
enum<string>

Type of the job

Available options:
fullTime,
partTime,
contract,
internship
sort
enum<string>

Sort the results by

Available options:
mostRelevant,
mostRecent
keywords
string

Keywords to search for

date_posted
enum<string>

Date posted

Available options:
anyTime,
pastMonth,
pastWeek,
past24Hours

Response

200 - */*
data
object[]
message
string
success
boolean
total
integer