Extract a list of job offers from a LinkedIn Jobs search. Provide a LinkedIn jobs search URL, and the action will extract every job offer obtained from the search.
Navigate to LinkedIn Jobs Search
Apply Filters
Apply your desired filters to refine the job search.
Copy URL
Copy the URL from your browser’s address bar.
Paste URL
Paste the copied URL into the provided field.
Parameters
The maximum number of jobs to extract per search input. By default, it is set
to LinkedIn’s system limit of 100. If you need to extract more jobs, consider
segmenting your search into smaller batches.
Output Fields
The action returns the following fields:
The number of applicants for the job
The expiration date of the job listing
The initial search query used
The date the job was listed
linkedin_job_application_url
The URL for job application on LinkedIn
The unique identifier for the job on LinkedIn
The URL of the job listing on LinkedIn
Indicates if the job is new
The date the job was posted
Indicates if the job is remote
The source domain of the job listing
Indicates if the job is sponsored
The tracking ID for the job
Below is the JSON schema for the output fields:
{
"applicants_count" : "integer" ,
"expire_at" : "string" ,
"initial_query" : "string" ,
"listed_at" : "string" ,
"linkedin_job_application_url" : "string" ,
"linkedin_job_id" : "string" ,
"linkedin_job_url" : "string" ,
"location" : "string" ,
"new" : "boolean" ,
"posted_at" : "string" ,
"remote" : "boolean" ,
"source_domain" : "string" ,
"sponsored" : "boolean" ,
"target_job_title" : "string" ,
"tracking_id" : "string"
}