Building a web crawler

use wget from PHP to get the page(s) you want to, then use preg_match with a regular expression to get the title, the text, the source, links, images, etc from the page

Post new comment

The content of this field is kept private and will not be shown publicly.