For developers, the Brave Search API is best known for its independence from Big Tech, for being one of the few openly available search APIs that serve results entirely from a first-party index, no scraping required. It’s also the leading option for grounding an AI model with live results. Less well known is that the same API is also a capable news API, offering an easy, programmatic way to pull current, structured news from across the Web through a single REST endpoint. If you’re building a news aggregator, a media-monitoring tool, or an AI assistant that needs to stay current, Brave’s news API can help.
This article walks through how the Brave Search API works as a news API: what the dedicated news endpoint does, what it returns, the use cases it fits, and how to make your first API call.
What is a news API?
A news API is a service that lets developers query and retrieve news articles as structured JSON over a REST endpoint. It helps filter live, global news by keyword, date, source, language, and country, instead of scraping news sites with brittle, custom code.
The Brave Search API includes a dedicated news API








