LinkedIn Profile Finder by Name & Company ✅ No Cookies avatar

LinkedIn Profile Finder by Name & Company ✅ No Cookies

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

Find a LinkedIn profile from a full name + company or domain — no profile URL needed. Pay only for matches. 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

1

Monthly active users

2 days ago

Last modified

Share

LinkedIn Profile Finder by Name & Company ✅ No Cookies

Find a person's LinkedIn profile from just their full name and a company name or domain — no profile URL required. Returns the matched name, headline, company and LinkedIn URL as one clean row. Powered by the Neuralverge API. No cookies or account required, and you only pay when we find a match.

Ideal for turning a messy lead list of "name + company" into real LinkedIn profiles you can act on.

✨ Why this Actor

  • 💸 Pay only for matches — no match, no charge. Misses are free; no empty, billable rows.
  • 🔎 Reverse lookup — no profile URL needed — most LinkedIn scrapers require the URL up front. This one starts from what you actually have: a name and a company or domain.
  • 🍪 No cookies, login or account — never share LinkedIn credentials or risk account restrictions. The search runs on the Neuralverge backend.
  • 🔗 Feeds the rest of the pipeline — take the returned linkedinUrl and enrich it further with our other LinkedIn actors.

🔧 How it works

  1. Provide a full name + a company name or domain (e.g. John Doe at openai.com).
  2. Run the Actor. The match runs on the Neuralverge backend.
  3. Get one dataset row per match — the matched person and their LinkedIn URL. Export to CSV, JSON, or Excel, or pull it over the Apify API.

Lookups with no match are logged and skipped without charge.

Input

One lookup per run.

FieldTypeNotes
companyOrDomainstringCompany name or domain, e.g. OpenAI or openai.com.
fullNamestringThe person's full name, e.g. John Doe.
{
"companyOrDomain": "openai.com",
"fullName": "John Doe"
}

What you'll receive

Each row is a lightweight match (not a full profile):

  • fullName — the matched name
  • headline, company
  • linkedinUrl — the resolved profile URL
  • sourceQuery — the exact search query used to find the match
  • recordsReturned — how many candidate profiles matched (only the top match is returned as a row; recordsReturned tells you the total found)
  • query, inputFullName, inputCompanyOrDomain — your original lookup, echoed back
  • scrapedAt, the markdown summary under human, and the complete backend response under raw — which carries the full machine-readable result at raw.machine

This Actor returns the match and profile URL only — it does not return the full profile or an email. To go deeper, pass the returned linkedinUrl into our LinkedIn profile or email actor.

Note on structure. This Actor calls the run-linkedin-domain endpoint, which returns a fixed search-match shape — there is no extract_schema_json in the response. The complete machine-readable result still travels with every row inside raw.machine. Note that raw.machine.first_item also carries location and a backend scraped_at that are intentionally not surfaced as columns (the location value from this search endpoint is a noisy snippet, not a clean location).

Example output (real run)

A real dataset row for Bill Gates @ Gates Foundation, shown in full — including the complete machine-readable result under raw.machine. The human markdown summary is omitted here only for brevity; it is returned on every real row.

{
"query": "Bill Gates @ Gates Foundation",
"inputCompanyOrDomain": "Gates Foundation",
"inputFullName": "Bill Gates",
"scrapedAt": "2026-07-18T12:00:00.000Z",
"fullName": "Bill Gates",
"headline": "Chair, Gates Foundation and Founder ...",
"company": "Gates Foundation",
"linkedinUrl": "https://www.linkedin.com/in/williamhgates",
"sourceQuery": "site:linkedin.com/in \"Gates Foundation\" Bill Gates",
"recordsReturned": 2,
"raw": {
"session_id": "681805f4-436d-4f97-b883-49b57000adc4",
"kind": "linkedin_domain",
"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-18T16:03:41.356Z"
}
},
"total_points": 10
}
}

Genuine output from a live run. Here recordsReturned is 2 — two candidates matched the name+company search, and the strongest one is returned as the row. The full machine-readable match travels with every row inside raw.machine.

Pricing

Pay per result — $0.010 per match ($10 per 1,000) returned to the dataset. You pay only for matches — lookups with no match are free.

EventPrice
Actor startFree
Match returned (per dataset row)$0.010

Lookups with no match are not billed. Pricing is on top of your Apify platform usage.

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 any MCP client.

FAQ

Do I need the profile URL? No — that's the point. Provide a name and a company or domain, and the Actor finds the profile for you.

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

Does it return the full profile or an email? No — this Actor returns the match and LinkedIn URL. Enrich further with the Profile Scraper or Email Scraper.

Am I charged if there's no match? No. You're billed only for matches 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.