POST
/
search-jobs
curl --request POST \
  --url https://fresh-linkedin-profile-data.p.rapidapi.com/search-jobs \
  --header 'Content-Type: application/json' \
  --header 'x-rapidapi-key: <api-key>' \
  --data '{
  "keywords": "marketing",
  "geo_code": 92000000,
  "date_posted": "Any time",
  "experience_levels": [
    "Internship",
    "Entry level"
  ],
  "company_ids": [
    1035
  ],
  "title_ids": [],
  "onsite_remotes": [
    "Remote",
    "Hybrid"
  ],
  "functions": [
    "Marketing",
    "Sales"
  ],
  "industries": [],
  "job_types": [
    "Full-time",
    "Internship"
  ],
  "sort_by": "",
  "easy_apply": "false",
  "under_10_applicants": "false",
  "start": 0
}'
{
  "data": [
    {
      "company": "Microsoft",
      "company_linkedin_url": "https://www.linkedin.com/company/microsoft",
      "company_logo": "https://media.licdn.com/dms/image/v2/C560BAQE88xCsONDULQ/company-logo.png",
      "job_title": "Marketing: MBA Internship Opportunities",
      "job_url": "https://www.linkedin.com/jobs/view/4052310093",
      "job_urn": "4052310093",
      "location": "Redmond, WA",
      "posted_time": "2024-11-29 10:43:18",
      "remote": "Hybrid",
      "salary": "$11.2K/yr - $12.2K/yr"
    }
  ],
  "message": "ok",
  "total": 495
}

Authorizations

x-rapidapi-key
string
header
required

Body

application/json

Response

200
application/json

Success.

The response is of type object.