LinkedIn tells you exactly who you want to reach, but it doesn't hand you a way to email them directly. The usual workarounds — a browser extension that guesses at a pattern, or manually checking a company's email format — are slow and often wrong.
LinkFinder AI takes a LinkedIn profile URL directly as input and returns a verified email address as output. This guide covers a single lookup, a bulk CSV run for a list of leads, and the API for automating it.
Find one lead's email from their LinkedIn URL
The quickest path when you're reaching out to one person.
Set the input to LinkedIn Profile URL
On your dashboard, choose LinkedIn Profile URL as the input data type.
Set the output to Email Address
Select Email Address as the output type to get a verified email back instead of other profile data.
Paste in the lead's LinkedIn URL
Enter the lead's LinkedIn profile URL into the input field.
Click Enrich Data
LinkFinder AI returns the verified email address tied to that profile.
Find emails in bulk from a list of LinkedIn URLs
When you're working through a whole list of leads instead of one.
Switch to Upload CSV (bulk)
Choose the bulk upload option instead of the single-URL form.
Select your CSV of LinkedIn URLs
Upload a CSV file where each row is a lead's LinkedIn profile URL.
Process the list
Click Process items to enrich every URL in the file with its matching email address.
Export the results
Download the enriched list — each lead now paired with a verified email — as a CSV.
Find emails programmatically via API
For wiring the LinkedIn-to-email lookup directly into your own CRM or scripts.
Open the API documentation
Go to API Access, then View API Docs, and open the B2B Data Lookup section.
Call linkedin_profile_to_email
POST a request with type set to linkedin_profile_to_email and input_data set to the LinkedIn URL.