Back to browse
Seltz – The fastest, high quality, search API for AI agents

Seltz – The fastest, high quality, search API for AI agents

by amallia·Apr 20, 2026·5 points·1 comment

AI Analysis

●●SolidBig BrainSolve My Problem

Independent search index in Rust when Tavily and Serper wrap Google.

Strengths
  • Custom Rust crawler and index avoids Google/Bing wrapper limitations
  • Sub-200ms latency targets AI agent critical path requirements
  • Team has prior web search infrastructure experience at scale
Weaknesses
  • Coverage limited to US news at launch, verticals still expanding
  • New index means less comprehensive coverage than established search providers
Category
Target Audience

AI agent developers, LLM application builders

Similar To

Tavily · Serper · Jina AI

Post Description

Hi HN, Antonio here. Founder of Seltz.

Seltz is a web search API built for AI agents. We wrote the crawler, the index, and the retrieval models ourselves, in Rust, by a team that's spent years building web search at scale. In our tests, queries come back in under 200ms.

Efficiency was the first design principle. Search sits on the critical path: agents can't generate their first tokens or kick off the next tool call until results come back. When you run tens or hundreds of queries in parallel, every millisecond of tail latency compounds.

Most search APIs for agents are wrappers around Google or Bing. If your agent already has a Google tool, a second call to a Google-wrapped API returns the same ten documents. We run our own independent index, so you get different results and different rankings.

Coverage starts with US news. More verticals are coming.

There's a free tier with $100 in credits at the link. I'd love feedback from anyone building agents: how does it compare to what you're using, and where does it fall over?

Similar Projects