How to download Google search results? [closed]

Deadly 提交于 2019-12-24 13:23:56

问题


Apologies if this is too ignorant a question or has been asked before. A cursory look did not find anything matching this exactly. The question is: how can I download all Word documents that Google has indexed? It would be a daunting task indeed to do it by hand... Thanks for all pointers.


回答1:


I'm afraid, there is no legal way to do it. Formerly Google supplied a SOAP API to their websearch but it's deprecated and to be closed this summer. It had a limitation of 1000 queries a day.

Currently Google provides an Ajax Search API but it brings no solution for you as the largest result set contains 8 results.

And finally, there is the standard webform at google.com which is prohibited to query programmatically. (And there is also a limitation that Google only returns the first thousand results, you cannot see more.)

If you want to build a service on this, you can contact Google and make a partnership with them.



来源:https://stackoverflow.com/questions/903747/how-to-download-google-search-results

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!