This is what I'm doing from within a Java Wave Robot

1) Make URLConnection to Google AJAX Search API
2) Use Json to get the cacheUrl
3) Make URLConnection to the cacheUrl
4) Randomly get reject http ...'your computer or network may be
sending automated queries'... response with a Captcha from Google

Question: Is there an API to get the html from a Google cached url?

Google cached feeds has an API (http://code.google.com/apis/ajaxfeeds/
documentation/) but I'm trying to access Google's cached html of an
arbitrary url; for example, the result of a Google search for
"cache:http://code.google.com/apis/ajaxsearch/";

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to