PDA

View Full Version : Bing search engine’s API.


BOBKUSPE
01-21-2011, 01:07 AM
Hi,

Someones knows a script written in ASP Classic for developers to programmatically submit queries to, and retrieve results from, the Bing Engine?

Best regards

Bob Kuspe

Old Pedant
01-21-2011, 06:37 PM
What format do you need the results in???

Do you need an XML feed or similar?

Or are you willing to "screen scrape" a normal Bing result page?

And have you read this, at least?
http://www.bing.com/developers/s/API%20Basics.pdf

Have you got your AppID??

BOBKUSPE
01-22-2011, 01:59 PM
Hi,

Yes, I have an AppID.

Regarding the format of the results I would prefer a "screen scrape". I am unfamiliar with XML feed,

Best regards

Bob

Old Pedant
01-29-2011, 09:42 PM
I think the XML feed would be easier, in the long run.

But I don't have time to test what the Bing format for XML is. If you could get a small sample, it would make things easier.