Login Try for free
Free Guide

How to Find Someone's LinkedIn URL From Just Their Name

No Sales Navigator, no digging through Google results, no guessing which "John Smith" is the right one. Here are three ways to turn a name and company into a verified LinkedIn profile URL — one lead at a time, in bulk from a CSV, or through an API.

No LinkedIn login required Works from name + company Free to start

60-second walkthrough: finding Bill Gates' LinkedIn URL with LinkFinder AI · Powered by guidde

A LinkedIn profile URL is one of the most useful pieces of data in sales, recruiting, and outreach — it's the anchor that everything else (email, phone, job history, company) gets attached to. The problem is that LinkedIn's own search buries results behind login walls, rate limits, and a UI that isn't built for repeated lookups, and a plain Google search for a common name returns dozens of people who aren't the one you're after.

LinkFinder AI solves this by taking a name — plus a company to disambiguate it — and returning the matching LinkedIn URL directly, without you touching LinkedIn's interface at all. This guide covers three ways to do that: a single lookup for one-off searches, a bulk CSV upload for processing a list of leads at once, and an API endpoint for wiring the lookup into your own tools.

1

Find a single LinkedIn URL from a name

This is the quickest path when you only need one profile — for example, before a sales call or when qualifying a single lead.

1

Open the LinkedIn URL Finder

Go to linkfinderai.com and click on LinkedIn profile URL. You'll land on a form with a few input fields.

LinkFinder AI dashboard with LinkedIn profile URL option highlighted
2

Enter the lead's full name

Click "Enter Full Name" and type the person's name — for example, Bill Gates.

Entering a lead's full name in the LinkedIn URL finder Example name Bill Gates entered into the full name field
3

Add the company name

Click "Company Name" and enter the lead's employer — Microsoft, in this example. This is the single biggest factor in match accuracy, since it's what tells the tool which "Bill Gates" you mean.

Selecting the company name field Microsoft entered as the company name
4

Narrow it down with location and job title (optional)

For very common names, add location and job title to filter further — here, USA and CEO. Both fields are optional and can be skipped for less common names.

Optional location field for the LinkedIn URL search USA entered as the location Optional job title field CEO entered as the job title
5

Click "Enrich Data" to get the URL

The tool runs the lookup and returns the matching LinkedIn profile URL, ready to copy or open directly.

Clicking Enrich Data to start the LinkedIn URL search
2

Bulk find LinkedIn URLs from a CSV list

When you have a whole list of leads instead of one name, upload a CSV and let LinkFinder AI match every row at once.

1

Switch to "Upload CSV (bulk)"

On the same LinkedIn URL Finder screen, choose the bulk upload option instead of the single-name form.

Selecting the upload CSV bulk option
2

Select your CSV file

Click "Select File" and choose a CSV with your leads' names and companies.

Selecting a CSV file to upload
3

Preview the data and pick the format

Check that names, companies, locations, and job titles look right, then confirm the matching format — Full Name + Company Name, in this case.

Previewing CSV data before processing Selecting the lead data matching format
4

Process the list and export results

Click "Process items" to run the lookup on every row, then click "Export" to download the enriched list — each lead now paired with its LinkedIn URL — as a CSV.

Processing CSV items in bulk Exporting enriched LinkedIn URLs as a CSV file
De-duplicate your list before uploading. Running the same name and company twice costs two lookups instead of one, and a clean list processes faster.
3

Find LinkedIn URLs programmatically via API

For developers who want to trigger the lookup from their own code, CRM, or automation tool instead of the dashboard.

1

Open API Access from your dashboard

Go to API Access to find your API key and get set up to call LinkFinder AI programmatically.

Accessing the API section from the dashboard
2

Open the API documentation

Click "View API Docs" and find the B2B Data Lookup section, which lists every available lookup type.

Opening the API documentation B2B Data Lookup section in the API docs
3

Find the "name + company to LinkedIn URL" endpoint

Select "Find a person's LinkedIn URL from their full name and company" to see the request format and a ready-to-use cURL example.

Choosing the LinkedIn URL lookup endpoint
4

Call the endpoint with your API key

Swap in your own API key and send a POST request with type set to lead_full_name_to_linkedin_url and input_data set to the name and company:

cURL
curl -X POST https://api.linkfinderai.com \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "lead_full_name_to_linkedin_url",
    "input_data": "Bill Gates Microsoft"
  }'
Viewing the API call example with cURL

Every request — including a lookup that finds no match — costs one credit, so it's worth cleaning duplicates out of a list before running it through the API.

The full endpoint reference, request/response shapes, and rate limits are documented on the API documentation page.

Tips for a higher match rate

Always include the company

Name alone is ambiguous. The company is what tells the lookup which person with that name you actually mean.

Add location for common names

For names shared by many people, a location like a country or city filters out the wrong matches.

Clean your list before a bulk run

De-duplicate rows and standardize company names (drop "Inc.", "LLC", etc.) before uploading a CSV.

Re-check stale contacts periodically

People change jobs. Re-running an old list every few months keeps LinkedIn URLs and job titles current.

Frequently Asked Questions

Yes, but a name alone is often ambiguous because many people share the same name. Adding the person's company narrows the match to the right profile; location and job title are optional extra filters for common names.
No. LinkFinder AI looks up the profile URL for you, so you never have to log into LinkedIn, run manual searches, or pay for a Sales Navigator seat just to find a link.
Matches are typically over 90% accurate when a company name is included alongside the full name, since the company is what disambiguates people who share a common name.
Yes. Upload a CSV with name and company columns and LinkFinder AI processes the whole list, returning a downloadable file with a LinkedIn URL matched to each row.
Yes. The lead_full_name_to_linkedin_url endpoint accepts a name and company in a single POST request and returns the matching LinkedIn URL, so you can wire it directly into a CRM, script, or n8n workflow.
You can create a free account and run your first searches at no cost. Paid plans add higher volume, bulk CSV processing, and full API access for larger lists.

Find your first LinkedIn URL free

Search by name and company, upload a CSV for bulk lookups, or call the API directly — start on the free plan, no credit card required.

Get started free

No credit card required · Free plan available · API on every plan

Explore more in LinkedIn Data, Scraping & APIs

See the full topic → LinkedIn Data, Scraping & APIs hub