-3

Is it possible to get all news for a specific request from 2014 to 2016? This is because when I do my request, i only get the 10 last results. Is there a way to select the period you want the news for?

This would be amazing.

1 Answers1

0

Taken from the Bing News Search API v7 Reference:

Freshness
Filter news articles by the following age values:

  • Day—Return news articles that Bing discovered within the last 24 hours
  • Week—Return news articles that Bing discovered within the last 7 days
  • Month—Return news articles that Bing discovered within the last 30 days

This is the only filter on something that resembles date. In short: no, the API does not support filtering on a specific period.

Looking at the Cognitive Services News Search API - v7 there's no filtering on date whatsoever.

The API you're calling is a relevant news service, not a news archive.

rickvdbosch
  • 14,105
  • 2
  • 40
  • 53