SearXNG search string that uses random instances?
-
I feel like this exists but I forgot to bookmark it and I'm having a hell of a time finding it if it does exist (largely due to broken SearXNG instances argh!) In my experience each one I save into Fennec via search string only lasts a few months before it breaks intermittently or entirely. I'd rather use a link that picks one at random and is thus more likely to just return results without too much fiddling.
Yes ideally I'd host my own... it's on my miles long to-do list...
-
-
[email protected]replied to [email protected] last edited by
Edit: Found one!!
https://thesearxng.vercel.app/search?q=%25s -
[email protected]replied to [email protected] last edited by
You can also add Farside.link/ before the search URL and it will direct you to a random searxng instance. Also using it on some sites like youtube will redirect you to a privacy respecting front-end alternative.
-
[email protected]replied to [email protected] last edited by
This sounds like a fun problem to solve as a developer. A web application could be written that:
- Takes incoming requests from the UI (presumably SearXNG-like in appearance)
- Hits multiple instances at once
- Proxies the results from the fastest successful instance
If SearXNG offers an API you could even ditch the proxying of results. If you got really fancy you could store stats on which are the fastest/slowest and act on that in the future.