App Logo
linkedin.com

Get LinkedIn job

Fetch a LinkedIn job posting by numeric ID. Returns id, url, status (live/expired), title, company, location, posted, applicants, workplaceType, employmentType, description, and companyInfo (name, url, industry, followers, employeeRange, membersOnLinkedIn, description).

Input

id required

LinkedIn numeric job ID (the trailing digits of a /jobs/view/... URL).

Output

id required
url required

Final URL after any redirect.

status required
title optional
posted optional

Localized relative time (e.g. 'il y a 2 jours', '2 days ago', 'vor 3 Tagen').

company optional
criteria optional

DEPRECATED — no longer returned by the /jobs/view/ surface.

location optional
applicants optional

Applicant-volume line from the top card. Null when LinkedIn hides it.

companyInfo optional

The 'About the company' card. Null if the card is absent.

description optional
workplaceType optional

Top-card pill: On-site | Remote | Hybrid (localized). Null when absent.

employmentType optional

Top-card pill: Full-time, Part-time, Contract, Internship… (localized). Null when absent.

FAQ

Fetch a LinkedIn job posting by numeric ID. Returns id, url, status (live/expired), title, company, location, posted, applicants, workplaceType, employmentType, description, and companyInfo (name, url, industry, followers, employeeRange, membersOnLinkedIn, description).
Required: id.
It returns id, url, title, posted, status, company, criteria, location, applicants, companyInfo, description, workplaceType, employmentType.
Yes. It acts as you on linkedin.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the linkedin.com cookies saved by the Reduck extension.
It only reads. It looks things up on linkedin.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/get_job, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/get_job
It is part of Reduck's official curated catalogue.

Start building not clicking