people_enrich
Find missing professional details from an email, name, or social handle. Tries multiple data providers to return enriched profile data such as title, employer, location, and links.
Instructions
Everything known about one person: title, employer, location, profile links. Use vendor to pin a provider. Returns outcome, normalized output, raw provider data and _meta.tried. Provider API charges are billed directly to your provider account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | A work email address | ||
| domain | No | The employer's domain, no www and no @ | |
| vendor | No | Pin one vendor or endpoint id instead of routing | |
| company | No | The employer's name | |
| x_handle | No | @handle, or https://x.com/<handle> | |
| full_name | No | The person's full name | |
| last_name | No | Family name; pair it with first_name | |
| waterfall | No | False stops at the first vendor instead of trying the next | |
| first_name | No | Given name; pair it with last_name | |
| github_url | No | https://github.com/<login> | |
| scholar_url | No | https://scholar.google.com/citations?user=<id> | |
| linkedin_url | No | https://www.linkedin.com/in/<slug> | |
| linkedin_handle | No | The <slug> from a LinkedIn URL, without the /in/ |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||