enrich_person
Enrich a person's professional profile by resolving email, name/company, or LinkedIn URL into job title, seniority, company, industry, funding stage, and location using Fiber AI, LLM inference, and web search.
Instructions
Enrich a person's professional profile via Fiber AI (LinkedIn) + LLM inference + Perplexity web search. Returns job title, seniority, job function, company, industry, employee count range, funding stage, LinkedIn URL, and location. Results cached 30 days. Provide at least one of: email, name + company, or LinkedIn URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Person's email address. Best identifier — enables Fiber AI LinkedIn resolution. | ||
| name | No | Person's full name (e.g. 'Jane Doe'). Used with company/domain for web search fallback. | |
| company | No | Current employer name. Helps disambiguate common names. | |
| domain | No | Company website domain (e.g. 'acme.com'). Alternative to company name. | |
| linkedin_url | No | LinkedIn profile URL or slug (e.g. 'https://linkedin.com/in/janedoe' or 'janedoe'). | |
| output_variable_name | Yes | Variable name to store the enrichment result (JSON with all enriched fields). | enriched_person |