LinkedIn Company Employees avatar

LinkedIn Company Employees

Under maintenance

Pricing

from $2.00 / 1,000 results

Go to Apify Store
LinkedIn Company Employees

LinkedIn Company Employees

Under maintenance

LinkedIn Company Employees returns normalized, review-ready API data with robust inputs, consistent outputs, and pay-per-result pricing.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Virtual Footprint LLC

Virtual Footprint LLC

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

LinkedIn Company Employees Scraper

Apify Version Pricing Modes

Map company employees with role signals, seniority inference, and CRM-ready output.

Why this actor is better

This actor is designed to outperform competitors in reliability, data completeness, output quality, and pricing transparency.

Competitor issueThis actor advantage
Single data sourceMulti-source: LinkedIn company pages (Playwright) + Employee discovery, Role inference, Company metadata
No confidence scoring0-1 confidence score on every result
No source attributionFull source tracking on every dataset row
Slow / blockingProgressive dataset pushes, 8s timeouts, cache-first mode
No enrichmentBuilt-in enrichment with confidence scoring
Requires paid APIs100% open-source providers, no mandatory subscriptions
No batch supportQueue-based batch mode with per-item error isolation

Architecture

┌─────────────────────────────────────────────────────────────┐
│ LinkedIn Company Employees Scraper │
├─────────────────────────────────────────────────────────────┤
│ Mode Router │
│ ├─ fast_lookup (cache-first, <800ms)
│ ├─ enrich (multi-provider, parallel, progressive push)
│ └─ batch (queue-based, per-item isolation)
├─────────────────────────────────────────────────────────────┤
│ Provider Layer │
│ ├─ LinkedIn company pages (Playwright)
│ └─ Enrichment:
│ ├─ Employee discovery │
│ ├─ Role inference │
│ └─ Company metadata │
├─────────────────────────────────────────────────────────────┤
│ Quality Layer │
│ ├─ Confidence scoring (0-1)
│ ├─ Source attribution │
│ └─ Deduplication │
├─────────────────────────────────────────────────────────────┤
│ Output Layer │
│ ├─ Apify Dataset (progressive push)
│ ├─ Webhook delivery │
│ └─ Normalized schema with metadata │
└─────────────────────────────────────────────────────────────┘

Enrichment Sources

  • ✅ Employee discovery
  • ✅ Role inference
  • ✅ Company metadata

Modes

enrich — Multi-provider enrichment (default)

  • Scrapes LinkedIn company pages (Playwright)
  • Enriches with: Employee discovery, Role inference, Company metadata
  • Pushes base result first, then enriched result (progressive)
  • 8s enrichment timeouts (fail-fast)
  • Best for: lead generation, CRM enrichment, analytics

batch — Queue-based

  • Accepts large query lists
  • Processes each query through full enrichment
  • Per-item error isolation (one failed query doesn't kill the run)
  • Uses Apify Request Queue
  • Best for: bulk processing, market research, territory mapping

Input

FieldTypeRequiredDefaultDescription
modestringnoenrichenrich, batch
queriesarrayyesSearch queries, profile URLs, or usernames
maxResultsintegerno25Max results per query (1-1000)
webhookUrlstringno""Webhook for completion notification

Example input

{
"mode": "enrich",
"queries": ["https://linkedin.com/company/google"],
"maxResults": 50
}

Output

Every dataset row includes:

FieldDescription
queryInput query used
name / titlePrimary result name
urlCanonical URL
emailsExtracted email addresses (if applicable)
phonesExtracted phone numbers (if applicable)
socialMediaSocial media profile links
techStackDetected technologies (if applicable)
metricsEngagement, rating, or count metrics
confidenceScore0-1 score based on data completeness
sourcesSource attribution array
cacheStatushit, miss, partial, or bypass
modeExecution mode used
extractedAtISO timestamp

Example output

{
"query": "https://linkedin.com/company/google",
"name": "Example Result",
"url": "https://example.com",
"emails": ["contact@example.com"],
"phones": ["+1 (555) 123-4567"],
"socialMedia": ["facebook.com/example"],
"techStack": ["React", "Google Analytics"],
"metrics": {"rating": "4.5", "reviews": "1234"},
"confidenceScore": 0.85,
"sources": ["primary_scraper", "website_scraper"],
"cacheStatus": "miss",
"mode": "enrich",
"extractedAt": "2026-06-21T19:00:00Z"
}

Monetization

Pay-per-event pricing:

| Actor Start | $0.00005 (one-time) | | Result | $0.0050 per result | | Email Found | $0.003 per email | | Batch Item Processed | $0.002 per query |

Data Lifecycle Controls

  • Purpose limitation: Lead generation, business intelligence, market research
  • Data minimization: Collect only records required by queries and maxResults
  • Transparency: Input, output, pricing, and constraints documented
  • Security: No hardcoded API keys; secrets passed via Apify secure inputs
  • Auditability: Rows include extractedAt, sources, mode, and cacheStatus

Compliance

Use this actor for legitimate research, analytics, lead generation, or monitoring. Users are responsible for complying with applicable laws, source-site terms, and privacy obligations.

Support

  • Apify Console: Check your actor runs
  • Issues: Report via Apify Store or actor page
  • Webhook: Set webhookUrl for completion notifications