lek-orer/linkedin-sales-navigator-data-scraping-bot — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python automation bot for LinkedIn Sales Navigator that helps my sales team collect leads without doing everything by hand. I want to enter my Sales Navigator search criteria, like industry, location, job title, and company size, then have the bot log in with my credentials, open the matching results, collect the prospect details my account can see, remove duplicates, filter out bad matches, and save clean lead lists as CSV and JSON. Please include optional email collection only when it is available or provided, not guessed.

Make it reliable enough to run for large lists with random delays, rate limits, retries, clear logs, and a simple way to resume after an error. Add a settings file for credentials and filters, an output folder, basic tests, and Docker setup so I can run it easily. If you need current LinkedIn or browser automation docs, look them up online.

Want more depth? Deep Reverse