Navigate URL and Extract set on a count
Posted: Wed Dec 12, 2012 10:11 pm
Subject is a bit complicated, so i'll try to explain this the best I can.
I have a scrape that is set to navigate to a list of 500 URL's, give or take, and extract data off each provided URL. What I need to try and do is have it go to only 6 of the URLs, scrape the data off each, then pretty much log out, log back in, then continue the scrape. This is to get past captcha that comes up every 6 searches. I am able to send logout and login commands via a URL as well, so I don't know if that helps. So here is an example of the URLs it is searching and scraping:
https://www.website.com/secure/member/r ... F01%2F2013
https://www.website.com/secure/member/r ... F10%2F2013
https://www.website.com/secure/member/r ... F19%2F2013
https://www.website.com/secure/member/r ... F28%2F2013
https://www.website.com/logout_post
https://www.website.com/secure/login_po ... ord=abc123
So I would need it to go through 6 of the URLs provided, one by one, scraping each, then process the next 2 URLs (or click 'logout', then click 'login', then fill with the username and password) WITHOUT scraping, repeat.
Is this at all possible?
I have a scrape that is set to navigate to a list of 500 URL's, give or take, and extract data off each provided URL. What I need to try and do is have it go to only 6 of the URLs, scrape the data off each, then pretty much log out, log back in, then continue the scrape. This is to get past captcha that comes up every 6 searches. I am able to send logout and login commands via a URL as well, so I don't know if that helps. So here is an example of the URLs it is searching and scraping:
https://www.website.com/secure/member/r ... F01%2F2013
https://www.website.com/secure/member/r ... F10%2F2013
https://www.website.com/secure/member/r ... F19%2F2013
https://www.website.com/secure/member/r ... F28%2F2013
https://www.website.com/logout_post
https://www.website.com/secure/login_po ... ord=abc123
So I would need it to go through 6 of the URLs provided, one by one, scraping each, then process the next 2 URLs (or click 'logout', then click 'login', then fill with the username and password) WITHOUT scraping, repeat.
Is this at all possible?