Tutorial 7: Scraping a Site Multiple Times Based on Search Terms

Scraping a Site Multiple Times Based on Search Terms

It's often the case in screen-scraping that you want to submit a form multiple times using different parameters each time. For example, you may be extracting locations from the "store locator" service on a site, and need to submit the form for a series of zip codes. In this tutorial we'll provide an example on how to go about that. We will continue on using the "Shopping Site" scraping session we generated in Tutorial 2.

If you haven't already gone through Tutorial 2, this tutorial will make more sense if you do so first.

If you haven't gone through Tutorial 2, or don't still have the scraping session you created in it, you can download it here and import it into screen-scraper.

Once you've got the scraping session imported into screen-scraper you're ready to roll. Click on the "Tutorial Details" link below to get going.