2023-08-06 19:35:56 +02:00
|
|
|
=============
|
|
|
|
|
Brave Engines
|
|
|
|
|
=============
|
|
|
|
|
|
|
|
|
|
.. contents:: Contents
|
|
|
|
|
:depth: 2
|
|
|
|
|
:local:
|
|
|
|
|
:backlinks: entry
|
|
|
|
|
|
2026-02-16 09:21:22 +01:00
|
|
|
Brave offers two different engines for SearXNG:
|
|
|
|
|
|
|
|
|
|
1. The standard engine (``brave``) uses the web interface.
|
|
|
|
|
2. The API engine (``braveapi``) uses the official REST API.
|
|
|
|
|
|
|
|
|
|
.. _brave engine:
|
|
|
|
|
|
|
|
|
|
Brave Standard Engine
|
|
|
|
|
---------------------
|
|
|
|
|
|
2023-08-06 19:35:56 +02:00
|
|
|
.. automodule:: searx.engines.brave
|
2026-02-16 09:21:22 +01:00
|
|
|
:members:
|
|
|
|
|
|
|
|
|
|
.. _braveapi engine:
|
|
|
|
|
|
|
|
|
|
Brave API Engine
|
|
|
|
|
----------------
|
|
|
|
|
|
|
|
|
|
.. automodule:: searx.engines.braveapi
|
|
|
|
|
:members:
|
|
|
|
|
|
|
|
|
|
The API engine requires an API key from Brave. This can be obtained from the
|
|
|
|
|
`API Dashboard <https://api-dashboard.search.brave.com/>`_.
|