Python scripts to discover and collect a dataset of jobs applications.
Use pyapplicant.py script to iterate through Indeed.com REST API and collect a dataset with job applications.
The script has a few options to help you filter your results.
Use --help argument to see all of them.
Use email_harvester.py script to iterate through the collected dataset and attempt to scrape emails from a number of stored web-sites. This is the slowest step, as the script visits every web-site and every link in order to discover emails.
Use massive_delivery.py script to perform a massive email delivery to the scraped email addresses. You have to give an smtp relay to use.