I want to use SearxNG as my daily driver, and I added three instances to my browser’s search engines list. However, I find that all three are down whenever I try to use it, and I inevitably have to look at the list of instances and click the top one just to perform one search. Is there a way to “auto-route” my search through the most reliable instance or something?
Problem is that this kind of alternative web interfaces for Google are just going web scraping of the regular www.google.com page. They are not using the Google Search API (which is paid and requires an API key). However, Google says scraping of their search results is not allowed. And they are actually preventing it by blocking IPs doing too many search request in certain amount of time. That is the main reason a lot of Searx or SearxNG instances stop working after a certain time.
Searx.space has a whole bunch of instances. 92 online right now.
i feel this too, i tried using searx for a while and found it really nice but frequently down or broken :/ i’ll try some of the instances suggested here.
I use search.sapti.me as my instance and I’ve never had an issue with it
My solution to this was to run my own private instance. It’s very easy with docker-compose.
Doesn’t this defeat the privacy of searx because it’s coming from a single IP and a single user?