Brave Search API

Independent Search Results From search.brave.com

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.

500 free credits
No card needed
From $0.20 / 1k
Pay as you go
Structured JSON
Ready for apps
API key access
Test in minutes
1
Endpoint
Independent
Search index
$0.20
Per 1k requests

Try it now

Make one request. Inspect structured JSON.

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.

Request preview
Request
curl -X GET "https://scrappa.co/api/brave/search?query=privacy+tools" \
  -H "Accept: application/json" \
  -H "X-API-KEY: YOUR_API_KEY"
JSON response
{
  "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"
}

What you can build

Structured data for real applications. Here are some ideas.

Independent Search Coverage

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.

Privacy-First Search Products

Use Brave results in research tools, citation discovery, and products that want an independent search engine without running a Brave scraper.

SERP Monitoring

Track organic rankings, related searches, and related questions from Brave Search for SEO, market research, and competitive analysis.

Search Engine Diversification

Add Brave as another search source in pipelines that already use Google Search or Startpage from the same Scrappa API key.

Scrappa vs Brave Search API (official)

See how Scrappa compares to the official API.

HTML scrape of Brave Search
Scrappa:
Brave Search API (official): Official JSON API
Independent Brave index
Scrappa:
Brave Search API (official):
Google result substitution
Scrappa:
Brave Search API (official):
Proxy-backed scraping
Scrappa:
Brave Search API (official): N/A
Structured data
Scrappa: JSON
Brave Search API (official): JSON
Free tier
Scrappa: 500 credits/month
Brave Search API (official): Paid plans
Unified with other APIs
Scrappa: Yes (same key)
Brave Search API (official): N/A

Key features

Independent Brave Search index, not a Google substitute
Proxy-backed HTML scrape of search.brave.com
Organic results, related searches, and related questions
Language and page controls
Structured JSON response format
Same API key as all other Scrappa endpoints

Frequently asked questions

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.

Start using the Brave Search API

Sign up and get 500 free credits. No credit card required.