News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
PHPBuilder.com:
Build a PHP Link Scraper with cURL
January 15, 2010 @ 10:02:45

On PHPBuilder.com today there's a new tutorial posted about building a link scraping script with the combination of PHP and cURL (the script pulls in a page, grabs all of the links off of it and follows them, etc).

I actually built this a few years ago because I had grandiose visions of becoming the next Google. Clearly, that did not happen, mostly because my localhost, database, and bandwidth are not infinite. Yet this little robot has quite interesting applications and uses if you really have the time to play with and fine-tune it.

You'll need to have cURL support built into your PHP installation to get the scripts working, but the actual code itself is pretty simple. Curl and XPath do most of the heavy lifting of finding and following the links and its easy enough to drop them into a MySQL table from there. You can download the source here.

1 comment voice your opinion now!
link scraper curl xpath mysql tutorial




Community Events





Don't see your event here?
Let us know!


manifesto package podcast conference unittest test community symfony2 language interview series framework application custom phpunit api introduction release opinion development

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework