Click here to Skip to main content
15,998,003 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted

You have to find out if those sites offer an API that lets you search them.
I think all of them have a policy against automated querying without explicit permission.

Cheers
 
Share this answer
 
Each of them has it's own query format - try looking at the parameters to the search url.

List of search apis for google[^]

You'll probably find that other search engines have their own apis.

Estys also have a point, you'll have to check that ...

Regards
Espen Harlinn
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900