Hi,
i have problems scraping files from with url containing 2/3 (two/three) different parameters :
url examples :
test.com/test.php?page=1&cat=hotels&country=IP.html
test.com/test.php?page=2&cat=hotels&country=HS.html
test.com/test.php?page=1&cat=hotels&country=DF.html
- one is the page number, and ok, i use the ~#PAGE#~ variable in loop script with scrape url like
test.com/test.php?page=~#PAGE#~&cat=hotels&country=DF.html with loop code
for( int i = 0; i < 32; i++ )
{session.setVariable( "PAGE", String.valueOf(i) );
Recent comments
1 day 18 hours ago
1 day 18 hours ago
1 day 18 hours ago
4 days 18 hours ago
4 days 18 hours ago
5 days 53 min ago
5 days 18 hours ago
5 days 18 hours ago
5 days 23 hours ago
6 days 19 hours ago