Hello
I want to develop a program in which I query a string to any search websites like Yahoo,Bing etc.. and get search results(only the websites) to display in a list box.So is there any way to get the search results ?

Thanks
From Satish

Recommended Answers

All 3 Replies

HttpURLConnection and an HTMLParser ?

Hi masijade
Thanks for reply.But what I want is if I search a word in any search website(yahoo,google..) then it display some url address as search results.I actually want that URL address to display when I pass a word as a query to any search websites.

So parse those "results" to retreive those urls and Desktop.browse() to "open" them in browsers.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.