How to add search engines that are not in the default support of searxng? #4312
-
|
Excuse me, how can I add search engines in China, such as Baidu, Sogou, etc.? help |
Beta Was this translation helpful? Give feedback.
Answered by
Aadniz
Feb 12, 2025
Replies: 1 comment 4 replies
-
|
Assuming you are a hoster, Baidu has had attempts to be added a few times [1] [2] Sogou has not appeared in searxng. Your best bet there is to create your own engine, creating a new python file in If you want to have other engines, take a look and search around the repository for existing progress before writing your own. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
return42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming you are a hoster, Baidu has had attempts to be added a few times [1] [2]
Sogou has not appeared in searxng. Your best bet there is to create your own engine, creating a new python file in
/searx/engines/, and adding it to the/searx/settings.ymlIf you want to have other engines, take a look and search around the repository for existing progress before writing your own.