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

/webpage-change-report

agentutility / compose / webpage-change-report
PRICE / CALL
$0.04
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
compose
CATEGORY
uncategorized
STATUS
live
NAME
webpage-change-report detects changes to a webpage and explains them in plain language, in one call
SYNOPSIS
POST https://x402.agentutility.ai/webpage-change-report
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

Detects changes to a webpage and explains them in plain language, in one call. Give it a URL (plus optional previous_hash or previous_text baseline and CSS selector scope) and get back the changed flag, content hash, added/removed line diff, and an LLM summary of what actually changed, ready to drop into an alert or agent decision. Ideal for competitor monitoring, policy-change tracking, status-page watching, changelog digests. Composite: one call runs webpage-diff first, then summarize-text over the diff. Use it as a website change monitor, page-watch + diff digest, TOS-policy change explainer, or price-page monitor with narrative.

INPUTrequest schema
propertytypedescriptionreq?
urlstringPage URL to fetch (http or https). Follows redirects.required
previous_hashstringSHA-256 of a prior fetch, hex-encoded. Sets response.changed.optional
previous_textstringPrior plain-text content. Enables the added/removed line diff. Max 100000 chars.optional
selectorstringOptional CSS selector to scope the diff (e.g. 'article', '#price').optional
OUTPUTresponse shape
fieldtypedescription
urlstring
final_urlstring
status_codestring
changedstring
current_hashstring
char_countstring
selectorstring
diffstring
change_summarystring
composed_ofstring
componentsstring
degradedstring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/webpage-change-report \
  -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 webpage-change-report tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
composewebpagechangereportwebpage-change-report
methods
POST
cluster
compose
price
$0.04 USDC per call
ADJACENTother endpoints in compose
endpointdescriptionprice
article-briefAnalyzes a news article from its URL into a summary, named entities, and sentiment in one call.$0.04
company-verify-packChecks that a company exists and its public signals are consistent, in one call: profile, registrar, domain age, and TLS.$0.04
content-quality-packRuns the standard pre-publish content checks on text in one call: AI-detection, PII scan, moderation, and sentiment.$0.04
contract-trust-packGathers smart-contract due-diligence data in one call: source verification, honeypot simulation, and LP lock check.$0.04
defi-protocol-dossierProfiles a DeFi protocol's TVL and yield pools in one call using DeFiLlama data.$0.04
domain-dossierBuilds a full domain report in one call: WHOIS, DNS, TLS, age, risk, and DMARC.$0.04
image-caption-localizeCaptions an image and translates the caption into any of 100+ languages in one call.$0.04
image-intel-packAnalyzes an image in one call: description, brand logo detection, and content moderation.$0.04
SEE ALSO
agentutility · compose · x402 · mcp · llms.txt · registry.json · bazaar.x402.org