Piloterr

Brave Search

Query Brave Search via API and retrieve structured organic results from an independent web index (title, link, snippet, position).

Credit cost: 1 credit per call

GET
/v2/brave/search

Authorization

ApiKeyAuth
x-api-key<token>

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

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/brave/search"
{
  "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"
}