LinkedIn Employee Search | X-Ray | No Login & ๐ช | Bulk
Pricing
from $2.00 / 1,000 results
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
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
19 hours ago
Last modified
Categories
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.
- Enter the company name (as it appears on LinkedIn)
- Optionally add job title filter (e.g., "VP Sales", "Engineer")
- Optionally add location filter (e.g., "San Francisco")
- Choose search pattern (1 = strictest, 4 = broadest)
- Get employee profiles with name, headline, photo, and LinkedIn URL
What You Get
Each result returns structured JSON:
| Field | Type | Description |
|---|---|---|
url | string | Full LinkedIn profile URL |
name | string | Full name as shown on LinkedIn |
headline | string | LinkedIn headline (e.g., "VP Sales at Stripe") |
photoUrl | string | Profile photo URL |
firstName | string | First name (parsed from metadata) |
lastName | string | Last name (parsed from metadata) |
LinkedIn Employee Search Patterns
| Pattern | Query Style | Best For |
|---|---|---|
| 1 (default) | Strict โ exact match in title | Most precise results |
| 2 | Moderate โ words matched separately | Slightly broader |
| 3 | Broad โ phrase match across profile | More results |
| 4 | Broadest โ keyword match | Maximum results |
| 5 | Custom โ your own query | Full control |
Start with Pattern 1 and broaden only if you need more results.
Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
companyName | string | Yes* | โ | Company name (patterns 1-4) |
title | string | No | "" | Job title filter (e.g., "VP Sales") |
location | string | No | "" | Location (e.g., "San Francisco") |
excludeWords | string | No | "" | Keyword to exclude (e.g., "Intern") |
employeePattern | string | No | "1" | Search pattern (1-5) |
customQuery | string | No* | โ | Your full query (pattern 5 only) |
employeeCountries | string | No | "" | Comma-separated country codes |
employeeMaxResults | integer | No | 10 | Max profiles per country (1-100) |
loadAll | boolean | No | false | Auto-paginate all results |
bulkCompanies | string | No | โ | Bulk mode: one company per line |
bulkDelayMs | integer | No | 1500 | Delay 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?
| Feature | LinkedIn Sales Navigator | This Tool |
|---|---|---|
| Monthly cost | $79.99-$149.99/mo | Pay per result |
| LinkedIn account needed | Yes (premium) | No |
| Account ban risk | N/A (official) | Zero |
| Breaks when LinkedIn updates | Rarely | Never |
| Speed per 10 results | Manual clicking | < 5 seconds |
| API access | No | Yes |
| Bulk search | Manual | Up 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 ApifyClientclient = 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
- Use exact company names โ "National Bank of Canada" not "National Bank"
- Start with Pattern 1 โ broaden only if too few results
- Use the title filter โ "VP Sales" returns better results than no filter
- Add exclude words โ "Intern" removes noise
- 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
Legal
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.