---
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

---

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