I am trying to search within Google Cache, so I need to fire this query:
http://webcache.googleusercontent.com/search?q=cache:news.ycombinator.com/news+hacker+news
And get some content like timestamp from the page. But when I do this using curl (ruby), it gives a permission denied error, i.e. scraping is blocked and that was expected.
So, is there any way to search google cache (either an API or some kind of workaround scraping) and extract some information like timestamp?