411.com going to the next page

Hi all-

I am a little stuck on how to make this happen and get screen scraper to go to the next page and scrape the required information. I looked over the API's and the other scripts for the NEXT page, but I am still LOST. I have attached the scrape file that I have made so far.

Jason

Attachment Size
411.com (Scraping Session).sss_.txt 3.99 KB

If you hover your mouse over

If you hover your mouse over the "next link" you can see the URL to the next page show up at the bottom of your browser. All you have to do is make a scrapeable file that will mimic that request. That one just uses GET parameters, so that makes it easier.

Jason-Thanks for the reply,

Jason-Thanks for the reply, but I'm not sure I follow you or even where to start. Sorry I am new to this next page stuff.

You probably just need to go

You probably just need to go through tutorial #2 with some extra attention on http://community.screen-scraper.com/Tutorial_2_page_7