LinkedIn Company Employees Scraper
Under maintenancePricing
Pay per usage
LinkedIn Company Employees Scraper
Under maintenanceExtract employee names, titles, and LinkedIn profiles from any company page. Uses public search data — no login or cookies required. Free tier: first 10 results. Paid: $0.003/profile after free tier.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
FASTEEDAPPS
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
10 days ago
Last modified
Categories
Share
Extract employee names, titles, and LinkedIn profiles from any company page using public search data. No login or cookies required.
Features
- Extracts employee name, job title, and LinkedIn profile URL
- Works with any LinkedIn company page URL
- Uses public search engines (Google, Bing, Yahoo) — no login needed
- Free tier: First 10 results free
- Pricing: $0.003/profile after free tier
- Deduplicates results across multiple search engines
- Returns structured dataset ready for export
Input
| Field | Type | Default | Description |
|---|---|---|---|
companyUrl | string | required | LinkedIn company page URL (e.g., https://www.linkedin.com/company/google) |
maxResults | integer | 100 | Maximum number of employee profiles to extract (1-10000) |
freeTierLimit | integer | 10 | Number of free results before per-profile pricing applies |
Output
Each dataset item contains:
| Field | Description |
|---|---|
name | Employee full name |
title | Job title/position |
profileUrl | Direct LinkedIn profile URL |
snippet | Search result snippet text |
source | Search engine (google/bing/yahoo) |
company | Extracted company name |
companyUrl | Original company URL |
extractedAt | Timestamp of extraction |
isFree | Whether this result was in free tier |
chargeAmount | USD charge for this profile (0 if free) |
Pricing
- Free tier: 10 profiles included per run
- Pay-per-result: $0.003 per additional profile
- Example: 50 profiles = 10 free + 40 paid = $0.12
Usage Examples
Basic
{"companyUrl": "https://www.linkedin.com/company/google"}
Limit results
{"companyUrl": "https://www.linkedin.com/company/microsoft","maxResults": 50}
Notes
- Results depend on LinkedIn profile visibility in public search
- Profiles must be public or have public snippets available
- No authentication required — uses public data only
- Rate-limited to be respectful to search engines
- Results may vary based on search engine coverage
Compliance
This actor extracts only publicly available data from search engines. Users are responsible for complying with applicable data protection laws (GDPR, CCPA, etc.) and LinkedIn's Terms of Service.