# Website Content Change Detector

> Website Content Change Detector is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Detects changes in the content of a given website URL, returning change data with confidence score and cache metadata

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/change-detect
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/website-content-change-detector-2f65b3dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SAE1FxBnHkfG8QTUZXnxu

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 website-content-change-detector-2f65b3dd
```

Example prompt: Check if the content on https://example.com/announcements has changed recently — I want to know if anything on that page has been updated.

## When to prefer this

Use this endpoint when you need to programmatically detect whether the content of a specific webpage has changed, especially in automated monitoring or alerting workflows. It is well-suited for lightweight, per-URL polling tasks where you want a confidence-scored result and cache awareness without building your own diff infrastructure.

## Known failure modes

- Invalid or unreachable URL returns error response
- Missing required 'url' query parameter causes request failure
- Target website blocks crawlers, returning no useful diff data
- Cached response may not reflect very recent changes (check 'cached' field in _meta)
- Low confidence score indicates uncertain change detection result

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

Returns a JSON object with a data field containing change information, a success boolean, and a _meta object including whether the result was cached, the source, a confidence score (0-1), and the last_updated timestamp.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/website-content-change-detector-2f65b3dd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
