Tutorial 2

Tutorial 2: Page 11: Where to Go From Here

Where to Go From Here

Tutorial 2: Page 10: Logging In

Logging In

Tutorial 2: Page 9: Saving the Data

Saving the Data

Tutorial 2: Page 8: Extracting Product Details

Extracting Product Details

Tutorial 2: Page 7: Scraping Pages from Scripts

Scraping Pages from Scripts

Tutorial 2: Page 6: Creating Extractor Patterns for Links

Creating Extractor Patterns for Links

Tutorial 2: Page 5: Creating the Script to Initialize the Scraping Session

Creating the Script to Initialize the Scraping Session

We're now going to create a small script to initialize our scraping session. It's a common practice to run a script at the very beginning of a scraping session that can initialize variables and such. That's what we'll be doing here.

Tutorial 2: Page 4: Creating the Scraping Session

Creating the Scraping Session

Tutorial 2: Page 3: Recording Search Results

Recording Search Results

As in the first tutorial, we'll be recording a browser session using the proxy server. Remember that a proxy session holds all of the HTTP requests and responses from your browser for the period of time you run it.

Tutorial 2: Page 2: Screen-Scraping Overview Review

Screen-Scraping Overview Review

As you'll remember from the previous tutorials, extracting information from web sites using screen-scraper typically involves four main steps:

Syndicate content