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

# Kaspr

> Connect Kaspr to enrich LinkedIn profiles with emails and phone numbers in your workflows.

## How to set up Kaspr

### Authentication

Kaspr uses API key authentication:

1. Sign up at [kaspr.io](https://kaspr.io)
2. Navigate to your API settings
3. Copy your API key
4. Paste the API key in Cargo when connecting

## Kaspr actions

### Enrich LinkedIn profile

Get work email, direct email, and phone number from a LinkedIn profile.

**Required fields:**

* **LinkedIn profile ID or URL**: Person's LinkedIn profile identifier or full URL
* **Profile full name**: Person's full name (improves matching accuracy)

**Data options:**

* **Data to include**: Select which data types to return
  * Phone
  * Direct email
  * Work email

* **Data to require**: Only return results with these fields present
  * Phone
  * Direct email
  * Work email

**Use case:** Convert LinkedIn profiles to actionable contact data.

## Response data

Kaspr enrichment returns:

| Field       | Description                   |
| ----------- | ----------------------------- |
| phone       | Phone number(s)               |
| directEmail | Personal/direct email address |
| workEmail   | Professional work email       |
| firstName   | First name                    |
| lastName    | Last name                     |
| linkedin    | LinkedIn profile URL          |

## Best practices

* Always include full name for better matching
* Use "data to require" to ensure results have needed fields
* Select only the data types you need
* Combine with verification for highest quality
* Cache results to avoid redundant enrichment
