FETCH402
← Protocol index

Resource / 12924

unknown

Brave Search API.

Search recent news results from Brave Search.

Eligibility
probeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 1 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 50000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0xA039E3dEb5ca71E41905f90491FC5d016CE23B79

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "method": "GET",
  "queryParams": {
    "count": {
      "required": false,
      "type": "integer"
    },
    "country": {
      "required": false,
      "type": "string"
    },
    "freshness": {
      "required": false,
      "type": "string"
    },
    "q": {
      "required": true,
      "type": "string"
    },
    "search_lang": {
      "required": false,
      "type": "string"
    }
  },
  "type": "http"
}
OutputJSON
{
  "example": {
    "query": {
      "original": "OpenAI"
    },
    "results": [
      {
        "title": "Example News",
        "url": "https://example.com/news"
      }
    ],
    "type": "news"
  },
  "type": "json"
}