people_identity_resolve
Resolve a person's identity across platforms: submit any known profile link, handle, or email, and retrieve all linked profiles from LinkedIn, GitHub, X, Scholar, and more.
Instructions
Identity resolution: one person's profiles across platforms, resolved into a single set. Give any one of them — LinkedIn, GitHub, X, Hugging Face, Scholar, an email — and get the rest. 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> | |
| huggingface_url | No | https://huggingface.co/<login> | |
| linkedin_handle | No | The <slug> from a LinkedIn URL, without the /in/ |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||