CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   ASP.NET (http://www.codingforums.com/forumdisplay.php?f=40)
-   -   How to use google search results in C# ?? (http://www.codingforums.com/showthread.php?t=285808)

Surya0192 01-15-2013 10:07 AM

How to use google search results in C# ??
 
Hi friends....
Im doing my final year project, in this i want to search the google and get the result page for my own query.
I looked over the internet and i dint find anything useful..
So please help me
Thanks in advance..

Old Pedant 01-15-2013 08:18 PM

In general, it's not possible.

Google is very very protective of its content, and (for example) it will *NOT* let you use server-side code to make a search. You can try it, and *maybe* you will succeed for a while, by "spoofing" google into thinking you are a browser, but eventually Google will find a way to shut you down. (I know; I did this 3 times and each time Google changed their browser detection and my code no longer worked.)

Google doesn't even like to show its results in an <iframe> and will "pop" itself out of the iframe.


All times are GMT +1. The time now is 03:31 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.