About SLSearch
SLSearch is a small, experimental metasearch engine that returns results from other search engines.
It also includes fast instant answers for common questions like time, weather and definitions.
How it works
Instead of maintaining its own web index, SLSearch works by randomly selecting a search provider for each query and presenting their results in a clean, minimal interface.
How a typical search works:
When you enter a query, SLSearch randomly chooses a search engine.
The chosen provider's results are fetched.
SLSearch formats those results into a unified style.
Some queries trigger instant answers, providing information without needing to open external links.
This approach keeps SLSearch lightweight and avoids complex ranking or merging logic used by traditional metasearch engines.
Privacy & Security
SLSearch is not a privacy-focused search engine.
However, it does not track your search history or build any kind of profile about you.
To protect the service from automated bots, SLSearch uses:
A security token to verify real sessions
A security cookie that combines non-personal request details to identify automated traffic
Basic bot detection checks during search requests
Simple rate limiting to prevent spam
These security mechanisms exist only to stop bots and abuse.
SLSearch does not use this technical data for advertising, personalization, or any other purpose.
No accounts are stored, and no personal information is collected.
Stability & Limitations
SLSearch has the following limitations:
No own web index (relies on external APIs)
Occasionally slow if the selected API provider is slow
Instant answers depend on third-party APIs and may fail
Search results depend entirely on the selected provider
No consistent SafeSearch yet
Roadmap & Future Plans
More instant answer types (sport scores, stocks quotes, lottery numbers, etc...)
Reverse image search
Optional SafeSearch setting
Optional search location & time period filters
Experimental indexing (unlikely but possible in small scale)
Credits
SLSearch makes use of:
Various search APIs
Open-source libraries (httpx, cloudscraper, BeautifulSoup4, etc...)
Third-party weather & time APIs
Even though SLSearch itself is not open-source, it utilizes many open libraries and APIs.