---
title: "Get LinkedIn job posting info"
method: POST
path: "/linkedin/get-job-posting"
tags: ["LinkedIn"]
---

# Get LinkedIn job posting info

`POST /linkedin/get-job-posting`

Get LinkedIn job posting info from a LinkedIn job posting url

## Request body

- object
  - `job_posting_url` string, required — The LinkedIn URL of the job posting to enrich

## Response `200`

GetJobPosting API successful response

- object
  - `job_posting` LinkedInJobPosting
    - `url` string, uri — URL to the job posting
    - `title` string — Title of the job
    - `location` string — Job location
    - `description` string — Detailed description of the job
    - `job_type` string — Type of job (e.g., full-time, part-time)
    - `job_functions` string[] — List of job functions or categories
    - `industries` string[] — List of industries relevant to the job
    - `seniority_level` string — Seniority level of the job (e.g., junior, senior)
    - `applicants` number — Number of applicants for the job
    - `date_posted` string, date-time — Date when the job was posted
    - `company_name` string — Name of the company offering the job
    - `company_url` string, uri — URL to the company's profile

## Other responses

- `400` — User error response
- `500` — Server error response

## Changes

- **2024-11-12** `c907d7ad48d9` — 2 breaking, 3 warning, 1 info
  - the `job_posting/applicants` response's property type/format changed from `string`/`` to `number`/`` for status `200`
  - the `job_posting/industries` response's property type/format changed from `string`/`` to `array`/`` for status `200`
  - removed the optional property `job_posting/job_function` from the response with the `200` status
  - removed the optional property `job_posting/job_poster_name` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/carvedai/apis/exfunc-apis/changes/linkedin/get-job-posting/post.md)

---

[API](https://skmtc.dev/carvedai/apis/exfunc-apis.md) · [All operations](https://skmtc.dev/carvedai/apis/exfunc-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/carvedai/exfunc-apis/revisions/22587fdf9a5e/schema)
