I want to scrape data from a site and then act upon data from the site, as follows;
Scrape a list of URLs from the main site. The pages are all behind a captcha.
Once I have a list of URLs, I need to crawl each URL on the way-back-machine, and extract an email address from the site.
Finally...send an email to each extract address.
Anyone know of a way to do this, or a coder who can script it?
Scrape a list of URLs from the main site. The pages are all behind a captcha.
Once I have a list of URLs, I need to crawl each URL on the way-back-machine, and extract an email address from the site.
Finally...send an email to each extract address.
Anyone know of a way to do this, or a coder who can script it?