Click here to Skip to main content
15,868,104 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi every one ,i'm new here and this is my firt question...
Is there anyone who knows an api a web service an aplication or some surce code that trough a simple word fuonds all relate and existing internet urls ?
Thanks in advance and excuse my english.
Posted
Comments
ridoy 23-Jul-13 6:34am    
Welcome to CodeProject.
Nakx95 23-Jul-13 11:30am    
Thanks

1 solution

Quote:
Is there anyone who knows an api a web service an aplication or some surce code that trough a simple word fuonds all relate and existing internet urls ?

Yes: Google!

And to perform a Google search in C#, you can use Google Search .NET - API for Google Services in C# .NET:
http://googledotnet.codeplex.com/[^]

[EDIT]

Instead of the library which I provided above, you can also try to use the code from this page:
http://answers.oreilly.com/topic/2165-how-to-search-google-and-bing-in-c/[^]
 
Share this answer
 
v2
Comments
Nakx95 23-Jul-13 11:29am    
Dosen't work ,tried many times but still nothing VS says that the api dlls are not compatible whit my net freamwork and then i read on a website that GAPI is using the old Google Search API which has been officially deprecated as of November 1, 2010. Do i have to downgrade to net freamwork 3.5 ?
Nakx95 24-Jul-13 7:10am    
Ok thanks for help.
Thomas Daniels 23-Jul-13 11:36am    
I updated my answer. If the solution on the new link also doesn't work, then you should try to use the first library and change the Target Framework to .NET Framework 3.5 (open your project, go to Properties -> Application and choose ".NET Framework 3.5")
Thomas Daniels 24-Jul-13 8:47am    
You're welcome!
Nakx95 24-Jul-13 10:13am    
Thanks i've tried the second method and works great !

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