Scrapple tutorialΒΆ

In this section, we’ll cover some basic tutorials for using Scrapple. We’ll cover three basic types of tools you can build with Scrapple.

  • Single page linear scrapers
  • Single page tabular scrapers
  • Link crawlers

Once you’ve installed Scrapple, you can see the list of available commands and the related options using the command

$ scrapple --help

The description for the commands provided by Scrapple are described in the commands section.

The configuration file is the backbone of Scrapple. It specifies the base page URL, selectors for the data extraction, the follow link for the link crawler and several other parameters.

Examples for each type are given.

Single page linear scrapers

Single page tabular scrapers

Link crawlers

Previous topic

Install Scrapple

Next topic

Single page linear scrapers

This Page