Company Employee Finder in Google Sheets
A column of company names in, employee lists with titles, emails and LinkedIn URLs out, without leaving the spreadsheet. 0.5 credits per employee returned
- 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 List Employees by Company Name.
- Point it at the column of company names and run. Each person becomes a row, with First Name, Last Name, Job Title, Email, Phone, LinkedIn URL, Company, City, Country.
Why the side panel, not a formula
This lookup returns several rows per input (one per person). A cell formula can only hold one value, so the add-on writes the results as new rows below your sheet instead.
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 row per result, with First Name, Last Name, Job Title, Email, Phone, LinkedIn URL, Company, City, Country. 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.
Filter by department and seniority, and cap how many employees to return per company. Billing is per employee returned, so the cap is also the budget.
Three ways to run the same lookup
The panel and the formula call the same API as the bulk CSV upload and the Company Employee Finder 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