Advanced LinkedIn Sales Navigator Scraper - Verified Leads avatar
Advanced LinkedIn Sales Navigator Scraper - Verified Leads

Pricing

$23.00/month + usage

Go to Store
Advanced LinkedIn Sales Navigator Scraper - Verified Leads

Advanced LinkedIn Sales Navigator Scraper - Verified Leads

Developed by

Octoparsing

Octoparsing

Maintained by Community

Extract accurate LinkedIn Sales Navigator leads – full names, roles & companies. Blazing-fast, enhanced, CRM-ready. Works securely with your `li_at` linkedin cookie.

5.0 (1)

Pricing

$23.00/month + usage

0

Total users

2

Monthly users

2

Last modified

an hour ago

🐙 Octoparsing: Advanced LinkedIn Sales Navigator Scraper - Verified Leads

Scrape LinkedIn Sales Navigator search results with Python & Selenium, powered by the Apify platform. Extract verified leads—including names, job titles, companies, locations, profile links, and emails (if available). Works securely with your li_at cookie.

⚡ Built to compete with tools like Octoparse, Bright Data, and traditional LinkedIn scrapers—with more control and visibility.


🔧 Features

  • ✅ Extract name, job title, company, location, and LinkedIn profile URL
  • 🖼️ Skip ghost profiles (users without images)
  • 🚀 Paginate results automatically
  • 🔐 Cookie-based authenticated scraping (li_at)
  • 🧠 Smart scrolling and modal handling
  • 🧼 Clean, structured output (JSON, downloadable CSV)

📥 Input Schema

FieldTypeDescriptionRequired
search_urlstringLinkedIn Sales Navigator search results URL
cookiestringValue of your LinkedIn li_at cookie (for login)
only_image_profilesbooleanSkip users without a profile image
start_pageintegerPage number to start from

Example Input

{
"search_url": "https://www.linkedin.com/sales/search/people?...",
"cookie": "AQEDASDBEXAMPLE...",
"only_image_profiles": true,
"start_page": 1
}

📦 Output Example

{
"person_name": "Jane Doe",
"person_title": "Head of Growth",
"person_job_title": "Head of Growth at TechCorp",
"person_company": "TechCorp",
"person_location": "Berlin, Germany",
"person_salesnavigator_link": "https://www.linkedin.com/sales/lead/123...",
"person_link": "https://www.linkedin.com/in/janedoe"
}

All results are pushed using Actor.push_data() and are available in Apify's built-in dataset tab (or via API).


🚀 How It Works

  1. Authenticates with LinkedIn using your li_at cookie
  2. Opens Sales Navigator search URL using Selenium + Chrome
  3. Scrolls and scrapes visible data, handles pagination
  4. Pushes structured data to Apify Dataset
  5. Supports headless or visible execution (configurable in Apify settings)

🧠 Behind the Scenes

This Actor uses:

  • Selenium for browser automation
  • Apify SDK for logging and dataset management
  • Smart element targeting via CSS Selectors
  • Error handling for modals, empty pages, and ghost profiles
  • Dynamic URL page updater

📎 Notes

  • You'll need a Sales Navigator account and a valid li_at cookie to use this actor.
  • Apify's Chrome image already includes ChromeDriver—no setup needed.
  • This Actor waits between 15–60s between requests for natural behavior.

💬 Questions or Feature Requests?

Use the Apify Q&A tab or contact the author directly via GitHub.