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

前端 未结 5 1049
走了就别回头了
走了就别回头了 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:22

    Here is a Sun tutorial on Reading to and Writing from an URLConnection.

    The simplest URL I can see to make a Google search is like:

    http://www.google.com/#q=wombat

提交回复
热议问题