---
title: "Search LinkedIn profiles"
method: GET
path: "/linkedin/profile-search"
---

# Search LinkedIn profiles

`GET /linkedin/profile-search`

Search LinkedIn profiles by name, company, location, and more

## Query parameters

- `search` string, url
- `currentCompany` string
- `pastCompany` string
- `school` string
- `firstName` string
- `lastName` string
- `title` string
- `location` string
- `geoId` string
- `industryId` string
- `keywordsCompany` string
- `keywordsSchool` string
- `followerOf` string
- `page` string

## Response `200`

Profile search response

- object
  - `elements` ProfileShort[]
    - `id` string
    - `publicIdentifier` string, required
    - `name` string
    - `position` string
    - `location` object
      - `linkedinText` string
    - `linkedinUrl` string
    - `photo` string
    - `hidden` boolean
  - `pagination` Pagination
    - `totalPages` integer
    - `totalElements` integer
    - `pageNumber` integer
    - `previousElements` integer
    - `pageSize` integer
    - `paginationToken` string, nullable
  - `status` string
  - `error` string
  - `query` object
    - `search` string
    - `companyId` string
    - `location` string
    - `geoId` string
    - `page` string

## Other responses

- `400` — Unexpected error

---

[API](https://skmtc.net/harvestapi/apis/harvestapi-linkedin-api-reference.md) · [All operations](https://skmtc.net/harvestapi/apis/harvestapi-linkedin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harvestapi/harvestapi-linkedin-api-reference/versions/8dbddebc7f88/schema)
