Google API 可检索任何网站的缓存
Google 是否有任何 API 允许我检索给定 URL 的缓存。
我找到了这个缓存请求(http://code.google.com/apis/soapsearch/reference.html),但不再可用。
谢谢..
Is there any API from Google that allows me to retrieve their cache for the given URL.
I found this Cache Requests (http://code.google.com/apis/soapsearch/reference.html) but no longer available.
Thanks..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是 google.com 的缓存 url 的样子,
尝试使用curl 或其他方法从 url 检索数据并用您的域名替换该域名,看看它是否有效。
我尝试用另一个域替换 google,结果成功了。
this is what the cache url looks like for google.com
try using curl or another method to retrive data from an url and replace the domain by ur domain and see if it works.
I tried to replace google by another domain and it worked.