What this offer provides
Brave Search applies $5 of free credits every month to its Search API and publishes a 50 QPS capacity.
Quick facts
Free mechanism$5 free credits / month
ValidityMonthly credits; Search $5 / 1,000
AccessGlobal · API key
Last verified2026-09-07
How to use it
调用 Brave Search API 获取实时搜索结果
Prerequisites
- Brave Search API 账号
- 创建 BRAVE_API_KEY
Steps
- 打开官方 API 页面并创建 API Key
- 设置 BRAVE_API_KEY 环境变量
- 发送 Web Search 请求并监控月度 credits
curl
curl --request GET 'https://api.search.brave.com/res/v1/web/search?q=latest%20AI%20news' --header 'Accept: application/json' --header 'X-Subscription-Token: ${BRAVE_API_KEY}'
Official sources
Official API page lists $5 free monthly credits, $5/1,000 requests and 50 queries per second.