[feat] engines: add artstation engine (#5728)

- use proper Brave API with api_key for search

Co-authored-by: Bnyro <bnyro@tutanota.com>
This commit is contained in:
Carsten Csiky
2026-02-16 09:21:22 +01:00
committed by Markus Heiser
parent da9c0815ac
commit 8e824017dc
3 changed files with 154 additions and 3 deletions
+22 -3
View File
@@ -1,5 +1,3 @@
.. _brave engine:
=============
Brave Engines
=============
@@ -9,5 +7,26 @@ Brave Engines
:local:
:backlinks: entry
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
---------------------
.. automodule:: searx.engines.brave
:members:
: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/>`_.