Back to Autogpt

Enrichlayer LinkedIn

docs/integrations/block-integrations/enrichlayer/linkedin.md

0.6.445.7 KB
Original Source

Enrichlayer LinkedIn

<!-- MANUAL: file_description -->

Blocks for enriching LinkedIn profile data and looking up profiles using the Enrichlayer API.

<!-- END MANUAL -->

Get Linkedin Profile

What it is

Fetch LinkedIn profile data using Enrichlayer

How it works

<!-- MANUAL: how_it_works -->

This block retrieves comprehensive LinkedIn profile data using Enrichlayer's API. Provide a LinkedIn profile URL to fetch details including work history, education, skills, and contact information.

Configure caching options for performance and optionally include additional data like inferred salary, personal email, or social media links.

<!-- END MANUAL -->

Inputs

InputDescriptionTypeRequired
linkedin_urlLinkedIn profile URL to fetch data fromstrYes
fallback_to_cacheCache usage if live fetch fails"on-error" | "never"No
use_cacheCache utilization strategy"if-present" | "never"No
include_skillsInclude skills databoolNo
include_inferred_salaryInclude inferred salary databoolNo
include_personal_emailInclude personal emailboolNo
include_personal_contact_numberInclude personal contact numberboolNo
include_social_mediaInclude social media profilesboolNo
include_extraInclude additional databoolNo

Outputs

OutputDescriptionType
errorError message if the operation failedstr
profileLinkedIn profile dataPersonProfileResponse

Possible use case

<!-- MANUAL: use_case -->

Lead Enrichment: Enrich sales leads with detailed professional background information.

Recruitment Research: Gather candidate information for hiring and outreach workflows.

Contact Discovery: Find contact details associated with LinkedIn profiles.

<!-- END MANUAL -->

Get Linkedin Profile Picture

What it is

Get LinkedIn profile pictures using Enrichlayer

How it works

<!-- MANUAL: how_it_works -->

This block retrieves the profile picture URL for a LinkedIn profile using Enrichlayer's API. Provide the LinkedIn profile URL to get a direct link to the user's profile photo.

The returned URL can be used for display, download, or further image processing.

<!-- END MANUAL -->

Inputs

InputDescriptionTypeRequired
linkedin_profile_urlLinkedIn profile URLstrYes

Outputs

OutputDescriptionType
errorError message if the operation failedstr
profile_picture_urlLinkedIn profile picture URLstr (file)

Possible use case

<!-- MANUAL: use_case -->

CRM Enhancement: Add profile photos to contact records for visual identification.

Personalized Outreach: Include profile pictures in personalized email or message templates.

Identity Verification: Retrieve profile photos for manual identity verification workflows.

<!-- END MANUAL -->

Linkedin Person Lookup

What it is

Look up LinkedIn profiles by person information using Enrichlayer

How it works

<!-- MANUAL: how_it_works -->

This block finds LinkedIn profiles by matching person details like name, company, and title using Enrichlayer's API. Provide first name and company domain as minimum inputs, with optional last name, location, and title for better matching.

Enable similarity checks and profile enrichment for more detailed results.

<!-- END MANUAL -->

Inputs

InputDescriptionTypeRequired
first_namePerson's first namestrYes
last_namePerson's last namestrNo
company_domainDomain of the company they work for (optional)strYes
locationPerson's location (optional)strNo
titlePerson's job title (optional)strNo
include_similarity_checksInclude similarity checksboolNo
enrich_profileEnrich the profile with additional databoolNo

Outputs

OutputDescriptionType
errorError message if the operation failedstr
lookup_resultLinkedIn profile lookup resultPersonLookupResponse

Possible use case

<!-- MANUAL: use_case -->

Lead Discovery: Find LinkedIn profiles for leads when you only have name and company.

Contact Matching: Match CRM contacts to their LinkedIn profiles for enrichment.

Prospecting: Discover LinkedIn profiles of people at target companies.

<!-- END MANUAL -->

Linkedin Role Lookup

What it is

Look up LinkedIn profiles by role in a company using Enrichlayer

How it works

<!-- MANUAL: how_it_works -->

This block finds LinkedIn profiles by role title and company using Enrichlayer's API. Specify a role like CEO, CTO, or VP of Sales along with the company name to find matching profiles.

Enable enrich_profile to automatically fetch full profile data for the matched result.

<!-- END MANUAL -->

Inputs

InputDescriptionTypeRequired
roleRole title (e.g., CEO, CTO)strYes
company_nameName of the companystrYes
enrich_profileEnrich the profile with additional databoolNo

Outputs

OutputDescriptionType
errorError message if the operation failedstr
role_lookup_resultLinkedIn role lookup resultRoleLookupResponse

Possible use case

<!-- MANUAL: use_case -->

Decision Maker Discovery: Find key decision makers at target companies for sales outreach.

Executive Research: Look up C-suite executives for account-based marketing.

Org Chart Building: Map leadership at companies by looking up specific roles.

<!-- END MANUAL -->