LinkedIn job offers contain valuable data such as company type, recruiter information, and application numbers. By providing one or more LinkedIn job URLs, this action extracts all relevant information from the specified offers.
Use Cases:
Market study & competitor analysis
Sourcing
Navigate to a LinkedIn Job Offer
Copy the URL
Copy the URL from your browser’s address bar.
Paste the URL
Paste the URL into the provided input field.
Parameters
Currently, there are no additional parameters required for this action.
Output Fields
The extracted data includes the following fields:
The name of the company offering the job
The field or industry of the job
The description of the job
The LinkedIn ID of the company
The LinkedIn URL of the company
linkedin_job_application_url
The URL for job applications
The LinkedIn ID of the job
The LinkedIn URL of the job
The LinkedIn ID of the profile
The LinkedIn URL of the profile
The date the job was posted
The full name of the profile
Indicates if remote work is allowed
The date the job was reposted
The skills required for the job
The type of job (e.g., full-time, part-time)
Below is the JSON schema for the output fields:
{
"company_name" : "string" ,
"field" : "string" ,
"job_description" : "string" ,
"job_location" : "string" ,
"linkedin_company_id" : "string" ,
"linkedin_company_url" : "string" ,
"linkedin_job_application_url" : "string" ,
"linkedin_job_id" : "string" ,
"linkedin_job_url" : "string" ,
"linkedin_profile_id" : "string" ,
"linkedin_profile_url" : "string" ,
"posted_at" : "string" ,
"profile_full_name" : "string" ,
"remote_allowed" : "boolean" ,
"reposted_at" : "string" ,
"skills" : "array" ,
"title" : "string" ,
"type" : "string"
}