Skip to main content

Overview

Enrich a person’s professional profile using Fiber AI’s LinkedIn resolver, LLM inference, and Perplexity web search. Returns job title, seniority, job function, company, industry, employee count range, funding stage, LinkedIn URL, and location. Results are cached for 30 days, so repeated lookups for the same identifier are fast and inexpensive.

Use Cases

  • Lead enrichment: Fill gaps on inbound form submissions before routing.
  • Outbound research: Hydrate a CSV of emails with professional context.
  • CRM enrichment: Keep contact records current with lightweight enrichment.

Configuration Fields

You must provide at least one of: email, name + company, or linkedin_url.

Email

  • Description: The person’s email address. Best identifier — enables Fiber AI LinkedIn resolution.
  • Example: [email protected]

Name

  • Description: Person’s full name. Used with company or domain for web search fallback.
  • Example: Jane Doe

Company

  • Description: Current employer name. Helps disambiguate common names.
  • Example: Acme

Domain

  • Description: Company website domain. Alternative to company name.
  • Example: acme.com

LinkedIn URL

  • Description: Full LinkedIn profile URL or slug.
  • Example: https://linkedin.com/in/janedoe or janedoe

Output Variable Name

  • Description: Variable name to store the enrichment result (JSON with all enriched fields).
  • Default: enriched_person
  • Validation: Only letters, numbers, and underscores.
  • Required: Yes