{
  "buyerAcceptance": {
    "decision": "do_not_accept_as_complete",
    "reason": "The fetch succeeded, but the result did not satisfy the task contract because the page returned too little useful public content.",
    "recommendedNextStep": "retry with a more specific public URL or request proof before another paid call"
  },
  "claimBoundary": "ResultRail returns public-data result packs with source URLs, timestamps, confidence, and receipt hashes. It does not sell private contact databases, bypass access controls, provide legal/financial advice, send outreach, place bets, trade assets, or guarantee downstream revenue.",
  "evidence": {
    "confidence": "low",
    "fieldsMissing": [
      "description",
      "headings",
      "textPreview"
    ],
    "fieldsReturned": [
      "url",
      "title",
      "sourceUrls",
      "receipt"
    ],
    "sourceUrls": [
      "https://example.com/private-or-empty-page"
    ]
  },
  "paidEndpoint": "/v1/resultrail/extract",
  "product": "failed_partial_result_receipt",
  "quotedPriceUsdc": "0.05",
  "receipt": {
    "acceptanceHash": "sha256:do-not-accept-as-complete-2026-05-24",
    "resultHash": "sha256:partial-result-example-url_extract_result-2026-05-24",
    "sourceHash": "sha256:source-example-private-or-empty-page-2026-05-24"
  },
  "resultStatus": "partial",
  "sampleFor": "buyer agents deciding whether a paid public-data task should be accepted, retried, or treated as no-charge",
  "source": "ResultRail by LarryBuildsAI",
  "successContract": {
    "billableWhen": [
      "target URL is public and fetchable",
      "title or primary text can be extracted",
      "source URL and receipt hash are returned"
    ],
    "noChargeOn": [
      "private or internal target",
      "non-HTTP URL",
      "unsafe redirect",
      "fetch denied before public content is inspected"
    ],
    "partialWhen": [
      "the target is public but contains insufficient useful text",
      "only metadata is extractable",
      "sources are returned but confidence is low"
    ]
  },
  "target": "https://example.com/private-or-empty-page"
}