Laravel Intelligent Scraper Versions Save

Service to scrape a web page easily without knowing their HTML structure.

0.0.21

3 years ago

0.0.20

4 years ago

0.0.19

4 years ago

Sometimes you need to know the context in which the scrape was request to know what to do with the scraped data. Now you can define a context in your scrape request that will be available in your listener.

0.0.18

4 years ago

Added Laravel 6.x components as compatible

0.0.17

4 years ago

User defined listeners for Scraped and ScrapeFailed events now are queued.

0.0.15

5 years ago

Add the possibility to configure listener to scrapeFailed events in the same way than scraped events.

0.0.14

5 years ago

Fix some errors with the scraped listener.

0.0.13

5 years ago
  • Added a new pre-registered listener to allow the clients to register listener per scrape type.
  • Fix an issue with the maximmum of data stored per variant. Now it should be more stable.

0.0.12

5 years ago

Add jobs autotagging when you use horizon as a queue manager.

Check https://horizon.laravel.com/

0.0.11

5 years ago

Now the url connection and requests errors are manager using the http_errors middleware.

This release solves the infinite reconfiguration problem that happened due to url connecting errors.