# agentdatum.com Real-Time Web Search

> agentdatum.com Real-Time Web Search is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.049/call, status unknown (last checked 2026-09-14).

Performs a live web search given a keyword query and returns current results with titles, links, and summaries — no API key required.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/tool/tool-web-search
- Price: $0.049/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentdatum-com-real-time-web-search-5f2ab336
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b8yje0rDiSAA3BEDJ046l

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agentdatum-com-real-time-web-search-5f2ab336
```

Example prompt: Can you search the web right now for the latest news on OpenAI's new model releases and give me the top results with links?

## When to prefer this

Choose this endpoint when your agent needs real-time, live web search results without requiring an API key or complex authentication — ideal for scenarios where freshness matters (breaking news, current events, fact-checking) and you want a low-cost ($0.049 USDC) pay-per-call model with no subscription overhead. Prefer alternatives if you need deep structured data extraction from specific pages (use a web scraping endpoint instead) or if you need domain-restricted search.

## Known failure modes

- Empty or no results returned if query is too narrow or obscure
- Rate limiting or payment failure if USDC payment (x402) is not processed correctly
- Stale or irrelevant results if underlying search index has not yet crawled very recent content
- Malformed or missing snippets for pages that block crawlers
- Network timeout if the upstream search provider is slow or unavailable

## How this service works

实时网页搜索 — 实时网页搜索：输入关键词，返回最新搜索结果(标题+链接+摘要)，免费源无需API key。适合 agent 实时信息检索、新闻追踪、事实核查、研究资料收集——生态最值钱的能力之一，补上我们最后的短板。

## Output

A list of live web search results, each containing a page title, URL, and a short text snippet/summary extracted from the page — reflecting the most current indexed content at time of query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdatum-com-real-time-web-search-5f2ab336/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
