From the category archives:

microsoft

Python Wrapper on Bing API

by lakshman on June 10, 2009

The newly launched search engine Bing has a simple restful API. We have created a thin Python wrapper over this API, which allows to query the Bing servers in a very pythonic way.

Installing this is as easy as easy_install bingapi.

[Or get it here or here ]

Using

from bingapi import bingapi bing = bingapi.Bing(<appid>) bing.do_web_search(‘Usware Technologies’)

The README from the [...]

{ 16 comments }