Profile Enrichment
enrich_profileEnrich any professional profile with complete career history, education, skills, work/personal emails, and GitHub URL. Toggle flags to select which data source to fetch.
Instructions
Enrich a single professional profile with detailed profile data, work email, personal email, and/or GitHub profile. Each enrichment flag controls one data source and bills separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enrich_github | No | Find the person's GitHub profile URL. | |
| enrich_profile | No | Return the full profile object (experience, education, skills, etc.). | |
| enrich_work_email | No | Find the person's professional / work email. | |
| profile_identifier | Yes | The profile to enrich. Accepts any of: a LinkedIn URL (e.g. "https://linkedin.com/in/john-doe"), a public_id slug (e.g. "john-doe"), or an encoded DataForB2B ID (e.g. "prof_xxx"). | |
| enrich_personal_email | No | Find the person's personal email. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | HTTP-style status code, present only when the call failed. | |
| phone | No | Phone number, when requested and found. | |
| detail | No | Error message, present only when the call failed. | |
| profile | No | Full profile object (experience, education, skills, etc.). | |
| work_email | No | Professional / work email, when requested and found. | |
| git_profile | No | GitHub profile data, when requested and found. | |
| personal_email | No | Personal email, when requested and found. |