bing_news
Retrieve Bing news search results for any query and get normalized JSON output. Configure country, language, page, and count while defaulting to US English and handling challenge pages.
Instructions
Search Bing news results. Returns normalized Bing news search results for a query string. Locale defaults to country=us and lang=en-us. Results are fetched from public Bing news HTML/async pages and return 503 when Bing serves a challenge page or unusable HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query | |
| lang | No | Bing UI language; defaults to en-us | |
| page | No | 1-based page number; defaults to 1 | |
| count | No | Results per page; defaults to 10, clamped to 1..50 | |
| country | No | Two-letter country code; defaults to us |