Google API 可检索任何网站的缓存

发布于 2024-11-29 09:32:27 字数 134 浏览 0 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

撩人痒 2024-12-06 09:32:27

这就是 google.com 的缓存 url 的样子,

http://webcache.googleusercontent.com/search?sclient=psy&hl=en&biw=1440&bih=728&source=hp&q=cache%3A**www.google**.com&pbx=1&oq=cache%3Awww.**google.com**&aq=f&aqi=g5&aql=1&gs_sm=e&gs_upl=3639l7768l0l8083l20l4l0l0l0l0l194l603l0.4l4l0

尝试使用curl 或其他方法从 url 检索数据并用您的域名替换该域名,看看它是否有效。

我尝试用另一个域替换 google,结果成功了。

this is what the cache url looks like for google.com

http://webcache.googleusercontent.com/search?sclient=psy&hl=en&biw=1440&bih=728&source=hp&q=cache%3A**www.google**.com&pbx=1&oq=cache%3Awww.**google.com**&aq=f&aqi=g5&aql=1&gs_sm=e&gs_upl=3639l7768l0l8083l20l4l0l0l0l0l194l603l0.4l4l0

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文