seoreports
Junior Member
- Aug 26, 2012
- 151
- 34
What kind of scraper should I build? I've built an article scraper, and am thinking of adding more article directories to it -- what other scrapers would you want access to?
What kind of scraper should I build? I've built an article scraper, and am thinking of adding more article directories to it -- what other scrapers would you want access to?
it would be web-based, so PHP.
What kind of scraper should I build? I've built an article scraper, and am thinking of adding more article directories to it -- what other scrapers would you want access to?
You can also build Alexa Rank scraper and Proxy scrapper. Which library you are using in PHP? SimpleHTMLDom? cURL?
Do you have a picture scraper?
Make something like IAW - instant article wizard. Is it possible to scrape article out of any site without scraping a bunch of no-sense html tags, not just from an article directory(where the structure of the site is known in advance).
Maybe with something like outertext + using just few paragraphs from the code directly bellow H1 tag?