Web Search
/api/brave/search
Scrape Brave Search HTML into structured JSON
Query Brave Search and get structured JSON from a proxy-backed HTML scrape of search.brave.com. Brave maintains its own independent index. This is not a Google Search alias and not the official Brave Search API.
Try it now
Use the first endpoint in this API family with a Scrappa API key. Every account includes 500 free monthly credits, so you can validate the response shape before buying credits.
curl -X GET "https://scrappa.co/api/brave/search?query=privacy+tools" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"search_information": {
"query_displayed": "privacy tools"
},
"organic_results": [
{
"position": 1,
"title": "Privacy Tools",
"link": "https://example.com/privacy-tools",
"snippet": "A list of privacy tools and private search engines.",
"source": "example.com"
}
],
"related_searches": [
{
"query": "private search engines"
}
],
"results_count": 1,
"engine_used": "brave",
"source": "brave"
}
Structured data for real applications. Here are some ideas.
Collect Brave rankings alongside Google, Bing, and Startpage. Brave uses its own index, so the result set is a real alternative instead of a Google proxy.
Use Brave results in research tools, citation discovery, and products that want an independent search engine without running a Brave scraper.
Track organic rankings, related searches, and related questions from Brave Search for SEO, market research, and competitive analysis.
Add Brave as another search source in pipelines that already use Google Search or Startpage from the same Scrappa API key.
Everything you need in one API.
/api/brave/search
Scrape Brave Search HTML into structured JSON
See how Scrappa compares to the official API.
| Feature | Scrappa | Brave Search API (official) |
|---|---|---|
| HTML scrape of Brave Search | Official JSON API | |
| Independent Brave index | ||
| Google result substitution | ||
| Proxy-backed scraping | N/A | |
| Structured data | JSON | JSON |
| Free tier | 500 credits/month | Paid plans |
| Unified with other APIs | Yes (same key) | N/A |
No. GET /api/brave/search scrapes search.brave.com HTML through an approved proxy layer. It does not call Google Search and it does not use the official Brave Search API.
The response includes ranked organic_results with position, title, link, snippet, and source, plus related_searches, related_questions, results_count, and a top-level source of brave.
The official Brave API is a paid JSON product from Brave. Scrappa scrapes the public Brave Search HTML with the same proxy-backed approach used for Bing and Startpage, then returns structured JSON.
Yes. Every Scrappa account includes 500 free credits per month with no credit card required. Test Brave Search alongside Google, Bing, and Startpage with the same key.
Scrappa charges $0.20 per 1,000 requests with no daily caps. Failed upstream requests are not billed. Pricing is the same as other Scrappa search endpoints.