Scraping and web crawling framework, PHP?

You may find ScraperWiki interesting. It has tutorials on various scraping topics and an online generator for scraper scripts in PHP, Python and other languages.

E.g. Give it a pattern to extract all data located in html/body/div/ – ArtWorkAD Oct 7 '10 at 21:00.

You may find SimpleHTMLDom simplehtmldom.sourceforge.net/ with cURL is enough for your needs.

1 Suggested third party alternatives to SimpleHtmlDom that actually use DOM instead of String Parsing: phpQuery, Zend_Dom, QueryPath and FluentDom. – Gordon Oct 7 '10 at 21:26 don't use simpleHtmlDom. It is slow and offers less functionality than the built in dom libs.

– Byron Whitlock Oct 7 '10 at 21:54.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions