From b93a68bb484fe170cb95a02f75e0003b8a67ad19 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 16 Jan 2026 08:39:16 +0100 Subject: [PATCH] [feat] engines: add fynd engine (#5616) The engine is quite fast (< 30ms) and provides very decent search results for most short queries. More information: - - --- searx/settings.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/searx/settings.yml b/searx/settings.yml index 348268b4e..ff9ab34b2 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -942,6 +942,26 @@ engines: shortcut: frk disabled: true + - name: fynd + engine: xpath + search_url: https://fynd.bot/?search={query}&offset={pageno} + results_xpath: //div[contains(@class, "result-item")] + url_xpath: .//a/@href + title_xpath: .//div[contains(@class, "title-line")] + content_xpath: .//div[contains(@class, "description")] + thumbnail_xpath: .//img[contains(@class, "preview-img")]/@src + paging: true + first_page_num: 0 + page_size: 10 + categories: general + disabled: true + shortcut: fynd + about: + website: https://fynd.bot + use_official_api: false + require_api_key: false + results: HTML + - name: fyyd engine: fyyd shortcut: fy