linq - How to use Google Search in VB.NET Application? -


i wanted develop vb.net application uses google search , search results such urls etc.

my initial plan use google's atom custom search api , use linq parse data need get. found out using custom search api, searches site/s defined when creating custom search engine.

in order achieve goal application, need search results when searching in google search , not specific site. need results in format can parse such result using google's atom custom search api.

here questions:

1) can use google custom search search results such google search shows? or or custom site?

2) there way request google search , retrieve results in format can work with?

if point me right track appreciated. suggestions welcome.

thank in advance.

you may find helpful code , further information @ http://code.google.com/intl/de-de/apis/customsearch/v1/overview.html

the custom search api made javascript, convert code vb.net


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -