LinkedIn People Search — Company, Title, Industry ✅ No Cookies avatar

LinkedIn People Search — Company, Title, Industry ✅ No Cookies

Pricing

from $100.00 / 1,000 search results blocks

Go to Apify Store
LinkedIn People Search — Company, Title, Industry ✅ No Cookies

LinkedIn People Search — Company, Title, Industry ✅ No Cookies

Search LinkedIn people with advanced filters — company, job title, seniority, function, industry, company size, location and experience. Returns profiles in blocks of 25, one row per person: name, title, company, tenure, location, summary and photo. No cookies or account required.

Pricing

from $100.00 / 1,000 search results blocks

Rating

0.0

(0)

Developer

NeuralVerge

NeuralVerge

Maintained by Community

Actor stats

0

Bookmarked

13

Total users

8

Monthly active users

4 days ago

Last modified

Share

LinkedIn People Search — Company, Title, Industry ✅ No Cookies

Search LinkedIn people with advanced filters — current & past company, current & past job title, seniority, function, industry, company size, location and experience. Returns up to 25 profiles per search, one row per person, with name, title, company, tenure, location, summary and photo. Powered by the Neuralverge API. No cookies or account required.

Ideal for recruiting, lead generation, sales prospecting, talent mapping and list building.

✨ Why this Actor

  • 🎯 Advanced filters — combine company, title, seniority, function, industry, size, location and experience to target exactly the people you want.
  • 🍪 No cookies or account — the search runs on the Neuralverge backend; you never share a LinkedIn login.
  • 👤 Rich profile rows — name, current title & company, tenure, location, summary, photo and the full currentPositions array, ready for a spreadsheet, CRM or AI pipeline.
  • 💳 Block pricing — $0.10 per block of up to 25 profiles; searches that return nothing are free.
  • Real-time & structured — fresh results each run.

🔧 How it works

  1. Set your filters — any combination of company, title, industry, location, etc. A single broad filter (e.g. current company) already returns results.
  2. Run the Actor. The search happens on the Neuralverge backend.
  3. Get one dataset row per person — up to 25 per search. Export to CSV, JSON or Excel, or pull it over the Apify API.

Tip: start with one or two filters. Very narrow filter combinations can return no results.

Input

Set any combination of the fields below (all optional). Each filter field accepts one or more values.

FieldTypeNotes
searchQuerystringOptional free-text keyword.
currentCompany / pastCompanyarrayCurrent / previous employer(s).
currentJobTitleFilter / pastJobTitlearrayCurrent / previous job title(s).
seniorityLevelFilterarraySeniority, e.g. Senior, Director, VP, CXO.
functionFilterarrayJob function, e.g. Sales, Engineering.
industryIdsarrayLinkedIn industry slug(s).
companyHeadcountFilterarrayCompany size band(s).
yearsOfExperienceFilter / yearsAtCurrentCompanyFilterarrayExperience / tenure ranges.
locationsarrayLocation(s), e.g. London.
firstNames / lastNamesarrayName filters.
scraperModestringshort (basic) or full (extended).
maxResultsinteger1-25 profiles per search.
{
"currentCompany": ["Google"],
"scraperMode": "short",
"maxResults": 5
}

What you'll receive

One dataset row per person, with these fields:

  • fullName, firstName, lastName, linkedinUrl, id
  • title, company, companyLinkedinUrl, tenureAtCompany
  • location, summary, premium, openProfile, pictureUrl
  • currentPositions — the full array of the person's current roles.

Nulls are normal. LinkedIn doesn't expose every field for every profile.

Example output (real run)

Real dataset rows for the filter currentCompany: ["Google"] (scraperMode: short), two of the five profiles returned.

[
{
"id": "ACwAAB7FMA4BFYUW0t-sJDpgQh1E1O1thW-vCbE",
"linkedinUrl": "https://www.linkedin.com/in/ACwAAB7FMA4BFYUW0t-sJDpgQh1E1O1thW-vCbE",
"firstName": "Genia",
"lastName": "Xasis, PhD",
"fullName": "Genia Xasis, PhD",
"title": "Startups Mentor",
"company": "Google",
"companyLinkedinUrl": "https://www.linkedin.com/company/1441",
"tenureAtCompany": "1y",
"location": "Riyadh, Saudi Arabia",
"summary": "I work at the intersection of capital, access, and execution in Saudi Arabia and the UAE...",
"premium": true,
"openProfile": false,
"pictureUrl": "https://media.licdn.com/dms/image/v2/D4E03AQE2nALflOlYNw/profile-displayphoto-crop_800_800/B4EZzymfgXJAAI-/0/1773596703899?e=1786579200&v=beta&t=oqToDU12WVnSQNLaGHOdI8TagGZRUHvb3GiASbzd-Dc",
"currentPositions": [
{
"tenureAtPosition": { "numYears": 1 },
"companyName": "Google",
"title": "Startups Mentor",
"current": true,
"tenureAtCompany": { "numYears": 1 },
"startedOn": { "month": 8, "year": 2025 },
"companyId": "1441",
"companyLinkedinUrl": "https://www.linkedin.com/company/1441"
}
]
},
{
"id": "ACwAAAAW6aoBZJOVwoABUyfa8IVBNN88-9z3KL0",
"linkedinUrl": "https://www.linkedin.com/in/ACwAAAAW6aoBZJOVwoABUyfa8IVBNN88-9z3KL0",
"firstName": "Emerson",
"lastName": "M.",
"fullName": "Emerson M.",
"title": "Head of HR Brazil",
"company": "Google",
"companyLinkedinUrl": "https://www.linkedin.com/company/1441",
"tenureAtCompany": "1y 4m",
"location": "São Paulo, São Paulo, Brazil",
"summary": "A Senior HR Executive and Consultant with more than 25 years of management and leadership experience...",
"premium": false,
"openProfile": false,
"pictureUrl": "https://media.licdn.com/dms/image/v2/D4D03AQGBFvDB7wFyKw/profile-displayphoto-crop_800_800/B4DZybdFczJIAI-/0/1772134624861?e=1786579200&v=beta&t=azs_kA16tO7-_2flMWaMAUk3u71psyHaT0euCGt-gw4",
"currentPositions": [
{
"tenureAtPosition": { "numYears": 1, "numMonths": 4 },
"companyName": "Google",
"title": "Head of HR Brazil",
"current": true,
"tenureAtCompany": { "numYears": 1, "numMonths": 4 },
"startedOn": { "month": 4, "year": 2025 },
"companyId": "1441",
"companyLinkedinUrl": "https://www.linkedin.com/company/1441"
}
]
}
]

Genuine output from a live run. The summary field is abbreviated here for readability — the live run returns the full profile summary.

Pricing

Pay per block of results — $0.10 per block of up to 25 profiles. A search that returns 1-25 profiles costs $0.10; 26-50 costs $0.20, and so on. Searches that return nothing are not charged.

EventPrice
Results block (up to 25 profiles)$0.10

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 can be called from any MCP client.

FAQ

Do I need an account or cookies? No. The search runs on the Neuralverge backend; you never share a LinkedIn login.

How many profiles per run? Up to 25 per search. For more, run additional searches (e.g. change filters or narrow by location).

Why did I get no results? Very narrow filter combinations can return nothing. Start with one or two broad filters and add more gradually.

How am I billed? $0.10 per block of up to 25 profiles returned (26-50 = $0.20, etc.). Empty searches are free.


Disclaimer: This Actor is an independent tool and is not affiliated with or endorsed by LinkedIn. Use the data in compliance with applicable laws and platform terms.