# Bytemine Web Page Content Diff

> Bytemine Web Page Content Diff is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Compares a URL's current live content against a previously saved snapshot, returning added/removed lines and a change summary.

## Facts

- Endpoint: POST https://x402.orthogonal.com/bytemine/crawl/diff
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bytemine-web-page-content-diff-e10271f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QWd-DNOrFBCLG8jts0062

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 bytemine-web-page-content-diff-e10271f9 -d '<json body>'
```

Example prompt: Check https://example.com/pricing against its last snapshot and tell me what lines have been added or removed since it was last crawled.

## When to prefer this

Use this endpoint when you need to detect what specifically changed on a webpage between the current moment and a prior crawl. It is ideal for monitoring tasks, competitive intelligence, or compliance workflows where precise line-level diff output (added/removed) matters more than just knowing a page changed. Prefer this over a plain scraper when you already have a baseline snapshot and want structured change data rather than raw HTML.

## Known failure modes

- No previous snapshot exists for the URL — diff cannot be performed
- URL is inaccessible or returns a non-200 status — crawl fails
- Page content is dynamically rendered and differs from the stored snapshot due to JavaScript — may produce noisy diffs
- Invalid or malformed URL input — request rejected
- Rate limit or credit exhaustion — request denied

## How this service works

Compare a page's current content against a saved snapshot. Returns added/removed lines and change summary. 1 credit.

## Output

A structured response containing the lists of added lines, removed lines, and a human-readable change summary comparing the page's current content to its previously saved snapshot.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "URL to compare against its previous snapshot"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bytemine-web-page-content-diff-e10271f9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
