I am trying to implement bing search in my site. I need search result in JSON format.
This is the URL I am using
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..
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