Scraper icon indicating copy to clipboard operation
Scraper copied to clipboard

Easily fetch, slice, dice, and output HTML content from remote pages in your CraftCMS templates.

Results 5 Scraper issues
Sort by recently updated
recently updated
newest added

Is there a way of being able to scrape a site that requires a login?

c.f. https://github.com/voku/simple_html_dom or, just remove that driver in favor of more modern options (Goute, Roach)?

enhancement

Whether using symfony or simplehtmldom, if a timeout is set, and the page times outs, it throws and exception and everything stops. is there a way to suppress exceptions?

https://github.com/roach-php/core

enhancement

Currently if the scraper gets a 404 or 500 it kills the whole page in a way that isn't recoverable.