Web Search
Live results from the open web.
Run a search across the live web and return ranked results with title, snippet, URL, and freshness.
POST /v1/web/searchExample request and response
{
"query": "latest funding rounds in agent infrastructure",
"limit": 5
}{
"results": [
{
"title": "...",
"url": "https://...",
"snippet": "...",
"published_at": "2026-04-30"
}
]
}