Animica x402 Directory

Directory / scrapecheck.fly.dev

scrapecheck.fly.dev/verify

Checks whether a value you did not fetch yourself is actually on the page it came from. Independently re-fetches the source and returns a signed pass/fail/unverifiable verdict. A claim is never certified unless the re-fetched page contains it, and anything unconfirmed is unverifiable, never pass. Server-rendered pages only. $0.01 per check. First 100 checks per client are free: resend this exact request with header X-Use-Free-Allowance: yes and no payment to use them.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X POST 'https://scrapecheck.fly.dev/verify'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch -X POST 'https://scrapecheck.fly.dev/verify'

Endpoint: https://scrapecheck.fly.dev/verify. Operated by scrapecheck.fly.dev, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on scrapecheck.fly.dev

scrapecheck.fly.dev/verify-hash

Checksum tier (deterministic, no LLM): verifies the exact bytes served at a public URL hash to a claimed sha256, by independent double re-fetch. Use it to confi…

POST · $0.002

scrapecheck.fly.dev/verify-json

JSON tier (deterministic, no LLM): verifies a claimed value lives at a named JSON path in a public endpoint's response, by independent double re-fetch. Use it f…

POST · $0.002

scrapecheck.fly.dev/verify-presence

PRESENCE tier (deterministic, no LLM): confirms the claimed value appears on the live page — it does NOT confirm the value is the right answer to the question. …

POST · $0.002

scrapecheck.fly.dev/verify-redirect

Redirect tier (deterministic, no LLM): verifies where a public URL actually leads: final URL (byte-exact), first response status, and hop count of the HTTP chai…

POST · $0.002

scrapecheck.fly.dev/verify-xml

XML tier (deterministic, no LLM): verifies a claimed value lives at a named path in a public XML document, by independent double re-fetch. Use it for feeds and …

POST · $0.002

All 6 endpoints on scrapecheck.fly.dev →