News Feed
Jobs Feed
Sections




News Archive
Jonathan Street's Blog:
When scraping content from the web don't make it obvious
November 07, 2007 @ 11:26:00

Jonathan Street has a tip for those developers out there that have no other choice than scraping content from a remote site - don't make it obvious. He also includes a suggestion on how to make it a little less obvious.

A couple of hours ago I was playing around scraping some content from a website. All was going well until suddenly I couldn't get my script to fetch meaningful content. [...] The first thing I did was stop visiting the site for 15 minutes or so and then increase the time between requests. It briefly worked again but quickly stopped.

One simple change to his user agent string in his php.ini made the problem evaporate pointing to a user agent filtering happening on the remote side. His helpful hint involves two methods - one in just PHP and the other in cURL - to change the user agent that your scripts are sending. An even better sort of solution might be some sort of rotating array that would alternate between four or five strings to make things even more random.

0 comments voice your opinion now!
scrape content remote server useragent filter modify phpini scrape content remote server useragent filter modify phpini


blog comments powered by Disqus

Similar Posts

Ed Finkler's Blog: Bug in Zend Studio 5.5’s php.ini

PHP Magazine: IPM Poll Question: What Features do You Prioritize in a CMS?

Sandro Groganz's Blog: eZ develops PHP application server

Christian Weiske's Blog: Generating CHM files w/Wine on Linux & a bit about PEAR's PhD trasition

PHPEveryDay.com: New Tutorials Posted (Web Content/Networking)


Community Events











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


tool example zendframework2 testing opinion framework development introduction unittest conference application functional release series podcast code language interview community phpunit

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