Questions tagged [bing-news-search-api]

19 questions
0
votes
1 answer

Bing API v7 minimum latency server location

Hello I recently tried Bing API v7 from India and it takes around 1.5 seconds at avg , then I tried from Singapore and London and the avg was 1.1 seconds , can you suggest me optimization tips , I am using curl php 7 , and also the best location for…
user9092050
0
votes
1 answer

Does Bing News Search API v7 support advanced operators?

Based on Bing News API v7 documentation they support advanced operators. For example searching for: "Dan Bilzerian" AND (women OR money OR "something wrong") returns lots of results in Google News but nothing in Bing News. Whereas "Dan…
suvari3V
  • 122
  • 1
  • 1
  • 5
0
votes
1 answer

I am using the bing news search api to accumulate news on given keywords, however, I am timing out quite frequently

This is the code in question : @app.route('/getAcadNews') def getAadNews(): headers = { 'accept': "application/json", 'cache-control': "no-cache", 'Ocp-Apim-Subscription-Key': "" } news_items =…
0
votes
1 answer

400 error with bing news search api

I'm having a couple of problems with the bing news search api, the strangest one is searching by category, according to the documentation, the category must be a string, I found multiple resources for which values it accepts so i decided to go with…
amrnablus
  • 237
  • 1
  • 3
  • 12
1
2