LinkedIn Profile Finder by Name & Company (No Cookies) avatar

LinkedIn Profile Finder by Name & Company (No Cookies)

Under maintenance

Pricing

from $10.00 / 1,000 results

Go to Apify Store
LinkedIn Profile Finder by Name & Company (No Cookies)

LinkedIn Profile Finder by Name & Company (No Cookies)

Under maintenance

Find a LinkedIn profile from a full name + company or domain — no profile URL needed. A miss costs only the small run fee. No cookies or account required.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

NeuralVerge

NeuralVerge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

4 days ago

Last modified

Share

LinkedIn Profile Finder by Name & Company ✅ No Cookies

Find a LinkedIn profile from a full name + company or domain — no profile URL needed. Returns the best-matching person with headline, company and LinkedIn URL. Powered by the Neuralverge API. No cookies or account required, and you only pay for matches.

Ideal for sales prospecting, recruiting and lead enrichment when all you have is a name and where the person works.

✨ Why this Actor

  • 🔎 No URL needed — start from a name + company/domain and get the LinkedIn profile.
  • 💸 Pay per match returned — lookups with no result are never charged the per-result price. Misses are free; no empty, billable rows.
  • 🍪 No cookies, login or account — never share LinkedIn credentials or risk account restrictions. Everything runs on the Neuralverge backend.
  • Real-time & structured — fresh data each run, ready for a spreadsheet, CRM or AI pipeline.

🔧 How it works

  1. Provide a full name and a company name or domain (e.g. Bill Gates + Gates Foundation, or openai.com).
  2. Run the Actor. The search and match happen on the Neuralverge backend.
  3. Get one dataset row per lookup — the two lookup inputs and the structured machine object. Export to CSV, JSON or Excel, or pull it over the Apify API.

If no profile matches, it's logged and skipped without charge.

Input

One lookup per run.

FieldTypeNotes
companyOrDomainstringCompany name or domain, e.g. Gates Foundation or openai.com.
fullNamestringThe person's full name, e.g. Bill Gates.
{
"companyOrDomain": "Gates Foundation",
"fullName": "Bill Gates"
}

What you'll receive

Each dataset row mirrors the Neuralverge system output and has three top-level blocks:

  • company_or_domain and full_name — the lookup inputs you submitted.
  • machine — the structured result as { total_items, first_item }:
    • total_items — how many candidate profiles the search returned.
    • first_item — the best match: name, headline, company, location, linkedin_url, source_query and scraped_at.

This is a lightweight search match, not a full profile. It returns the LinkedIn URL and headline, but not experience, education or email. To get the full profile or a work email, feed the returned linkedin_url into the LinkedIn Profile or LinkedIn Email actor.

Example output (real run)

A real dataset row for Bill Gates @ Gates Foundation, shown in full — the structured machine-readable result (machine). The human markdown summary is produced by the system but omitted from the dataset.

{
"company_or_domain": "Gates Foundation",
"full_name": "Bill Gates",
"machine": {
"total_items": 2,
"first_item": {
"name": "Bill Gates",
"headline": "Chair, Gates Foundation and Founder ...",
"company": "Gates Foundation",
"location": "Bill Gates - Chair, Gates Foundation and Founder ...LinkedIn",
"linkedin_url": "https://www.linkedin.com/in/williamhgates",
"source_query": "site:linkedin.com/in \"Gates Foundation\" Bill Gates",
"scraped_at": "2026-07-21T19:21:07.640Z"
}
}
}

Genuine output from a live run — the search returned two candidates and resolved the top match to https://www.linkedin.com/in/williamhgates.

Pricing

Pay per event — $0.005 per run, plus $0.010 per match ($10 per 1,000) returned to the dataset. A miss costs only the $0.005 lookup fee — you are never charged the per-result price for a row you did not get.

EventPrice
Lookup (per run)$0.005
Match returned (per dataset row)$0.010

Lookups with no match are not charged the per-result price — only the $0.005 lookup fee applies. Pricing is on top of your Apify platform usage.

Free plan limits

Users on any paid Apify plan are not affected by anything in this section.

On the Apify Free plan all Neuralverge Actors share one budget, per user and per calendar month: 15 runs in total, at most 5 of them on this Actor, and 35 returned rows. A run that finds nothing still counts, because the lookup is performed either way. LinkedIn People Search is metered differently — one run there uses 25 of the 35 rows, because a full page of 25 profiles is bought upstream whether or not all of them are returned. When a limit is reached the Actor stops gracefully with a status message naming it; everything resets on the 1st of every month, and any paid Apify plan removes all of it.

Integrations & API

Results are stored in a standard Apify dataset — export as CSV, JSON, XML or Excel, or fetch on demand through the Apify API. The Actor also plugs into Apify's integrations (Make, Zapier, n8n, webhooks) and can be called from any MCP client.

FAQ

Do I need a LinkedIn account or cookies? No. Everything runs on the Neuralverge backend — you never provide credentials or a session.

What if there are several people with the same name? machine.total_items shows how many candidates were found; first_item is the best match for the name + company.

Does it return emails or full profiles? No — this actor returns a search match (LinkedIn URL + headline). Use the LinkedIn Profile or LinkedIn Email actor for the full profile or a work email.

Am I charged if there's no match? No. You're billed only for rows returned to the dataset.


Disclaimer: This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by LinkedIn Corporation. LinkedIn® is a registered trademark of LinkedIn Corporation. All trademarks are property of their respective owners.