From 2e10a2f6148d3b7e59445b031593a829333b3ec3 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sat, 13 Jun 2026 19:09:58 +0200 Subject: [PATCH] [feat] engines: add rawweb engine (foss, hand-indexed blogs) (#6234) RawWeb is a search engine for personal websites / blog posts. It has its own index and the personal websites were selected by hand. Results are quite good for what it is imo. [^1] [^1]: https://github.com/0x2E/RawWeb.org --- searx/settings.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/searx/settings.yml b/searx/settings.yml index 025545b77..7fb58a245 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1979,6 +1979,27 @@ engines: engine: radio_browser shortcut: rb + - name: rawweb + engine: json_engine + shortcut: rw + categories: general + paging: true + search_url: 'https://api.rawweb.org/api/search?keyword={query}&page={pageno}&lang=*' + results_query: data + url_query: link + title_query: title + content_query: content + title_html_to_text: true + content_html_to_text: true + disabled: true + inactive: true + about: + website: https://rawweb.org + official_api_documentation: + use_official_api: false + require_api_key: false + results: JSON + - name: reddit engine: reddit shortcut: re