Google 搜索结果计数为 10000 个术语
我有一个大约 10000 个名字的列表,我想以自动的方式确定它们的“重要性”。对我来说,一个足够的指标是每个名字在谷歌中的结果数量。
有没有简单的方法可以得到这个号码?我可以看到,通过订阅自定义搜索 API,我只有 100 次搜索的免费配额每天。我需要 100 天才能得到结果!
有一些简单的方法可以做到这一点吗?
谢谢!
注意:我的首选语言是 Java。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来 Bing API 会让您每秒执行 7 次查询,所以只需半小时。
(在此处记录在最后一页标题“您必须执行的操作”下”)
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")