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 ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.