Otto AI Neural Web Search is a paid API for AI agents from x402.ottoai.services, paid per call via x402, $0.009/call, status unknown (last checked 2026-09-15, last successful call 2026-08-13).
Search the live web with a free-text query and receive structured JSON results including title, URL, published date, author, relevance score, and a clean text snippet — powered by Exa upstream.
Web search for AI agents, powered by Exa neural search: pass a query and receive relevant pages with title, URL, published date, author, relevance score and a text snippet as structured JSON. Pair with /web-extract for full-page content. For RAG retrieval, research, fact-finding and monitoring. Keyless, pay-per-call, cached by query. No matches returns an empty result set.
A structured JSON object with a list of matching web pages, each containing: page title, URL, published date, author (if available), a relevance score, and a clean plain-text snippet of the content. Returns an empty result set if no matches are found.
GEThttps://x402.ottoai.services/web-searchUse this endpoint when you need to retrieve live, current web content based on a natural language query — especially for RAG retrieval, research pipelines, fact-finding, or news monitoring. Prefer this over /web-extract when you need to discover and rank multiple relevant pages first before deciding which to read in full. Choose this over generic search APIs when you want clean structured JSON with relevance scores and snippets, not raw HTML.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"data": {
"query": "latest ethereum road...",
"results": [
{
"url": "https://ethereum.org...",
"score": 0.19,
"title": "Ethereum Roadmap",
"author": null,
"snippet": "The Ethereum roadmap...",
"publishedDate": "2026-05-14T00:00:00...."
}
],
"provider": "exa",
"generatedAt": "2026-07-13T12:00:00....",
"resultCount": 2
},
"meta": {
"degraded": false,
"validUntil": "",
"generatedAt": "",
"stalenessSec": 0
},
"status": "success"
}
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"