Animica x402 Directory

Directory

scrapecheck.fly.dev

scrapecheck.fly.dev publishes 6 machine-payable endpoints over the x402 protocol, priced from $0.002 to $0.01 per call. Each was probed directly; the response code below is what it returned.

Endpoints

EndpointMethodPriceProbe
/verify POST $0.01 402
/verify-hash POST $0.002 402
/verify-json POST $0.002 402
/verify-presence POST $0.002 402
/verify-redirect POST $0.002 402
/verify-xml POST $0.002 402

What these endpoints do

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 certif…

POST · $0.01 · probe 402

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 confirm a download or artifact matches its pu…

POST · $0.002 · probe 402

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 for machine-readable API responses; for H…

POST · $0.002 · probe 402

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. Positive verdict is "present", never "pa…

POST · $0.002 · probe 402

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 chain, walked twice with per-hop SSRF checks…

POST · $0.002 · probe 402

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 sitemaps; for JSON use /verify-json, for…

POST · $0.002 · probe 402