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

# Find LinkedIn Profile

## Overview

Find someone's LinkedIn profile from a query of their name or other details. Returns a resolved profile URL (and basic metadata) you can feed into other LinkedIn actions.

### Use Cases

* **LinkedIn discovery**: Go from a name + company to a profile URL.
* **Data cleanup**: Backfill LinkedIn URLs on a contact list.
* **Chained research**: Resolve, then call [Get LinkedIn Profile](./get_linkedin_profile) for full details.

## Configuration Fields

### Query

* **Description**: A search string — typically a name plus company, email, or role.
* **Example**: `"Jane Doe VP Sales Acme"`
* **Required**: Yes

### Output Variable Name

* **Description**: Variable name to store the resolved profile URL and metadata.
* **Validation**: Only letters, numbers, and underscores.
* **Required**: Yes

## Related Actions

* [Get LinkedIn Profile](./get_linkedin_profile) for full details.
* [Search LinkedIn People](./search_linkedin_people) for multi-result search.
