mirror of
https://github.com/searxng/searxng.git
synced 2024-11-13 21:51:08 +00:00
5720844fcd
We have built up detailed documentation of the *settings* and the *engines* over the past few years. However, this documentation was still spread over various chapters and was difficult to navigate in its entirety. This patch rearranges the Settings & Engines documentation for better readability. To review new ordered docs:: make docs.clean docs.live Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
1.4 KiB
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