Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man watch-page

/watch-page

agentutility / web-probe / watch-page
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobe
CATEGORY
uncategorized
STATUS
live
NAME
watch-page stateful webpage change monitor / page-watch with memory / url change detector / tos-policy diff / price-page tracker / status-page watch…
SYNOPSIS
POST https://x402.agentutility.ai/watch-page
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

Stateful webpage change monitor / page-watch with memory / URL change detector / TOS-policy diff / price-page tracker / status-page watcher / content monitor / persistent webpage diff. Caller picks a watch_id; server stores the page's hash + text in KV. On each subsequent call returns a changed flag, added/removed lines, and an LLM-summarized diff (Morpheus mistral-31-24b). Unlike webpage-diff (caller must remember prior hash), this endpoint owns the state. KV TTL: 365 days.

INPUTrequest schema
propertytypedescriptionreq?
urlstringPage URL to watch (http or https). Follows redirects.required
watch_idstringCaller-chosen identifier. 1-128 chars, alphanumeric + `:_-./`.required
selectorstringOptional CSS selector to scope the diff.optional
llm_summarizebooleanDefault true. Set false to skip the Morpheus summary.optional
user_agentstringoptional
OUTPUTresponse shape
fieldtypedescription
urlstring
watch_idstring
first_seenstring
changedstring
added_linesstring
removed_linesstring
summarystring
modelstring
storedstring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/watch-page \
  -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 watch-page tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
web-probewatchpagewatch-page
methods
POST
cluster
webprobe
price
$0.01 USDC per call
ADJACENTother endpoints in webprobe
endpointdescriptionprice
pubmed-searchPubMed search / biomedical literature search / medical journal lookup / NIH paper search / clinical-research finder / MeSH-term query / N…$0.01
tech-stack-detectTech stack detector.$0.01
disposable-email-checkDisposable email detector / temp-mail / throwaway email / fake email / 10minutemail filter / Mailinator + Guerrilla Mail + Yopmail blockl…$0.005
domain-availabilityDomain availability / RDAP lookup / WHOIS replacement / domain registration checker / expiry date lookup.$0.005
github-stars-historyGitHub stars history / star growth chart / repo popularity over time / trending tracker.$0.005
link-extractLink extractor / extract links from URL / list all anchor links / page outlink crawler / scrape outbound links / get hrefs from page.$0.005
mcp-tools-listMCP tools-list / Model Context Protocol discovery / list MCP server tools / tools/list JSON-RPC / agent capability discovery / MCP catalo…$0.005
sitemap-fetchSitemap fetcher / sitemap.xml parser / sitemap index resolver / SEO sitemap reader / robots.txt sitemap discovery / website URL inventory.$0.005
SEE ALSO
agentutility · webprobe · x402 · mcp · llms.txt · registry.json · bazaar.x402.org