$ man watch-page
/watch-page
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
webprobeCATEGORY
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.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| url | string | Page URL to watch (http or https). Follows redirects. | required |
| watch_id | string | Caller-chosen identifier. 1-128 chars, alphanumeric + `:_-./`. | required |
| selector | string | Optional CSS selector to scope the diff. | optional |
| llm_summarize | boolean | Default true. Set false to skip the Morpheus summary. | optional |
| user_agent | string | — | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| url | string | — |
| watch_id | string | — |
| first_seen | string | — |
| changed | string | — |
| added_lines | string | — |
| removed_lines | string | — |
| summary | string | — |
| model | string | — |
| stored | string | — |
EXAMPLES — two 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
ADJACENT — other endpoints in webprobe
| endpoint | description | price |
|---|---|---|
| pubmed-search | PubMed search / biomedical literature search / medical journal lookup / NIH paper search / clinical-research finder / MeSH-term query / N… | $0.01 |
| tech-stack-detect | Tech stack detector. | $0.01 |
| disposable-email-check | Disposable email detector / temp-mail / throwaway email / fake email / 10minutemail filter / Mailinator + Guerrilla Mail + Yopmail blockl… | $0.005 |
| domain-availability | Domain availability / RDAP lookup / WHOIS replacement / domain registration checker / expiry date lookup. | $0.005 |
| github-stars-history | GitHub stars history / star growth chart / repo popularity over time / trending tracker. | $0.005 |
| link-extract | Link extractor / extract links from URL / list all anchor links / page outlink crawler / scrape outbound links / get hrefs from page. | $0.005 |
| mcp-tools-list | MCP tools-list / Model Context Protocol discovery / list MCP server tools / tools/list JSON-RPC / agent capability discovery / MCP catalo… | $0.005 |
| sitemap-fetch | Sitemap fetcher / sitemap.xml parser / sitemap index resolver / SEO sitemap reader / robots.txt sitemap discovery / website URL inventory. | $0.005 |
SEE ALSO