S

ScrapeCheck · Verify Json

by ScrapeCheck

POSTBaseSolanaPolygon

$0.002

per call · USD Coin on Base

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 HTML pages use /verify. Claim keys are paths (data.items[0].price). Type-strict; volatile values return unverifiable, never a guess. Public HTTPS JSON only. First 100 checks per client are free: resend with header X-Use-Free-Allowance: yes and no payment to use them.

Endpoint

POST https://scrapecheck.fly.dev/verify-json

2

Calls / 30d

2

Unique payers / 30d

Aug 29

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://scrapecheck.fly.dev/verify-json", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "claim": {
      "service": "scrapecheck"
    },
    "url": "https://scrapecheck.fly.dev/healthz"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://scrapecheck.fly.dev/verify-json" \
  -H "Content-Type: application/json" \
  -d '{"claim":{"service":"scrapecheck"},"url":"https://scrapecheck.fly.dev/healthz"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "check_type": "json_field_v1",
  "confidence": 0.95,
  "engine": "web_field_v1/0.2.0+2ae28205cac4",
  "evidence": {
    "lens_votes": {},
    "refetch_excerpt": "{\"service\":\"scrapecheck\"}",
    "refetched_at": "2026-08-26T00:00:00.000Z",
    "second_fetch_at": "2026-08-26T00:00:01.000Z"
  },
  "key_id": "k2",
  "reasons": [
    "claimed value found at path \"service\" in the re-fetched JSON"
  ],
  "signature": "ed25519:…",
  "source_hash": "sha256:…",
  "verdict": "pass",
  "verdict_id": "00000000-0000-0000-0000-000000000000",
  "verifier_url": "https://scrapecheck.fly.dev"
}

Payment details

Pay to0x455f20ec147477cafcd6d77c1604529f3c4ff665
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Polygon
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from ScrapeCheck & similar services

S

ScrapeCheck · Verify

scrapecheck.fly.dev

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.

POSTBaseSearch & Web
$0.01 / call8 calls / 30d
S

ScrapeCheck · Verify Presence

scrapecheck.fly.dev

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 "pass"; check_type web_field_presence_v1. For full verification use /verify. First 100 checks per client are free: resend with header X-Use-Free-Allowance: yes and no payment to use them.

POSTBaseData & Enrichment
$0.002 / call6 calls / 30d
S

ScrapeCheck · Verify Hash

scrapecheck.fly.dev

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 published checksum. Bodies up to 3 MB; dynamic pages return unverifiable, never a guess. sha256 only. First 100 checks per client are free: resend with header X-Use-Free-Allowance: yes and no payment to use them.

POSTBaseData & Enrichment
$0.002 / call4 calls / 30d