Easy, private AI
Brave offers free, simple, private AI for users of any ability. It's also powering many of the most widely used AI and search experiences on the Web today via the Brave Search API.
Ask Brave
Brave Search is the world’s most complete non-Big Tech search engine, and the only independent search with privacy at its core. Its “Ask Brave” feature synthesizes content from billions of webpages to create AI-powered answers, right in the search results page.
Brave Search gets more than 50 million user queries per day. With millions of those queries triggering an AI answer, Brave Search is by volume one of the most widely used answer engines in the world.
Use cases:
- Synthesize content from multiple webpages in a single, concise answer
- Get summaries about people and places, news and sports, coding, research, and more
Differentiators:
- Private, accurate AI-powered answers, right in the SERP
- Very low latency, no tracking
- Always cites its sources
- Free of Big Tech
- Available on desktop & mobile
Brave Leo AI
Brave Leo is the smart AI assistant built right into the browser. Ask questions, summarize pages, create new content, and more. Privately.
Brave Leo makes every page interactive. You can chat about topics related to the pages you’re reading, videos you’re watching, and more. It can analyze, translate, and even create new content.
Leo doesn’t retain or share chats, or use them for model training. No account or login is required, and you can bring your own models. Also note that Leo—like all of our AI features—is completely optional, so Brave users can easily stick to a non-AI browsing experience.
Use cases:
- Analyze webpages, PDFs, images, Google Docs and Sheets, and more
- Generate new content
- Summarize multiple open webpages and tabs in the same chat
Differentiators:
- Private
- Available right in the browser
- No account or login required
- Available on desktop & mobile
This table examines default configurations on individual, non-enterprise accounts/plans.
| Retains chats on servers | Trains models on user chats | Retains user IP address in chat requests | |
|---|---|---|---|
|
|
No | No | No |
|
|
Yes1 | No | No |
|
|
Yes | Yes | Yes |
|
|
Yes2 | Yes | Yes |
|
|
Yes | Yes | Yes |
|
|
Yes3 | Yes | Yes |
Brave Search API
Power your AI with the world’s largest Web search API. Create search tools, train foundational models, build chatbots, and more.
Brave Search is the world’s most complete non-Big Tech search engine. It has an index of over 30 billion pages, with millions of new pages indexed each day. This real-time, well-structured data is available at affordable CPM.
Features multiple endpoints across Web, AI grounding, image & video, news, suggest, and spellcheck.
Use cases:
- Power agentic search
- Train foundational models
- RAG pipelines
- Apps that use Claude MCP
- Build search-enabled tools like CRMs
Differentiators:
- Index of over 30 billion pages
- Refreshed daily for real-time results
- Transparent, affordable pricing
- Consistent data structuring
- Trusted by some of the biggest names in AI in search
1#!/usr/bin/env python
2
3import requests
4
5print(
6 requests.get(
7 "https://api.search.brave.com/res/v1/web/search",
8 headers={
9 "X-Subscription-Token": "<BRAVE_SEARCH_API_KEY>",
10 },
11 params={
12 "q": "greek restaurants in san francisco",
13 "count": 20,
14 "country": "us",
15 "search_lang": "en",
16 },
17 ).json()
18) 1{
2 "type": "search",
3 "web": {
4 "type": "search",
5 "results": [
6 {
7 "title": "THE 10 BEST Greek Restaurants in San Francisco (Updated 2025)",
8 "url": "https://www.tripadvisor.com/Restaurants-g60713-c23-San_Francisco_California.html",
9 "is_source_local": false,
10 "is_source_both": false,
11 "description": "Best <strong>Greek</strong> <strong>Restaurants</strong> <strong>in</strong> <strong>San</strong> <strong>Francisco</strong>, California: Find Tripadvisor traveller reviews of <strong>San</strong> <strong>Francisco</strong> <strong>Greek</strong> <strong>restaurants</strong> and search by price, location, and more.",
12 "profile": {
13 "name": "Tripadvisor",
14 "url": "https://www.tripadvisor.com/Restaurants-g60713-c23-San_Francisco_California.html",
15 "long_name": "tripadvisor.com",
16 "img": "https://imgs.search.brave.com/OEuNbeVBPVl2AlxDmpKDNcYk4RuERMK4gTlMyVzbpSw/rs:fit:32:32:1:0/g:ce/aHR0cDovL2Zhdmlj/b25zLnNlYXJjaC5i/cmF2ZS5jb20vaWNv/bnMvZjQ1MjliOWZi/NmMxZWRhYmY2MmYy/MmNjMmM0ZWM3MTA4/ZTUxM2E1M2JlMzgx/ODM0N2E2NzY5OTJk/YjQwNmNlNi93d3cu/dHJpcGFkdmlzb3Iu/Y29tLw"
17 }…Brave’s AI news
See the latest products & features related to Brave’s AI offerings.Introducing AI Grounding with Brave Search API, providing enhanced search performance in AI applications
Aug 5, 2025
With AI Grounding, responses are anchored in high-quality, factual information from verifiable Web sources, thus reducing hallucinations and responding more appropriately to nuanced inputs.
Read moreBrave Software announces availability of the Brave Search API in the new AWS Marketplace AI Agents and Tools category
Jul 16, 2025
Brave Search API available in the new AI Agents and Tools category of AWS Marketplace, providing real-time Web data for AI, LLMs, and search applications.
Read moreThe Brave Search API shows exponential growth, emerging as the best search tool to power AI apps
Feb 24, 2026
The Brave Search API has seen exponential growth, emerging as the only independent, commercially available search API at scale—and the best option for powering AI apps.
Read moreBrave launches most powerful search API for AI to date
Feb 12, 2026
Brave launches the LLM Context API, the most powerful search API for AI to date. With Brave's grounding data, cheaper open-weight models beat ChatGPT, Perplexity, and Google AI Mode.
Read moreThe Brave Search API’s integration into Snowflake enables agentic web search for enterprise customers
Feb 3, 2026
Brave Search API is now integrated into Snowflake, enabling agentic web search for enterprise AI tools like Cortex Code and Cortex Agents.
Read moreBrave is the only search API offering true Zero Data Retention, unlocking growth and privacy compliance for AI companies
Jan 26, 2026
The only search API offering true Zero Data Retention. While competitors funnel queries to Google or Bing, the Brave Search API is built with privacy at its core, and powered by an independent index.
Read more
