The playground
Try any of 1042 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/linkedin-jobs/v1/jobs/detail1 credit
Full posting for one job: description, employment type, seniority, salary, applicant count.
Parameters
LinkedIn job ID — the number in the job URL (linkedin.com/jobs/view/<job_id>) or `job_id` from jobs/search.
Also fetch the employer's company profile (industry, size, HQ) per job — slower.
request preview
curl -X POST https://api.reefapi.com/linkedin-jobs/v1/jobs/detail \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.