From: Anurag on
Hi Folks,

I want to do some automation with bing search. I am using simple
webrequest with C#.

When I send request to Bing then it return empty page (no body
content). Does any one know how to automate searches with bing.

Thanks in Advance,
Anurag
From: Matt on
On Mar 10, 3:40 am, Anurag <anurag321...(a)gmail.com> wrote:
> Hi Folks,
>
> I want to do some automation with bing search. I am using simple
> webrequest with C#.
>
> When I send request to Bing then it return empty page (no body
> content). Does any one know how to automate searches with bing.
>
> Thanks in Advance,
> Anurag

The easiest way is to use the Bing API.

http://msdn.microsoft.com/en-us/library/dd251056.aspx

Disclosure: I work for Microsoft.

Matt