โ† API Catalog
ApifyยทAsync

๐Ÿ† LinkedIn Jobs Scraper

Knowledge & Data$0.00036 / result

What it does

$0.4/1K jobs | Scrape LinkedIn job listings based on your selected role and location, saving you time and effort.

Returns: $0.4/1K jobs | Scrape LinkedIn job listings based on your selected role and location, saving you time and effort.

Parameters

ParameterTypeRequiredDescription
limitnumberNoMaximum results count
urlPathtextNoCustom job search path. Must start with /jobs/ (e.g., /jobs/search).
keywordstextNoSearch by title, skill, or company
locationtextNoCity, state, or zip code
urlParamarrayNoPass additional URL parameters to the search request
companyIdarrayNoFilter by company ID
easyApplybooleanNoOnly include jobs with the Easy Apply option
skipJobIdarrayNoFilter out specific job IDs from results
datePostedselectNoFilter by age of the job posting
companyNamearrayNoFilter by company name
titleExcludearrayNoExclude jobs whose title contains at least one of these values (case insensitive).
titleIncludearrayNoOnly include jobs whose title contains at least one of these values (case insensitive).
under10ApplicantsbooleanNoOnly include jobs with Under 10 applicants

Endpoints

GET/v1/agents/resources/inspect/apify.valig.linkedin-jobs-scraperPublic
POST/v1/agents/resources/estimate/apify.valig.linkedin-jobs-scraperPublic
POST/v1/agents/resources/run/apify.valig.linkedin-jobs-scraperAgent key
GET/v1/agents/resources/runs/{run_id}Agent key

Quick start

Run it with one Agent One Key over the OpenAI-compatible resource rail.

curl -X POST https://api.deva.me/v1/agents/resources/run/apify.valig.linkedin-jobs-scraper \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in Knowledge & Data