libweb-scraper-perl

Web scraping toolkit using html and css selectors or xpath expressions
  https://metacpan.org/release/Web-Scraper
  0
  no reviews



Web::scraper is a web scraper toolkit, inspired by ruby's equivalent scrapi. it provides a dsl-ish interface for traversing html documents and returning a neatly arranged perl data strcuture.

the scraper and process blocks provide a method to define what segments of a document to extract. it understands html and css selectors as well as xpath expressions.