Skip to documentation
Browse documentation

Get Job

Fetches a public LinkedIn job posting with description, company, location, criteria, workplace, compensation, applicant count, apply URL, and explicit field coverage when exposed.

Capability ID linkedin.job.get
Cost 1 credit per request
Maximum runtime 60 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

url string required

LinkedIn job URL in canonical or slugged form, or a bare numeric job id.

Example https://www.linkedin.com/jobs/view/4449049579

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
applicant_count null null
company_logo string https://media.licdn.com/dms/image/v2/D4E0BAQEfAZWzerj03w/company-logo_1…
company_name string General Motors
company_url string https://www.linkedin.com/company/general-motors
coverage object 5 fields
coverage.limitations array 2 items
coverage.missing_fields array 3 items
coverage.source string linkedin_public_job_detail
coverage.status string partial_public
coverage.truncated_fields array 0 items
description string Job Description As a Senior Software Engineer – Go (Golang), you will d…
description_length integer 6473
employment_type string Full-time
experience_level string Not Applicable
industry string Motor Vehicle Manufacturing, Appliances, Electrical, and Electronics Ma…
job_id string 4419969671
locality string Warren, MI
posted_at string 2 weeks ago
title string Senior Software Engineer – Go (Golang)
url string https://www.linkedin.com/jobs/view/4419969671

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.