enrich_person
Find verified professional email and mobile for any person using LinkedIn URL, email, or name with company. Returns full profile with job history.
Instructions
Enrich a person — return their full profile with verified email and/or mobile, job history, and current company. Provide at least one identifier: linkedin_url, email, person_id (from a prior search result), or full_name/first_name+last_name plus company_name/company_website. Credits: 1 for email, 10 for email + mobile (set enrich_mobile=true; email is included free when mobile is requested). Credits are only deducted when the requested contact data is actually returned. No charge if no person is matched, and no charge if only_verified_email/only_verified_mobile is set but no verified contact exists. Check free_enrichment in the response to confirm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| linkedin_url | No | LinkedIn profile URL, e.g. https://www.linkedin.com/in/johndoe | |
| No | Person's email address | ||
| person_id | No | Prospeo person_id from a prior Search Person result | |
| first_name | No | Person's first name | |
| last_name | No | Person's last name | |
| full_name | No | Person's full name (alternative to first_name + last_name) | |
| company_name | No | Current employer name | |
| company_website | No | Company website domain, e.g. acme.com | |
| company_linkedin_url | No | Company LinkedIn URL | |
| only_verified_email | No | Only return the result if a verified email is found | |
| enrich_mobile | No | Also look up the person's mobile phone number (costs 10 credits; email is included at no extra cost when mobile is requested) | |
| only_verified_mobile | No | Only return the result if a verified mobile is found (automatically enables enrich_mobile) |