Extract and enrich LinkedIn profile information from a profile URL
inputs array can include:
| Field | Required | Description |
|---|---|---|
linkedin_profile_url | Yes | LinkedIn profile URL (e.g. https://www.linkedin.com/in/example) |
job_title | No | Job title to pass through with the input (e.g. for your own tracking or matching) |
linkedin-extract-people (required): Extracts detailed information from the specified LinkedIn profileOptional enrichment steps (can include any combination)
linkedin-extract-people-experiences: Extracts full experiences data from the profilelinkedin-extract-people-skills: Extracts full skills data from the profilelinkedin-extract-people-educations: Extracts education data from the profilelinkedin-extract-company: Extracts company information for the profile’s current companyfullenrich-enrich-people: Enriches the profile with contact information (emails and/or phone numbers). Credit costs: 2 credits for emails, 20 credits for phones, 22 credits for both.Custom Data
inputs 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:meta as a workaround to ship this capability; a more solid implementation will follow soon without breaking changes.Basic profile extraction
Full enrichment with experiences, skills, company, and contact data
Why not set experiences/skills on linkedin-extract-people?
linkedin-extract-people-experiences and linkedin-extract-people-skills steps, leave experiences and skills disabled (or omit them) in the linkedin-extract-people parameters. Otherwise the mandatory step’s data takes priority and overrides the full data from the optional steps.With webhook callback
1 - 1000 elementsOptional list of step to run. If not provided, only the required steps will be run.
linkedin-extract-people-skills, linkedin-extract-people-experiences, linkedin-extract-people-educations, linkedin-extract-company, fullenrich-enrich-people An array of Identity UUIDs linked to identities (e.g. LinkedIn) used to execute the Action. You must provide at least one valid UID with access to the integration. Do not use account_uid values — only user_uid is supported.
["44444444-4444-4444-4444-444444444444"]If "auto", the Action will use any identities from the current workspace (unless you have provided a list of identity_ids). "managed" will use the Edges pool of identities for an extra credit cost
direct, auto, managed