LinkedIn Sales Navigator Scraper
Pricing
from $8.00 / 1,000 results
LinkedIn Sales Navigator Scraper
Pricing
from $8.00 / 1,000 results
Rating
0.0
(0)
Developer
Virtual Footprint LLC
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape LinkedIn Sales Navigator lead lists and search results.
Why This Actor Is Better
This actor is engineered to outperform competitors on reliability, data completeness, output quality, and transparent pricing.
| Competitor issue | This actor advantage |
|---|---|
| Single data source | Multi-source extraction + enrichment fallback |
| No confidence scoring | 0-1 confidence score on every result |
| No source attribution | Full source tracking per dataset row |
| Slow / blocking | Automatic retries, proxy rotation, cache-first mode |
| Missing enrichment | Built-in contact, tech-stack, and sentiment enrichment |
| Requires paid APIs | No external API keys required for core extraction |
Key Features
- Lead list and search result extraction
- Name, title, company, location, and profile URL
- Connection-level and activity signals
- Saved search and list pagination
- Structured output for CRM import
Architecture
flowchart LRA[Input Query/URL] --> B[Playwright/HTTP Scraper]B --> C{Success?}C -->|Yes| D[Parse & Normalize]C -->|No| E[Retry / Proxy Rotate]E --> BD --> F[Enrichment Engine]F --> G[Confidence Scoring]G --> H[Apify Dataset]H --> I[Webhook / CSV Export]
- Input ingestion — Accept URLs, queries, or batch lists via the Apify Console.
- Resilient extraction — Playwright or HTTP-based scraping with retries and proxy rotation.
- Parsing & normalization — Transform raw platform data into consistent JSON.
- Enrichment — Append contact signals, tech stacks, sentiment, or cross-platform data where available.
- Confidence scoring — Each record receives a 0-1 reliability score.
- Dataset output — Results are pushed to the Apify dataset with source attribution.
Input
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
mode | string | — | enrich | fast_lookup: cache-first. enrich: multi-provider enrichme... |
queries | array | ✅ | ... | Search queries, profile URLs, or usernames |
maxResults | integer | — | 25 | Maximum results per query (1-1000) |
webhookUrl | string | — | Optional webhook URL for completion notification |
Output
Results are stored in the Apify dataset as structured JSON objects. See .actor/output_schema.json for the full schema.
| Field | Type | Description |
|---|---|---|
name | string | Name or title of the scraped entity |
title | string | title value |
company | string | Company or organization name |
companyUrl | string | companyUrl value |
location | string | Location, city, or address |
profileUrl | string | Direct link to the profile or post |
connectionDegree | string | connectionDegree value |
sharedConnections | string | sharedConnections value |
activity | string | activity value |
industry | string | Industry or sector |
companySize | string | Company size range |
confidenceScore | number | 0-1 confidence score for the result |
scrapedAt | string | ISO timestamp when the row was scraped |
Pricing
This actor uses transparent pay-per-event (PPE) pricing. You only pay for successful results.
| Plan | Price per 1K results | Savings |
|---|---|---|
| Leading competitors | ~$10.80/1K | — |
| This actor | $8.00/1K | 26% cheaper |
A small one-time Actor Start fee applies per run. No monthly subscription required.
Use Cases
- Sales prospecting — export targeted lead lists
- ABM execution — build account-based contact lists
- Recruiting — source passive candidates
- Competitive intelligence — map rival teams
- CRM enrichment — append Sales Navigator context
Legal & Compliance
This actor scrapes publicly available data from LinkedIn. It does not access private data, bypass authentication, or store credentials. Users are responsible for complying with applicable data protection laws (GDPR, CCPA, etc.) and the platform's Terms of Service.
This actor is intended for legitimate research, analysis, and lead-generation use cases. It must not be used for spam, harassment, or unlawful activity.
AI-DLC / Data Lifecycle
This actor follows AI-DLC principles for ethical data handling:
- Collection — Public data only; respects robots.txt and rate limits.
- Processing — In-memory normalization; no PII logging.
- Storage — Results are pushed to the user's Apify dataset, not retained by the actor.
- Usage — Designed for analysis, enrichment, and legitimate outreach.
- Disposal — No long-term caching of user data between runs.
Enhancement Roadmap (API / MCP Integrations)
- Add email-enrichment MCP (Apollo/Snov.io) for outbound contacts
- Integrate engagement-trigger MCP to alert on prospect activity
- Add persona-scoring MCP (Clearbit/6sense) for ICP fit
Changelog
- v1.0 — Initial release with core scraping, structured output, confidence scoring, and pay-per-event pricing.
- v1.1 — Premium README, full output schema, and AI-DLC documentation added.