Thank you for reaching out to the Microsoft Q&A.
Based on the response you received, it seems that the query you are using is not returning any news articles. The response you received shows that the API returned an empty array for the "value" field. This could be due to few reasons.
To troubleshoot further, you can try modifying your query to be more specific or adding additional filters to your query. You can also try using a different query to see if the API returns any news articles.
Quota Limits: Make sure that you have not exceeded your quota limits. Bing Search API has usage limits and if you exceed them, you may receive a 404 error.
Network Issues: Check if there are any network issues that may be preventing you from accessing the Bing Search API. Try to access the API from a different network or location to see if the issue persists.
If you continue to have issues, you can check your API key and subscription to ensure they are correct and active.
Below is the repro I tried from my end, using the same link provided in the question and it works as expected. See below:
CURL :
For debugging purpose, I suggest, you try using the Bing Web Search API from Azure Portal UI. The Bing Web Search API can provide search results from billions of web documents, including news articles, images, videos, and more. The API can be called with a single API call and can be customized to refine the search results. With this, you get to know if subscription key was causing an issue or not.
Please see below
I hope you understand. Thank you.
Please kindly accept the answer and vote Yes
if you feel helpful to support the community, Thanks a lot.