GET
/
api
/
v1
/
job
/
search
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/job/search \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "data": [
    {
      "id": "4182818517",
      "title": "DevSecOps Engineer Intern",
      "url": "https://www.linkedin.com/jobs/view/4182818517",
      "listed_at": "2025-03-15T03:15:50.000Z",
      "is_promote": false,
      "is_easy_apply": false,
      "location": "United States (Remote)",
      "company": {
        "id": "2847303",
        "name": "Coventry Workers' Comp & Auto Networks",
        "url": "https://www.linkedin.com/company/2847303",
        "verified": true,
        "logo": [
          {
            "width": 400,
            "height": 400,
            "url": "https://media.licdn.com/dms/image/v2/D4E0BAQHjelLY2a-Mnw/company-logo_400_400/company-logo_400_400/0/1666083635765?e=1748476800&v=beta&t=V_T_yXL6Bs2HDEY-iZAKSkNype7_-7USjP2HIXo0Zv8",
            "expires_at": 1748476800000
          }
        ]
      }
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

keyword
string
required

Search keyword for job titles or descriptions

Minimum length: 1
Example:

"Backend Developer"

page
integer
default:1

Page number for pagination

Required range: x > 0
Example:

1

sort_by
enum<string>
default:recent

Sort jobs by recent or relevance

Available options:
recent,
relevant
Example:

"recent"

date_posted
enum<string>

Filter jobs by the date they were posted

Available options:
anytime,
past_month,
past_week,
past_24_hours
Example:

"anytime"

geocode
string

Geographical code for location-based search

Example:

"103644278"

company
string

Filter jobs by company ID

Example:

"1441"

experience_level
enum<string>

Filter jobs by required experience level

Available options:
internship,
entry_level,
associate,
mid_senior,
director,
executive
Example:

"internship"

remote
enum<string>

Filter jobs by work location type

Available options:
onsite,
remote,
hybrid
Example:

"onsite"

job_type
enum<string>

Filter jobs by type of employment

Available options:
full_time,
part_time,
contract,
temporary,
volunteer,
internship,
other
Example:

"full_time"

easy_apply
boolean

Filter jobs that are easy to apply for

Example:

true

has_verifications
boolean

Filter jobs that have company verifications

Example:

true

under_10_applicants
boolean

Filter jobs with fewer than 10 applicants

Example:

true

fair_chance_employer
boolean

Filter jobs from fair chance employers

Example:

true

Response

200
application/json
Success
success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

data
object[]

Array of job search results