LinkedIn Employee Search | X-Ray | No Login & ๐Ÿช | Bulk avatar

LinkedIn Employee Search | X-Ray | No Login & ๐Ÿช | Bulk

Pricing

from $2.00 / 1,000 results

Go to Apify Store
LinkedIn Employee Search | X-Ray | No Login & ๐Ÿช | Bulk

LinkedIn Employee Search | X-Ray | No Login & ๐Ÿช | Bulk

Find employees at any company on LinkedIn โ€” by job title, location, and seniority. No login, no cookies, zero ban risk. X-ray search powered. Up to 100 employees per company, multi-country support. Bulk mode: search 100 companies in one run. No results = no charge.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Eugene Volper

Eugene Volper

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

19 hours ago

Last modified

Share

LinkedIn Employee Search โ€” Find People at Any Company | X-Ray Search

Find employees at any company on LinkedIn โ€” filter by job title, location, and seniority. No login, no cookies, zero ban risk.

No LinkedIn account needed | X-ray search powered | Results in seconds

Not a scraper. We use X-ray search โ€” the same technique recruiters use manually, but automated. We never touch LinkedIn's servers. There's nothing for LinkedIn to block.


How to Find Employees on LinkedIn Without an Account

This tool automates LinkedIn X-ray search to find employees at any company. Enter a company name, optionally filter by job title and location, and get structured results in seconds.

  1. Enter the company name (as it appears on LinkedIn)
  2. Optionally add job title filter (e.g., "VP Sales", "Engineer")
  3. Optionally add location filter (e.g., "San Francisco")
  4. Choose search pattern (1 = strictest, 4 = broadest)
  5. Get employee profiles with name, headline, photo, and LinkedIn URL

What You Get

Each result returns structured JSON:

FieldTypeDescription
urlstringFull LinkedIn profile URL
namestringFull name as shown on LinkedIn
headlinestringLinkedIn headline (e.g., "VP Sales at Stripe")
photoUrlstringProfile photo URL
firstNamestringFirst name (parsed from metadata)
lastNamestringLast name (parsed from metadata)

LinkedIn Employee Search Patterns

PatternQuery StyleBest For
1 (default)Strict โ€” exact match in titleMost precise results
2Moderate โ€” words matched separatelySlightly broader
3Broad โ€” phrase match across profileMore results
4Broadest โ€” keyword matchMaximum results
5Custom โ€” your own queryFull control

Start with Pattern 1 and broaden only if you need more results.


Input Parameters

ParameterTypeRequiredDefaultDescription
companyNamestringYes*โ€”Company name (patterns 1-4)
titlestringNo""Job title filter (e.g., "VP Sales")
locationstringNo""Location (e.g., "San Francisco")
excludeWordsstringNo""Keyword to exclude (e.g., "Intern")
employeePatternstringNo"1"Search pattern (1-5)
customQuerystringNo*โ€”Your full query (pattern 5 only)
employeeCountriesstringNo""Comma-separated country codes
employeeMaxResultsintegerNo10Max profiles per country (1-100)
loadAllbooleanNofalseAuto-paginate all results
bulkCompaniesstringNoโ€”Bulk mode: one company per line
bulkDelayMsintegerNo1500Delay between bulk searches (ms)

LinkedIn Company Employee Search โ€” Examples

Find Engineers at OpenAI

{
"companyName": "OpenAI",
"title": "Engineer",
"employeeMaxResults": 30
}

Find Sales Leaders Across Countries

{
"companyName": "Salesforce",
"title": "VP Sales",
"employeeCountries": "us, uk, de",
"employeeMaxResults": 20
}

Bulk Search โ€” 100 Companies at Once

{
"bulkCompanies": "Marriott International, CFO\nHilton Worldwide, Director of Sales, London, uk\nGoogle\nAmazon",
"employeeMaxResults": 10
}

Custom X-Ray Query (Pattern 5)

{
"employeePattern": "5",
"customQuery": "site:linkedin.com/in \"VP Sales\" \"San Francisco\" -recruiter -intern"
}

How to Look for Employees on LinkedIn โ€” Use Cases

  • Sales prospecting โ€” Find decision-makers at target accounts by title and location
  • Recruiting / X-ray search โ€” Automate the X-ray search recruiters do manually
  • Competitive intelligence โ€” See who competitors are hiring and where
  • Account-based marketing โ€” Build contact lists for specific companies
  • Lead list building โ€” Prospect lists filtered by title, company, and location
  • Conference prep โ€” Research attendees and their companies before events

Why Use This Instead of LinkedIn Sales Navigator?

FeatureLinkedIn Sales NavigatorThis Tool
Monthly cost$79.99-$149.99/moPay per result
LinkedIn account neededYes (premium)No
Account ban riskN/A (official)Zero
Breaks when LinkedIn updatesRarelyNever
Speed per 10 resultsManual clicking< 5 seconds
API accessNoYes
Bulk searchManualUp to 100 companies

Reliable Results โ€” Data That Survives Interruption

  • Incremental saving โ€” Every profile is saved the moment it's found. If a run stops mid-way, you keep everything collected so far.
  • Automatic deduplication โ€” Same profile URL never appears twice. You never pay for duplicates.
  • Retry with backoff โ€” Transient API failures retried automatically (3 attempts with exponential backoff).
  • Stable infrastructure โ€” We don't depend on LinkedIn's page structure, so updates don't affect us.

API Integration

Python

from apify_client import ApifyClient
client = ApifyClient("your_api_token")
run = client.actor("aeonkosmos/linkedin-employee-search").call(run_input={
"companyName": "Stripe",
"title": "Engineer",
"employeeMaxResults": 20
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(f"{item['name']} โ€” {item['url']}")

JavaScript

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'your_api_token' });
const run = await client.actor('aeonkosmos/linkedin-employee-search').call({
companyName: 'Stripe',
title: 'Engineer',
employeeMaxResults: 20
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

cURL

curl "https://api.apify.com/v2/acts/aeonkosmos~linkedin-employee-search/runs" \
-X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your_api_token" \
-d '{"companyName":"Stripe","title":"Engineer","employeeMaxResults":20}'

Tips for Best Results

  1. Use exact company names โ€” "National Bank of Canada" not "National Bank"
  2. Start with Pattern 1 โ€” broaden only if too few results
  3. Use the title filter โ€” "VP Sales" returns better results than no filter
  4. Add exclude words โ€” "Intern" removes noise
  5. Pattern 5 gives full control โ€” use any search operators you know

Limitations (Honest)

  • Results are not 100% accurate โ€” may include former employees or loosely related profiles. Manual review recommended.
  • Maximum 100 results per search โ€” infrastructure limit
  • Returns URLs + basic info only โ€” not full profile data (experience, education, skills, email)
  • No email enrichment โ€” pair with an email finder tool if needed
  • Results come from publicly indexed data โ€” very new profiles may not appear yet

FAQ

Q: How is this different from a LinkedIn scraper? A: We never touch LinkedIn's servers. We find profiles through publicly indexed data โ€” LinkedIn can't block what doesn't hit their infrastructure.

Q: How do I find employees of a company on LinkedIn? A: Enter the company name, optionally add a job title filter, and run the search. Results include name, headline, photo, and LinkedIn URL for each employee found.

Q: Can I search without a LinkedIn account? A: Yes โ€” that's exactly what this tool does. No LinkedIn account, cookies, or login credentials needed.

Q: How many employees can I find per company? A: Up to 100 per country. With multi-country search (e.g., us, uk, de), each country gets its own limit โ€” 3 countries ร— 100 = up to 300 profiles.

Q: What about bulk search? A: Use the bulk mode to search up to 100 companies in a single run. One company per line, with optional title and location per line.


Support

Email: grow@nomad.email Response time: < 24 hours


This tool finds LinkedIn profile URLs through publicly indexed data. It does not scrape LinkedIn, access private profiles, bypass authentication, or use LinkedIn credentials.

Users are responsible for ensuring their use of extracted data complies with applicable laws, including GDPR and other data protection regulations.