CSV

Scrape Weather Details from Weather.com (input zipcodes)

Scrape Weather Details from Weather.com (input zipcodes)

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

This is a test tip

This is a test tip about CSVs.

Downloads -- Zip Code CSVs

Downloads -- Zip Code CSVs

The following files contains zipcodes for the that state. The file "zips_US.CSV" contains all US zip codes within one file. If you wish to download all of the CSVs at once you may choose to download the file "zips_all_states.zip".

Initialize (Moderate) -- Input from CSV

Initialize (Moderate) -- Input from CSV
Syndicate content