Ask HN: An ideea about a link checker
I've been thinking lately about building an application takes in an url and basically crawls that entire site.
It would be an easy way of finding problems with the a site (like 404, 500 ...etc).
I tried the webmaster tool from google - but I know I have a 404 link on my site , yet it didn't find it. I also tried some other sites that do crawl a website but they had a limit of 2-300 links and then it would stop. You would then have to buy an app that was a bit expensive.
I'm thinking a web app where you can point it at your site and just receive a report when it's done.
Would anyone need something like this ?
15 comments
[ 4.2 ms ] story [ 20.5 ms ] threadI believe a wget -spider should help you find any 404's, but I wanted to have each link validated as well, and itd be nice to have as a simple web service
I was thinking that there could be a plan wher you would have a scan a month to see if any problems appeared in the meantime.
Here's a challenge: Could a service also try to detect common problems with appearance and rendering? Can this be done without some kind of AI akin to OCR? Certain things would be easier to detect, like content text being overlapped by another element.
Maybe just Mechanical Turk it?
http://github.com/relevance/tarantula
It's more of a strict crawler but also runs prototype's Ajax.updater javascript calls — which can help hunt down AJAX-only actions that cause 404s or 500s.
It just emulates a browser session and doesn't actually interact with the server-side code, just your front-end HTML.
The ones that I found , I didn't really like - which is I'm even asking here - If I can't find others doing this , maybe nobody wants something like this.
Edit: actually, no pun intended, even though there is a spelling error in the title.
But it could be a premium service i guess.