What PHP web crawler libraries are available? What PHP web crawler libraries are available? php php

What PHP web crawler libraries are available?


Just give Snoopy a try.

Excerpt: "Snoopy is a PHP class that simulates a web browser. It automates the task of retrieving web page content and posting forms, for example."


https://github.com/fabpot/Goutte is also a good library compatible with psr-0 standard.


You can use PHP Simple HTML DOM Parser . It's really simple and useful.