search word in google and want to find hits of each word using java program

前端 未结 5 958
走了就别回头了
走了就别回头了 2021-01-27 11:42

I have 30000 dictionary words. In that I want to to search each word in Google and want to find hits of each word using Java program. Is it possible?

5条回答
  •  不知归路
    2021-01-27 12:19

    Look up using Google's SOAP search API. You'll be limited to 1000 queries per day though. This limit is removed if you use their AJAX API.

提交回复
热议问题