This is a scraper that searches Google based on a query and scrapes all emails found on each page Google finds.
- Python 2.6+
To use this scraper, you'll need to run main.py with Python and pass in the following arguments
- -query (this is what we're telling Google to search for)
- -pages (number of Google search results pages we should scrape)
- -o (output filename)
python main.py -query "adoption agency email" -pages 10 -o emails.csv
This script depends on:
To install the dependencies simply run sudo pip install -r requirements.txt
.