ApolloScrapper is a Python-based automation tool that uses Selenium to log in to Apollo.io, navigate through people search pages, and scrape verified contact & company details like Name, LinkedIn, Twitter, Company Website, Industry, Keywords, Employees, and more.
- π Automated login with saved credentials
- π Extracts CEO and company info from Apollo.io filters
- π Collects:
- Name
- Person Linkedin / Twitter
- Company Website / Linkedin
- Company Name
- Title / Contact Location
- Employees
- Industries
- Keywords
- π Saves results into a clean
output.csvfile - βοΈ Auto-pagination and scrolling
-
Clone the repo:
git clone https://github.com/sharifulislam141/ApolloScrapper.git cd ApolloScrapper -
Create a virtual environment (recommended):
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate -
Install dependencies:
pip install -r requirements.txt
-
Open the script and set your Apollo.io username & password inside the script:
username = 'your_email@example.com' password = 'your_password' -
Run the script:
python main.py -
The data will be saved in:
output.csv
- Python 3.8+
- Google Chrome Browser
- ChromeDriver (must match your Chrome version)
- Selenium
This project is licensed under the MIT License.
β¨ Built with β€οΈ by Shariful Islam