Bing API を使い始めてみる
2010-03-18-2
[WebAPI]
Bing Developer Center (http://www.bing.com/developers/)の右カラムの「Create an AppID」経由で、Windows Live ID を登録してから AppID を作成する。
で、「渋谷」のウェブ検索結果の100件目から5件を取得する例:
http://msdn.microsoft.com/en-us/library/dd440742.aspx
- More sample requests
http://msdn.microsoft.com/en-us/library/dd440750.aspx
http://msdn.microsoft.com/en-us/library/dd250886.aspx
http://msdn.microsoft.com/en-us/library/dd440746.aspx
で、「渋谷」のウェブ検索結果の100件目から5件を取得する例:
なお、パラメータ web.count の範囲は 1-50、web.offset の範囲は 0-1000。アクセスは1秒間に7回未満という制限あり。http://api.search.live.net/xml.aspx?Appid=<AppID>&\ query=%E6%B8%8B%E8%B0%B7&sources=web&web.count=5&web.offset=100
参考
- Introducing Bing APIhttp://msdn.microsoft.com/en-us/library/dd440742.aspx
- More sample requests
http://msdn.microsoft.com/en-us/library/dd440750.aspx
- WebRequest Class (Bing, Version 2.0)http://api.search.live.net/xml.aspx?Appid=<AppID>&query=sushi&sources=web http://api.search.live.net/xml.aspx?Appid=<AppID>&query=sushi&sources=image http://api.search.live.net/xml.aspx?Appid=<AppID>&query=sushi&sources=news ...
http://msdn.microsoft.com/en-us/library/dd250886.aspx
WebRequest.Count Proterty- Appendix: Terms of Use Overview
WebRequest.Offset Proterty
http://msdn.microsoft.com/en-us/library/dd440746.aspx
Restrict your usage to less than 7 queries per second (QPS) per IP address.
この記事に言及しているこのブログ内の記事