> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Search LinkedIn People

## Overview

Search for LinkedIn profiles by first and last name to find professionals. Returns a list of matching profiles with basic identifiers.

### Use Cases

* **People discovery**: Find everyone named "Priya Patel" at a specific company.
* **List building**: Bulk-resolve a list of names into LinkedIn profile URLs.
* **Verification**: Confirm which of several candidates is the right person.

## Configuration Fields

### First Name

* **Description**: The person's first name.
* **Required**: Yes

### Last Name

* **Description**: The person's last name.
* **Required**: Yes

### Additional Filters

* **Description**: Optional filters such as company, location, or keyword to narrow results.

### Output Variable Name

* **Description**: Variable name to store the list of matching profiles.
* **Validation**: Only letters, numbers, and underscores.
* **Required**: Yes

## Related Actions

* [Find LinkedIn Profile](./find_linkedin_profile) for a single best-match resolution.
* [Get LinkedIn Profile](./get_linkedin_profile) to hydrate a matched profile.
* [Search LinkedIn Posts by Keyword](./search_linkedin_posts_by_keyword) and [Search LinkedIn Jobs](./search_linkedin_jobs).
