Bing Api returns 41 results for simple word “Game”

孤街醉人 提交于 2019-12-06 05:17:40

问题


I am trying to implement bing search in my site. I need search result in JSON format.

This is the URL I am using

http://api.search.live.net/json.aspx?AppId=(MYAPPID)&Query=game&Version=2.2&Sources=web&web.Count=50&Web.CountSpecified%20=%20True&web.Offset=1&Web.OffsetSpecified%20=%20true&Web.FileType=html

I am trying to search a simple word game I should get millions of results but I am getting a total of 41 Following is the part of my result..

{"SearchResponse":{"Version":"2.2","Query":{"SearchTerms":"game"},"Web":  
 {"Total":41,"Offset":1,"Results":

I dont know where I am going wrong.. Please help me.. I read some ware that It is not possible to get more than 1000 results. For now even 1000 results is enough for me..

Please help..


回答1:


Finally I got answer I put &market=en-US in the URL and I got more results.. I hope this will help some one..



来源:https://stackoverflow.com/questions/8637051/bing-api-returns-41-results-for-simple-word-game

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!