Build A Link Scraper With PHP

Submitted by Makebeta » In this tutorial you will learn how to build a PHP script that scrapes links from any web page. The lesson covers extracting content from a site using cURL, parsing the content with PHP's Dom functions, finding links using XPath queries, and storing the links in a MySQL database. Legal issues associated with scraping content is discussed at the end of the tutorial.
Rating: 3.0/5 | 1,150 clicks | 1 comment | 1 save | share | report

Comments on this tutorial

p_winchAugust 17, 2007

How do you get to it?

Discuss this tutorial

You must be logged in to comment on a tutorial.