The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Serengeti - High-level automation tool for scraping websites.

Serengeti is a framework that lets you scrape websites using JavaScript syntax.

The tool provides developers with both high-level (think DOM, forms etc) as well as more low-level access (think raw source) of the resources it requests.

API

The global object - $

Methods

get ( url : String ) : Response
get ( url : String, query_params : Object ) : Response

Response

Properties

Methods

form ( search_query : Object ) : Form