Question

Is it possible to narrow my searches by PUBLISH TIME using the bing api?

For example, getting the same results on bing api vs http://www.bing.com/news/search?q=SOPA&p1=%5bNewsVertical+Interval%3d%227%22%5d&FORM=PTFTNR ?

Was it helpful?

Solution

Everything you can do with the News SourceType is described in the MSDN article.

There is currently no option to filter by publish time, the only workaround I see is to use the SortBy option and filter out the older results on your side, but this can unfortunately show up some less relevant news.

Also note the paragraph explaining that LocationOverride, Category, and SortBy are mutually exclusive. It might pose a problem if you need to use a combination of those.

You can give your feedback and submit a feature request on the Bing API Developer Forum.

HTH.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top