searxng/docs/dev/engines/online/google.rst
Markus Heiser 0600cfa34c [furo] remove .. contents:: directives
The directive creates a table of contents for the page.  However, Furo includes
a table of contents already in the sidebar.  It is, thus, recommended to
removing the `.. contents::` directive.

[1] https://github.com/pradyunsg/furo/issues/88#issuecomment-803297274

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-04-19 13:24:20 +02:00

1.4 KiB

Google Engines

Google API

SearXNG's implementation of the Google API is mainly done in :pyget_google_info <searx.engines.google.get_google_info>.

For detailed description of the REST-full API see: Query Parameter Definitions. The linked API documentation can sometimes be helpful during reverse engineering. However, we cannot use it in the freely accessible WEB services; not all parameters can be applied and some engines are more special than other (e.g. google news engine).

Google WEB

searx.engines.google

Google Autocomplete

searx.autocomplete.google_complete

Google Images

searx.engines.google_images

Google Videos

searx.engines.google_videos

Google News

searx.engines.google_news

Google Scholar

searx.engines.google_scholar