Company Profile Lookup in Google Sheets
A column of LinkedIn company page URLs in, company profiles with website, industry, headcount, location, email and phone out, without leaving the spreadsheet. 6 credits per lookup
- Install the add-on from the Google Workspace Marketplace. It is free; lookups spend LinkFinder credits.
- Paste your API key once, from your LinkFinder account. Free credits on signup, no card.
- Open the side panel (Extensions → LinkFinder AI) and choose Get LinkedIn Company Details.
- Point it at the column of LinkedIn company page URLs and run. Each field becomes its own column: Name, Website, Industry, Employee Count, City, Country, LinkedIn URL, Company Email, Company Phone.
Or as a formula
The formula returns the main field. To get every field as its own column, use the side panel. Script and setup are here.
Side panel or formula?
The side panel processes each row once, skips rows that are already filled, and paces itself against the rate limit. That makes it the right choice for hundreds or thousands of rows.
A =LINKFINDER() formula is handy for a few rows, but Google Sheets can recalculate custom functions on its own, which re-spends credits and can hit the script time limit on a large sheet. Use it for a sample, then switch to the panel.
What comes back
One column per field: Name, Website, Industry, Employee Count, City, Country, LinkedIn URL, Company Email, Company Phone. Rows where nothing was found stay empty rather than getting a guess, so a filter on the new column gives you the misses to re-run.
One call returns the whole company record. If you only need one field, the dedicated lookups for website, phone or headcount cost one credit each instead of six.
Three ways to run the same lookup
The panel and the formula call the same API as the bulk CSV upload and the Company Profile Lookup API, and cost the same credits. Pick whichever is closest to where your list already lives.
Enrich your first sheet free
Install the add-on, paste a key, and run it on ten rows of your own list before deciding anything.
Install the Google Sheets add-on