If you are on Arch, then I recommend to self host SearxNG meta search engine. There is an AUR package that builds from source and makes it easy to install and update. So if you are on Archlinux and value privacy a lot, then there is no excuse to not use this: https://aur.archlinux.org/packages/searxng-git and https://docs.searxng.org/
# Archlinux, AUR
# Build and install from source:
yay searxng-git
# Configure the search engine (shouldn't need to):
sudoedit /etc/searxng/settings.yml
# Start server when needed:
systemctl start searxng.service
# Or automatically start the server whenever you login:
systemctl enable searxng.service
