Search for LinkedIn leads matching a specific role, location, and job title.
Automatically filter out low-follower or spam LinkedIn accounts from your results.
Scrape and store detailed profile fields locally in a SQLite database.
Curate and export a filtered lead list through a dashboard interface.
| cafiynhub/scrapers | 0xustaz/streamgate | a-bissell/unleash-lite | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | hard |
| Complexity | 3/5 | 4/5 | 4/5 |
| Audience | pm founder | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires setting up separate Python and Node environments plus installing Playwright's browser binaries.
ScraperS is a self hosted web app for finding and organizing LinkedIn leads without paying for any search or scraping API. You describe who you are looking for by role, location, and job title, and the tool searches for matching public profile URLs using search engine queries rather than a paid API. It then uses browser automation through Playwright to visit those profiles and pull out details like name, current title, company, location, an about section, work history, education, skills, contact information if listed, and how many followers or connections the person has. Profiles with fewer than five hundred followers or connections are automatically filtered out, which is meant to cut down on low quality or spam accounts before they reach your review screen. Everything is stored locally in a SQLite database on your own machine, and your LinkedIn login session is saved locally as well, so nothing is sent to a third party service. The project has a backend built with FastAPI that handles the search and scraping queue, and a separate frontend built with React and TypeScript that provides a dashboard styled with a dark, glass like visual theme. To run it, you set up a Python virtual environment for the backend, install its dependencies plus Playwright's browser binaries, then separately install the frontend's Node dependencies. You start the backend and frontend as two separate processes, log into your LinkedIn account through a browser window the tool opens for you, and the resulting session cookies are then reused for future scraping. The project is open source and released under the MIT license.
A self-hosted web app that searches for LinkedIn leads by role and location, scrapes their profiles, and filters out spam accounts.
Mainly Python. The stack also includes Python, FastAPI, React.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly pm founder.
This repo across BitVibe Labs
Verify against the repo before relying on details.