Inputs
Each item in theinputs array can include:
| Field | Required | Description |
|---|---|---|
full_name | Yes* | Full name of the person |
company_name | Yes* | Company name (use with full_name or domain) |
domain | Yes* | Company domain (e.g. acme.com; use with full_name or instead of company_name) |
job_title | No | Job title (helps improve profile matching) |
full_name + company_name, or full_name + domain.
Flow Steps
The flow executes steps in the following order:- Find profile URL (required): Finds the LinkedIn profile URL from the provided name and company/domain (and optional job title)
- Extract LinkedIn People (required): Extracts detailed information from the profile
- Extract company information (required): Extracts company data for the profile’s current company
- Full enrich (required): Enriches with contact information (emails and phone numbers). Credit costs: 2 credits for emails, 20 credits for phones, 22 credits for both.
Custom Data
Each item in theinputs array can include an optional custom_data object. The only valid key inside custom_data is meta. Use meta to attach a free-form object (e.g. your own IDs, tags, or context) that will be passed through and available in the flow output.
Example:
This feature will be improved and simplified soon without breaking changes.
Find and enrich with name and company
Find and enrich with name and company
Find and enrich with name and domain
Find and enrich with name and domain
With webhook callback
With webhook callback
Instead of polling for results, you can use webhooks to receive automatic notifications when this flow completes. Learn more about webhook payloads and handling.

