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

# Reverse Contact

> Connect Reverse Contact to enrich profiles and companies from email or LinkedIn in your workflows.

## How to set up Reverse Contact

### Authentication

Reverse Contact uses API key authentication:

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

## Reverse Contact actions

### Enrich profile from LinkedIn

Get comprehensive profile data from a LinkedIn URL.

**Required fields:**

* **LinkedIn URL**: Person's LinkedIn profile URL

**Returns:**

* Full name and contact details
* Current and past positions
* Education history
* Skills and certifications
* Social profiles

**Use case:** Convert LinkedIn profiles to enriched contact records.

### Enrich profile from email

Get profile information using an email address.

**Required fields:**

* **Email**: Person's email address

**Optional fields (improve matching):**

* **First name**: Person's first name
* **Last name**: Person's last name
* **Company name**: Current company name
* **Company domain**: Company domain

**Returns:**

* LinkedIn profile data
* Full profile information
* Company context

**Use case:** Reverse lookup email addresses to find LinkedIn profiles.

### Enrich company from LinkedIn

Get company information from LinkedIn company page.

**Required fields:**

* **LinkedIn URL**: Company's LinkedIn page URL

**Credits:** 1 credit per request

**Returns:**

* Company overview
* Industry and size
* Employee count
* Locations
* Description

**Use case:** Enrich accounts from LinkedIn company pages.

### Enrich company from domain

Get company information from a website domain.

**Required fields:**

* **Domain**: Company's website domain

**Returns:**

* Company profile
* Industry classification
* Size and location
* Social profiles

**Use case:** Enrich account data from domains.

## Response data

### Profile enrichment returns:

| Field         | Description             |
| ------------- | ----------------------- |
| full\_name    | Complete name           |
| headline      | LinkedIn headline       |
| title         | Current job title       |
| company       | Current employer        |
| location      | Geographic location     |
| industry      | Industry classification |
| experience    | Work history            |
| education     | Education history       |
| skills        | Listed skills           |
| linkedin\_url | LinkedIn profile URL    |

### Company enrichment returns:

| Field         | Description             |
| ------------- | ----------------------- |
| name          | Company name            |
| domain        | Website domain          |
| industry      | Industry classification |
| size          | Employee count          |
| founded       | Founding year           |
| description   | Company description     |
| locations     | Office locations        |
| linkedin\_url | LinkedIn company page   |

## Best practices

* Provide additional context (name, company) for email enrichment
* Use LinkedIn URL when available for most accurate results
* Combine profile and company enrichment for complete data
* Cache results to avoid redundant lookups
* Use for reverse email lookups to find LinkedIn profiles
