Skip to content
Sean McLellan edited this page Apr 22, 2017 · 3 revisions

Welcome to the skrapr wiki!

Skrapr is a cross-platform web scraping tool that uses a declarative definition file to define the actions, or tasks, that the Skrapr performs. The definition file is a plain 'ol json file (that supports comments) to make it easy to write definitions to skrape or automate all kinds of web sites.

Resources:

The definition file is where you'll get started.

Rules are conditions that are evaluated on the state of the browser after each task completes on the main flow. Use rules to define dynamic behavior based on page state.

The main item of work in Skrapr is the Task. You'll create many tasks to perform various skraping functions. Most tasks are simple, some are complex.