vote up 1 vote down star

I am looking for a good open source bot to determine some quality, often required for google indexing.

For example

  • find duplicate titles
  • invalid links ( jspider do this, and I think a lot more will do this)
  • exactly the same page, but different urls
  • etc, where etc equals google quality reqs.
flag
This question is really pretty non-specific. What is the spider supposed to do upon finding duplicate titles? Or invalid links? Or the exact same page? And "etc, where etc equals google quality reqs." says nothing about what your requirements are. Can you spell out what your actual requirements are? What are you trying to accomplish with this spider? – Brian Campbell Nov 1 at 19:29
Also, are you looking to check lots of sites, or just one that you yourself maintain? – Pekka Nov 1 at 19:54
yes I know that, thats why I think that a framework like scrapy fits beeter. Its for webpages I maintain...but they are many! – llazzaro Nov 1 at 22:02

2 Answers

vote up 1 vote down check

Your requirements are very specific so it's very unlikely there is an open source product that does exactly what you want.

There are, however, many open source frameworks for building web crawlers. Which one you use depends on your language preference.

For example:

Generally, these frameworks will provide classes for crawling and scraping pages of a site based upon the rules you give, but then it's up to you to extract the data you need by hooking in your own code.

link|flag
I tought about some hand me bot, I made some with scrapy ...I think this is the best answer for the moment! Do you know any already made bot for something like this? – llazzaro Nov 1 at 22:03
vote up 0 vote down

Google Webmaster Tools is a web-based service (rather than an on-demand bot), and it doesn't do everything you've asked for - but it does do some of it and a lot of things you haven't asked for, and - being from Google - it no doubt matches your odd "etc, where etc equals google quality reqs." better than anywhere else will.

link|flag
yes I know, and my question is inspired upon webmaster tools...but I want to avoid that. my web page its has a lot of pages and all of them are dynamic so its dificult to find duplicates titles and I want to do it beafor google finds out! – llazzaro Nov 1 at 22:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.