Autom

Brave Search

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

Credit cost: 1 credit per request

POST
/v1/brave/search

Authorization

ApiKeyAuth
x-api-key<token>

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

In: header

Request Body

application/json

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 POST "https://api.autom.dev/v1/brave/search" \  -H "Content-Type: application/json" \  -d '{    "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"
}