Autom

Brave Search

GET
/v1/brave/search

Search Brave Search via API and retrieve structured organic results with pagination.

Credit cost: 1 credit per call

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

The search query you want to run on Brave Search.

page?number

Page number for pagination.

Default"1"

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/brave/search?query=string"
{  "organic_results": [    {      "link": "https://www.crunchbase.com/organization/growhack",      "title": "GrowHack - Crunchbase Company Profile & Funding",      "domain": "www.crunchbase.com",      "snippet": "GrowHack is the leading lean marketing resource for startups.",      "position": 4    }  ],  "search_parameters": {    "q": "growth hacking",    "page": 0,    "engine": "brave"  }}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}