Login Try for free
Free Guide

How to Find a Company's LinkedIn URL From Its Name

No manually searching LinkedIn and guessing which result is the real company page. Enter a company name and get back its verified LinkedIn URL directly — one company at a time, in bulk from a CSV of up to 10,000 rows, or through an API.

Works from company name alone Bulk CSV up to 10,000 rows Free to start

60-second walkthrough: finding a company's LinkedIn URL with LinkFinder AI · Powered by guidde

A company's LinkedIn page is the anchor for a lot of prospecting work — it's where you check employee count, recent posts, and who actually works there before reaching out. Finding it by hand means a LinkedIn search and a guess at which result is the real page, especially for companies with generic names or several similarly-named competitors.

LinkFinder AI takes just the company name and returns its matching LinkedIn company URL directly. This guide covers three ways to do that: a single lookup for one company, a bulk CSV upload for a whole list at once, and an API endpoint for wiring the lookup into your own tools.

1

Find a single company LinkedIn URL

The quickest path when you only need one company's page — for example, before a sales call or while qualifying a single account.

1

Select the input and output data types

Go to linkfinderai.com. In the first dropdown, choose Company Name as the input type; in the second, choose Company LinkedIn URL as the output.

Select company name as the input data type Select company LinkedIn URL as the output data type
2

Enter the company name

Type the company's name into the input field — for example, Stripe.

Enter the company name Example company name entered
3

Click "Enrich Data" to get the URL

The tool runs the lookup and returns the matching LinkedIn company page — for Stripe, that's linkedin.com/company/stripe.

Click Enrich Data to start the search View the resulting company LinkedIn URL
2

Bulk find LinkedIn URLs for a CSV list of companies

When you have a whole list of accounts instead of one company, upload a CSV and let LinkFinder AI match every row at once — up to 10,000 companies per file.

1

Switch to bulk upload

On the same screen, choose the option to upload a CSV of company names instead of the single-name form.

Upload CSV for bulk company lookups Select the CSV upload option
2

Preview the imported companies

Check that the company names came in correctly before processing — for example, Acme Corporation and Globex Industries.

Preview the imported company list
3

Process the list and export the results

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

Process bulk company items Export the enriched company data
De-duplicate your list before uploading. Running the same company name twice costs two lookups instead of one, and a clean list processes faster.
3

Find a company LinkedIn URL programmatically via API

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

1

Get your API key

Sign up for free — your key is in your dashboard under Settings → API Key. New accounts start with 25 credits.

2

Call the endpoint with your API key

Send a POST request with type set to company_name_to_linkedin_url and input_data set to the company name:

cURL
curl -X POST https://api.linkfinderai.com \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "company_name_to_linkedin_url",
    "input_data": "Stripe"
  }'

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

Use the official company name

"Stripe" matches better than "Stripe Inc." or a marketing nickname — check the company's own site or LinkedIn page title for the exact name they use.

Clean your list before a bulk run

De-duplicate rows and standardize suffixes like "Inc.", "LLC", or "Ltd" before uploading a CSV — consistent formatting improves match rates.

Watch for similarly-named companies

Generic or common company names can have multiple LinkedIn pages — double-check the result against the company's known website or industry when it matters.

Re-check stale accounts periodically

Companies rebrand and merge. Re-running an older account list every few months keeps LinkedIn URLs from going stale.

Frequently Asked Questions

Yes. Enter the company name and select company LinkedIn URL as the output, and LinkFinder AI returns the matching company page, such as linkedin.com/company/stripe.
Most of the time, yes — company names are less ambiguous than person names. For very generic names, adding the company's website or industry as extra context improves match accuracy.
Yes. Upload a CSV of company names — up to 10,000 rows in a single file — and LinkFinder AI processes the whole list and returns a downloadable file with each company matched to its LinkedIn URL.
Yes. The company_name_to_linkedin_url endpoint accepts a company name in a single POST request and returns the matching LinkedIn company page URL, so it can be wired into a CRM, script, or automation workflow.
You can create a free account and run your first lookups at no cost. Paid plans add higher volume, bulk CSV processing, and full API access for larger lists.

Find your first company LinkedIn URL free

Search by company name, 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