Query Google, Bing and DuckDuckGo in parallel and get one deduplicated, consensus-ranked answer. From $2 per 1,000 queries, with no profiling and no search history tied to you.
Every query fans out to
The same privacy guarantees as LibertAI inference, applied to web search. Geo-distributed workers do the searching, consensus does the ranking, and you keep your queries to yourself.
Every query fans out to Google, Bing and DuckDuckGo in parallel. Results are deduplicated by URL and ranked by cross-engine agreement, so a link all three surface outranks one engine's SEO-gamed top hit.
How ranking worksYour query reaches the engines from rotating workers spread across three continents, with nothing linking it to your identity. No profiling, no ads, no search history attached to a person.
See how privacy worksOne POST returns structured, deduplicated results. A companion fetch endpoint returns the readable text of any page, so your agent can cite sources without touching HTML.
API reference{
"query": "private inference API",
"results": [{
"title": "LibertAI",
"url": "libertai.io/api",
"engines": ["google","bing","ddg"],
"consensus": 0.98
}]
} Four search types behind one endpoint. Switch with a single request parameter and keep the same unified response shape.
From $0.002 per query on the same credits as inference. With x402 micropayments an agent can pay for a single search: no account, no card, no key.
Search workers run as short-lived VMs on Aleph Cloud, health-checked every 30 seconds and rotated every 12 hours for IP diversity and reliability.
Billed on the same credits as the inference API. You choose which engines to query, and only engines that return results are charged.
A full consensus query combines the per-engine prices · page fetches & x402 documented in the dev docs · figures illustrative
# fan out to all three engines, get one ranked list curl https://api.libertai.io/v1/search \ -H "Authorization: Bearer $LIBERTAI_API_KEY" \ -d '{ "query": "private inference API", "engines": ["google", "bing", "ddg"], "type": "web" }'
Grounding for your agents, priced per query, private by design.