Menu

Post image 1
Post image 2
1 / 2
0

SearchWala: I Built a Blazing-Fast Meta-Search Engine in Rust That Queries 90+ Engines Simultaneously

DEV Community·Chidari Sandeep·28 days ago
#rP7y5cEM
Reading 0:00
15s threshold

Hey devs! I want to share a project I have been working on called SearchWala (Swift-Search-RS). What is it? SearchWala is an open-source meta-search engine written in Rust that queries 90+ search engines simultaneously including Google, Bing, DuckDuckGo, Brave, Yandex, Baidu, and many more. It aggregates the results, scrapes the actual content, and can synthesize an AI-powered answer using any LLM provider you bring (Groq, OpenAI, Cerebras, etc). Key Features 90+ Search Engines : Google (15 regional variants), Bing, DuckDuckGo, Brave, Yahoo, Qwant, Mojeek, Startpage, Wikipedia, and 60+ more Dual LLM Pipeline : Lite mode (fast BM25-ranked answer) and Research mode (iterative deep analysis across 200+ sources) 5-Tier Content Extraction : Intelligent article extraction that goes beyond simple scraping Built in Rust : Blazing fast with async Tokio runtime, 24 concurrent scrapers BYOK (Bring Your Own Key) : Works with any OpenAI-compatible LLM provider Privacy First : No tracking, no ads, self-hostable Docker…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More