Hacker News new | ask | show | jobs
by karolisd 4906 days ago
What would be the best approach to automate this so I could put in a URL and it detects as much as it can about the website?
1 comments

I was thinking about this a couple of days ago. The way I would do it is to submit it individually to each of the checks (e.g. W3C validator) and scrape the results. There may be APIs available for some, I've not looked into that.