Google search result count for 10000 terms

霸气de小男生 提交于 2019-12-25 08:28:56

问题


I have a list of about 10000 names, and I want to determine in an automatic way their "importance". A sufficient metric for me would be the number of results of each name in Google.

Is there an easy way to get that number? I can see that by subscribing to the Custom Search API I only have a free quota of 100 searches per day. It will take me 100 days to get my results!

Is there some easy way to do this?

Thanks!

Note: My language of preference is Java.


回答1:


It looks like the Bing API will let you do 7 queries/sec, so just half an hour.

(Documented here on the last page under the heading "What you must do")



来源:https://stackoverflow.com/questions/7959623/google-search-result-count-for-10000-terms

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