scraper

seoreports

Junior Member
Joined
Aug 26, 2012
Messages
151
Reaction score
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?

In which language you are making this scraper?


You can made Emails scraper, Yelp scraper, Google SERPs scraper and many more..
 
Make a bot that scrapes a bunch of tumblr blogs, checks the pr, takes all the ones 2 or higher and scrapes the post and then individually likes them so you get a shit load of good back links.
 
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?

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?
 
You can also build Alexa Rank scraper and Proxy scrapper. Which library you are using in PHP? SimpleHTMLDom? cURL?

DOMDocument + curl

Do you have a picture scraper?

I have not had a need for a picture scraper, Scrapebox has a built in image scraper for Google images.

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?

I might do this, I've already written a web-based article scraper that scrapes 3 of the most popular article directories.
 
Could you make a scraper that scrapes the HMA online proxy list?
 
Back
Top