enrich_person
Enrich a B2B contact's profile by providing first name, last name, and at least one identifier such as domain, organization name, email, or LinkedIn URL. Returns detailed professional data for lead enrichment.
Instructions
[Apollo] Enrich a person's B2B profile by name and at least one identifier.
Best for: enriching a contact when you have name + employer but no email yet (consider using hunter_find_email first — it may be cheaper). Costs 1 Apollo credit normally; 8 credits with reveal_phone_number=True. Provide at least one of: domain, organization_name, email, or linkedin_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Known email to assist matching. If you only have an email, use enrich_person_by_email instead. | ||
| domain | No | Employer domain, e.g. 'stripe.com'. Strongly recommended — significantly improves match accuracy. | |
| last_name | Yes | Person's last name, e.g. 'Smith'. | |
| first_name | Yes | Person's first name, e.g. 'Jane'. | |
| linkedin_url | No | LinkedIn profile URL, e.g. 'https://linkedin.com/in/janesmith'. Can be used as the sole identifier. | |
| organization_name | No | Employer company name, e.g. 'Stripe'. Use domain instead when possible. | |
| reveal_phone_number | No | If True, attempt to return a direct phone number. Costs 8 credits instead of 1. Requires a paid Apollo plan. | |
| reveal_personal_emails | No | If True, attempt to return personal (non-work) email addresses. Requires a paid Apollo plan. |