---
title: "Search for LinkedIn people"
method: POST
path: "/linkedin/search-people"
tags: ["LinkedIn"]
---

# Search for LinkedIn people

`POST /linkedin/search-people`

Search for people on LinkedIn for a given keywords, locations, and other criteria

## Request body

- object
  - `keywords` string — Keywords to search for in people profiles
  - `locations` string[] — List of locations to filter the search
  - `titles` string[] — List of job titles to filter the search
  - `seniorities` string[] — List of seniority levels to filter the search
  - `company_sizes` LinkedInCompanySize[] — List of company size ranges to filter the search
  - `company_industries` LinkedInCompanyIndustry[] — List of company industry tags to filter the search
  - `company_domains` string[] — List of company domains to filter the search
  - `page` integer — Page number for pagination (default is 1)

## Response `200`

SearchPeople API successful response

- object
  - `people` 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/versions/22587fdf9a5e/schema)
