The goal is to convert a number of methods in .NET used to scrape content from websites into PHP code.
This includes rewriting regular expressions, making GET/POST request, parsing HTML, setting user-agent-string and such.
The PHP code should expose a class that has a small number of properties such as URLs to scrape and so on, methods for performing the actual scraping and then of course properties that contain the scraped information.
Some methods also include accessing web API’s such…
