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

# Get LinkedIn person profile info

`POST /linkedin/get-person`

Get LinkedIn person profile info from a LinkedIn person profile url

## Request body

- object
  - `person_url` string, required — The URL of the person to enrich

## Response `200`

GetPerson API successful response

- object
  - `person` LinkedInPerson
    - `url` string, uri — URL to the person's profile
    - `name` string — Full name of the person
    - `location` string — Location of the person
    - `title` string, nullable — Job title of the person
    - `company_name` string — Name of the company the person works for
    - `company_url` string, uri — URL to the company profile
    - `experiences` object[] — List of experiences or previous job roles of the person
      - `title` string, nullable
      - `company_name` string
      - `start_date` string, nullable
      - `end_date` string, nullable

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