Page

scrape files with 2 / 3 parameters in url

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) );

Next Page -- Simple

Next Page -- Simple

Next Page

Next Page
Syndicate content