Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man answer-web

/answer-web

agentutility / web-probe / answer-web
PRICE / CALL
$0.04
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobe
CATEGORY
uncategorized
STATUS
live
NAME
answer-web answers natural-language questions with live web research, returning a synthesized answer with inline [n] citations and the source urls
SYNOPSIS
POST https://x402.agentutility.ai/answer-web
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Answers natural-language questions with live web research, returning a synthesized answer with inline [N] citations and the source URLs. Combines Decodo Google SERP + parallel cheerio scrape + Morpheus llama-3.3-70b. No login, pay-per-call. Use it as a live web answer engine, Perplexity-style cited answers, web Q&A, agent search, research-grade question-to-answer with sources, or SERP + scrape + LLM synthesis.

INPUTrequest schema
propertytypedescriptionreq?
questionstringThe natural-language question. 1-500 chars.required
max_sourcesnumberMax sources to scrape and cite. Default 3, max 5.optional
recencystringTime filter passed to Google. Default 'any'.
enum: day · week · month · year · any
optional
languagestringTwo-letter language code. Default 'en'.optional
OUTPUTresponse shape
fieldtypedescription
questionstring
answerstring
sourcesstring
modelstring
search_results_countstring
scraped_countstring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/answer-web \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the answer-web tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
web-probeanswerwebanswer-web
methods
POST
cluster
webprobe
price
$0.04 USDC per call
ADJACENTother endpoints in webprobe
endpointdescriptionprice
arxiv-summarizearXiv paper summarizer / research-paper TLDR.$0.04
rss-from-anythingRSS feed generator / HTML to RSS converter.$0.04
scrapeScrape any webpage.$0.04
scrape-websiteScrapes any webpage and pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a s…$0.04
screenshotWebsite screenshot / URL to PNG/JPG.$0.04
webpage-diffDetects changes on a webpage: fetches a URL, strips HTML to plain text, computes a SHA-256 hash, and (when given a previous hash or text)…$0.04
website-screenshotCaptures a website screenshot from a URL as PNG or JPG.$0.04
arxiv-searcharXiv full-text search.$0.03
SEE ALSO
agentutility · webprobe · x402 · mcp · llms.txt · registry.json · bazaar.x402.org