PHPackages                             scribilicious/tinylistscraper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. scribilicious/tinylistscraper

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

scribilicious/tinylistscraper
=============================

TinyListScraper is an easy to use page list scraper. Its main goal is to scrape news and search results.

1.0.2(7y ago)1181GPL-3.0-or-laterPHPPHP &gt;=5.6

Since Feb 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Scribilicious/TinyListScraper)[ Packagist](https://packagist.org/packages/scribilicious/tinylistscraper)[ RSS](/packages/scribilicious-tinylistscraper/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

About
=====

[](#about)

TinyListScraper is an easy to use page list scraper. Its main goal is to scrape news and search results. Some features are:

- Caching of results.
- Easy to maintain and expand scrapers.
- Results contain a set of fields containing: title, link, image, text, intro text, author, source, date and tags.

Requirements
============

[](#requirements)

**TinyListScraper 1.0** requires PHP `^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0`. PHP `DOMDocument` and `DOMXPath` extensions have to be loaded.

Usage
=====

[](#usage)

The simplest usage (since version 7.0) of the library would be as follows:

```
