FeaturedFreemium
Brave Search API
Brave Search API delivers independent, privacy-focused search results without relying on Google or Bing indexes. It provides structured SERP data, including web results, news, and images in JSON format. Developers use it to power search engines, build SEO tools, create knowledge apps, and integrate unbiased, ad-free search experiences into their products with user privacy in mind.
1
Endpoints
0
Views
Aug 29, 2025
Last Checked
2,000 queries/month
Rate Limit
API Endpoints
Perform web search using Brave Search
Full URL
https://api.search.brave.com/res/v1/res/v1/web/search
Code Examples
curl -X GET 'https://api.search.brave.com/res/v1/res/v1/web/search' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "q": "restful APIs", "count": 10 }
Example Response
{
"web": {
"results": [
{
"url": "https://example.com",
"title": "RESTful API Design"
}
]
}
}
Version
v1
Rate Limit
2,000 queries/month (free tier)
Tags
ai-trainingsearch-engineweb-search
Related APIs
Discover similar APIs that might interest you