INTELLIGENCE

Know what your agents buy.

Costs, changes and evidence for better service decisions.

Cost intelligence

Find the better way to pay.

Compare service prices and payment options against your workload.

Scoped audits · customer usage requiredRequest a cost audit
Change intelligence

Know when your dependencies change.

Track payment offers, service schemas and provider changes over time.

Custom watchlists and historyDiscuss monitoring
Outcome intelligence

Connect the purchase to the result.

Bring charges, retries and task evaluations into one private evidence record.

Integration pilot · your task criteriaConnect your workflow

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,635Source listings
33Source snapshots
27,889Recorded changes
1,221Endpoint observations

Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

211 observations · Differences between dated observations.

agentreader.devRender any web page in a real headless browser and return a PNG screenshot. Supports viewport width/height (320-1920) and full-page capture. Ideal for agents doing visual verification, UI monitoring, archiving or content review.
https://agentreader.dev/screenshot
NetworkAdvertised amountBillingPayee
eip155:84530.015 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe
Source and evidence
{
  "description": "Render any web page in a real headless browser and return a PNG screenshot. Supports viewport width/height (320-1920) and full-page capture. Ideal for agents doing visual verification, UI monitoring, archiving or content review.",
  "domain": "agentreader.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "fullPage": {
                "description": "Capture the full scrollable page (default false)",
                "type": "boolean"
              },
              "height": {
                "description": "Viewport height in px (240-1920, default 800)",
                "type": "number"
              },
              "url": {
                "description": "Absolute http(s) URL of the page to render",
                "type": "string"
              },
              "width": {
                "description": "Viewport width in px (320-1920, default 1280)",
                "type": "number"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.015",
      "amount_atomic": "15000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "4deb1d5cbd56976d91972391f91722188c8896989b727b87757e1bdb5206e31c",
  "service_id": "acb2f4ccef7bdf08b10286ec25f231d595eec0b1015fa4a60b89539f108d8c2d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:42.925Z",
  "url": "https://agentreader.dev/screenshot",
  "usage_rights": "not_reviewed"
}
agentreader.devAI structured-data extraction: turn any web page, text or HTML into JSON matching YOUR schema. Send JSON with one of url/text/html plus 'schema' (a JSON Schema object) and optional 'instructions'. Returns validated JSON. Powered by Claude with guaranteed schema conformance.
https://agentreader.dev/extract
NetworkAdvertised amountBillingPayee
eip155:84530.03 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe
Source and evidence
{
  "description": "AI structured-data extraction: turn any web page, text or HTML into JSON matching YOUR schema. Send JSON with one of url/text/html plus 'schema' (a JSON Schema object) and optional 'instructions'. Returns validated JSON. Powered by Claude with guaranteed schema conformance.",
  "domain": "agentreader.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "properties": {
              "html": {
                "description": "Raw HTML to extract from",
                "type": "string"
              },
              "instructions": {
                "description": "Optional extraction guidance",
                "type": "string"
              },
              "schema": {
                "description": "JSON Schema (root type object) describing the desired output",
                "type": "object"
              },
              "text": {
                "description": "Raw text to extract from",
                "type": "string"
              },
              "url": {
                "description": "URL to fetch and extract from (or use text/html)",
                "type": "string"
              }
            },
            "required": [
              "schema"
            ]
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.03",
      "amount_atomic": "30000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 120,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "84d68af7b0e97a764d922a05d8196c32ea611ad4d9f05c96cd2aa18f45ff6339",
  "service_id": "d650287fb7e6a3e3e033edf2d48ece97d79fc51eb78bbf1d640d7e9011d265d8",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:54.122Z",
  "url": "https://agentreader.dev/extract",
  "usage_rights": "not_reviewed"
}
agentreader.devGet structured metadata for any public web page in one call: title, meta description, canonical URL, Open Graph and Twitter card tags, favicons, JSON-LD schema types, language and the heading outline. Use it to build link previews and social cards, classify or dedupe URLs, and run SEO and AI-readability audits - far cheaper than fetching and parsing the whole page.
https://agentreader.dev/meta
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe
Source and evidence
{
  "description": "Get structured metadata for any public web page in one call: title, meta description, canonical URL, Open Graph and Twitter card tags, favicons, JSON-LD schema types, language and the heading outline. Use it to build link previews and social cards, classify or dedupe URLs, and run SEO and AI-readability audits - far cheaper than fetching and parsing the whole page.",
  "domain": "agentreader.dev",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET"
            ],
            "type": "string"
          },
          "queryParams": {
            "properties": {
              "url": {
                "description": "Absolute http(s) URL of the page",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 60,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "0855cd3feeda57438a6520e31347436014a9da6401c41f1dd86bc511ad18c620",
  "service_id": "d8bc711873bf7e6bc7f79abbb8e21d1e3b97c5db89933e9a3e3753a629a9f2a7",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:32.173Z",
  "url": "https://agentreader.dev/meta",
  "usage_rights": "not_reviewed"
}
agentreader.devParse an XML sitemap or sitemap index into JSON: up to 5000 URLs with lastmod and priority, or the list of child sitemaps. Useful for agents planning site crawls or auditing site structure.
https://agentreader.dev/sitemap

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Parse an XML sitemap or sitemap index into JSON: up to 5000 URLs with lastmod and priority, or the list of child sitemaps. Useful for agents planning site crawls or auditing site structure.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.006,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "f4da707c113d3e46",
  "service_id": "02d812c6c8d0a87d7d92ac1403d93d115035562ff7f81aea3632bbef257b64cd",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:37.309Z",
  "url": "https://agentreader.dev/sitemap",
  "usage_rights": "not_reviewed"
}
agentreader.devParse any RSS, Atom or RDF feed into normalized JSON: feed title, description and up to 100 items with title, link, publish date, author, summary and categories. Ideal for agents monitoring news sources, blogs and changelogs.
https://agentreader.dev/feed

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Parse any RSS, Atom or RDF feed into normalized JSON: feed title, description and up to 100 items with title, link, publish date, author, summary and categories. Ideal for agents monitoring news sources, blogs and changelogs.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.006,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "22c8f3875792de30",
  "service_id": "09ea3bbe719ce69689c95c4b7eb68e5259763e0d0ea170516030a65eb36a1269",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:35.986Z",
  "url": "https://agentreader.dev/feed",
  "usage_rights": "not_reviewed"
}
agentreader.devConvert raw HTML you already have into clean markdown. Send JSON {"html": "..."} and get back markdown with scripts, styles and boilerplate stripped. Cheaper than /read when the agent has already fetched the page.
https://agentreader.dev/clean

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Convert raw HTML you already have into clean markdown. Send JSON {\"html\": \"...\"} and get back markdown with scripts, styles and boilerplate stripped. Cheaper than /read when the agent has already fetched the page.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "b457ebbc387772e5",
  "service_id": "2f1925a1def4c993c0203c8e4e70247a0799d56bc6abca86ba2ebd49e9488213",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:33.186Z",
  "url": "https://agentreader.dev/clean",
  "usage_rights": "not_reviewed"
}
agentreader.devScrape any public web page and get back the main article as clean, LLM-ready markdown. Fetches the URL, strips nav, ads, cookie banners and footers with Readability, and returns JSON: title, byline, site name, publish date, excerpt, language, word count and the markdown body. The cheap way to feed real page content to an agent without burning tokens on raw HTML. Static-HTML extraction (no JS rendering) - use /screenshot when you need a rendered browser view.
https://agentreader.dev/read

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Scrape any public web page and get back the main article as clean, LLM-ready markdown. Fetches the URL, strips nav, ads, cookie banners and footers with Readability, and returns JSON: title, byline, site name, publish date, excerpt, language, word count and the markdown body. The cheap way to feed real page content to an agent without burning tokens on raw HTML. Static-HTML extraction (no JS rendering) - use /screenshot when you need a rendered browser view.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.01,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "6fb75bda4ecf0292",
  "service_id": "2f238465e9844a4eea8751095bfa7c151c4e63cd9cb94f3d49e73a0df4dfa705",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:31.318Z",
  "url": "https://agentreader.dev/read",
  "usage_rights": "not_reviewed"
}
agentreader.devVerified-delivery trust data for any x402 service: full history of real PAID test purchases against the endpoint (not free 402 probes) - delivery rate, response validity, latency, price stability. Free aggregate at /leaderboard; this endpoint returns the complete per-check history for one resource. Untracked resources return 404 and you are NOT charged. Use it before wiring an unknown x402 service into your agent.
https://agentreader.dev/trust

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Verified-delivery trust data for any x402 service: full history of real PAID test purchases against the endpoint (not free 402 probes) - delivery rate, response validity, latency, price stability. Free aggregate at /leaderboard; this endpoint returns the complete per-check history for one resource. Untracked resources return 404 and you are NOT charged. Use it before wiring an unknown x402 service into your agent.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.05,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "1cde6033589acba0",
  "service_id": "32a68b3a9da8a343032a03b04b8eae11ee0556a392170d65b7a915a34ec4fa32",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:56.191Z",
  "url": "https://agentreader.dev/trust",
  "usage_rights": "not_reviewed"
}
agentreader.devExtract every hyperlink on a web page as structured JSON: resolved absolute URL, anchor text, internal-vs-external classification and nofollow flag, up to 2000 unique links. The building block for agent crawlers that need to decide where to go next, plus broken-link sweeps, backlink and SEO analysis, and site mapping.
https://agentreader.dev/links

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Extract every hyperlink on a web page as structured JSON: resolved absolute URL, anchor text, internal-vs-external classification and nofollow flag, up to 2000 unique links. The building block for agent crawlers that need to decide where to go next, plus broken-link sweeps, backlink and SEO analysis, and site mapping.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "daa398dc0c766960",
  "service_id": "4288327f4c2ebb9ab1895c50280eb867cf2091b53b0a20899f5fe2fc6329469a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:37.797Z",
  "url": "https://agentreader.dev/links",
  "usage_rights": "not_reviewed"
}
agentreader.devDNS lookup over Cloudflare DoH: query A, AAAA, CNAME, MX, NS, TXT, SOA, SRV, CAA or PTR records for any domain and get structured JSON answers with TTLs. Useful for domain research, email validation and infrastructure checks.
https://agentreader.dev/dns

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "DNS lookup over Cloudflare DoH: query A, AAAA, CNAME, MX, NS, TXT, SOA, SRV, CAA or PTR records for any domain and get structured JSON answers with TTLs. Useful for domain research, email validation and infrastructure checks.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.003,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "5607413f83cce7a6",
  "service_id": "4eb12d46b8266946bac34be60e8e3b6d83d503dac71c620848c89f01f87b64d9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:39.333Z",
  "url": "https://agentreader.dev/dns",
  "usage_rights": "not_reviewed"
}
agentreader.devAI summarization of any web page, raw text or HTML. Send JSON with one of url/text/html plus optional style (bullets|paragraph|tldr) and maxWords. Returns a dense, factual summary that preserves key numbers, names and conclusions. Powered by Claude.
https://agentreader.dev/summarize

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "AI summarization of any web page, raw text or HTML. Send JSON with one of url/text/html plus optional style (bullets|paragraph|tldr) and maxWords. Returns a dense, factual summary that preserves key numbers, names and conclusions. Powered by Claude.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.02,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "6662458d7d961f52",
  "service_id": "6a73d68d8a71b0f7bc8cf6e399c5ef1048d75c3d66e7e4b3e0184015bd3f2e4b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:51.522Z",
  "url": "https://agentreader.dev/summarize",
  "usage_rights": "not_reviewed"
}
agentreader.devExtract the full text of any PDF from a URL - no upload, no OCR setup, just pass the link. Returns plain text plus page count and word count as JSON. Built for agents reading research papers, filings, annual reports, datasheets and documentation. Handles files up to 25 MB.
https://agentreader.dev/pdf

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Extract the full text of any PDF from a URL - no upload, no OCR setup, just pass the link. Returns plain text plus page count and word count as JSON. Built for agents reading research papers, filings, annual reports, datasheets and documentation. Handles files up to 25 MB.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.02,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "c6b6cf0af48484ef",
  "service_id": "807c56ae5b769e8425d02dcc14a835a79c2ea1a58bfd69142f42aaf080ce3591",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:34.82Z",
  "url": "https://agentreader.dev/pdf",
  "usage_rights": "not_reviewed"
}
agentreader.devOFAC sanctions screening: fuzzy-match a person/entity/vessel name (transliteration-aware - Arabic and Slavic romanization variants) or look up a crypto address against the official OFAC SDN and Consolidated lists. Returns verdict (match/possible_match/clear), scored matches with programs and aliases, and full list-version provenance. Lists re-ingested every 6 hours.
https://agentreader.dev/screen

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "OFAC sanctions screening: fuzzy-match a person/entity/vessel name (transliteration-aware - Arabic and Slavic romanization variants) or look up a crypto address against the official OFAC SDN and Consolidated lists. Returns verdict (match/possible_match/clear), scored matches with programs and aliases, and full list-version provenance. Lists re-ingested every 6 hours.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.05,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "fc9d5769117b088d",
  "service_id": "828d9aa0d9914cbe335e16b909fcb43e0307b0d6741cd0bfe7efee6688d5f20d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:55.453Z",
  "url": "https://agentreader.dev/screen",
  "usage_rights": "not_reviewed"
}
agentreader.devRender any web page in a real headless browser and return a PNG screenshot. Supports viewport width/height (320-1920) and full-page capture. Ideal for agents doing visual verification, UI monitoring, archiving or content review.
https://agentreader.dev/screenshot

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Render any web page in a real headless browser and return a PNG screenshot. Supports viewport width/height (320-1920) and full-page capture. Ideal for agents doing visual verification, UI monitoring, archiving or content review.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.015,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "807703f0693fb346",
  "service_id": "acb2f4ccef7bdf08b10286ec25f231d595eec0b1015fa4a60b89539f108d8c2d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:42.925Z",
  "url": "https://agentreader.dev/screenshot",
  "usage_rights": "not_reviewed"
}
agentreader.devAI structured-data extraction: turn any web page, text or HTML into JSON matching YOUR schema. Send JSON with one of url/text/html plus 'schema' (a JSON Schema object) and optional 'instructions'. Returns validated JSON. Powered by Claude with guaranteed schema conformance.
https://agentreader.dev/extract

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "AI structured-data extraction: turn any web page, text or HTML into JSON matching YOUR schema. Send JSON with one of url/text/html plus 'schema' (a JSON Schema object) and optional 'instructions'. Returns validated JSON. Powered by Claude with guaranteed schema conformance.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.03,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "b2bfacf0e786f328",
  "service_id": "d650287fb7e6a3e3e033edf2d48ece97d79fc51eb78bbf1d640d7e9011d265d8",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:54.122Z",
  "url": "https://agentreader.dev/extract",
  "usage_rights": "not_reviewed"
}
agentreader.devGet structured metadata for any public web page in one call: title, meta description, canonical URL, Open Graph and Twitter card tags, favicons, JSON-LD schema types, language and the heading outline. Use it to build link previews and social cards, classify or dedupe URLs, and run SEO and AI-readability audits - far cheaper than fetching and parsing the whole page.
https://agentreader.dev/meta

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Get structured metadata for any public web page in one call: title, meta description, canonical URL, Open Graph and Twitter card tags, favicons, JSON-LD schema types, language and the heading outline. Use it to build link previews and social cards, classify or dedupe URLs, and run SEO and AI-readability audits - far cheaper than fetching and parsing the whole page.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "daa398dc0c766960",
  "service_id": "d8bc711873bf7e6bc7f79abbb8e21d1e3b97c5db89933e9a3e3753a629a9f2a7",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-01T02:32:32.173Z",
  "url": "https://agentreader.dev/meta",
  "usage_rights": "not_reviewed"
}
agentreader.devParse an XML sitemap or sitemap index into JSON: up to 5000 URLs with lastmod and priority, or the list of child sitemaps. Useful for agents planning site crawls or auditing site structure.
https://agentreader.dev/sitemap

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Parse an XML sitemap or sitemap index into JSON: up to 5000 URLs with lastmod and priority, or the list of child sitemaps. Useful for agents planning site crawls or auditing site structure.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.003,
  "metadata": null,
  "method": "GET",
  "observed_at": 1787011200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "90e2735512d5727624c10472f7909c6a04717398117fe7a159e3cf2b6c381457",
  "schema_fingerprint": "f4da707c113d3e46",
  "service_id": "02d812c6c8d0a87d7d92ac1403d93d115035562ff7f81aea3632bbef257b64cd",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T16:00:13.708Z",
  "url": "https://agentreader.dev/sitemap",
  "usage_rights": "not_reviewed"
}
agentreader.devParse any RSS, Atom or RDF feed into normalized JSON: feed title, description and up to 100 items with title, link, publish date, author, summary and categories. Ideal for agents monitoring news sources, blogs and changelogs.
https://agentreader.dev/feed

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Parse any RSS, Atom or RDF feed into normalized JSON: feed title, description and up to 100 items with title, link, publish date, author, summary and categories. Ideal for agents monitoring news sources, blogs and changelogs.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.003,
  "metadata": null,
  "method": "GET",
  "observed_at": 1787011200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "90e2735512d5727624c10472f7909c6a04717398117fe7a159e3cf2b6c381457",
  "schema_fingerprint": "22c8f3875792de30",
  "service_id": "09ea3bbe719ce69689c95c4b7eb68e5259763e0d0ea170516030a65eb36a1269",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T16:00:12.614Z",
  "url": "https://agentreader.dev/feed",
  "usage_rights": "not_reviewed"
}
agentreader.devConvert raw HTML you already have into clean markdown. Send JSON {"html": "..."} and get back markdown with scripts, styles and boilerplate stripped. Cheaper than /read when the agent has already fetched the page.
https://agentreader.dev/clean

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Convert raw HTML you already have into clean markdown. Send JSON {\"html\": \"...\"} and get back markdown with scripts, styles and boilerplate stripped. Cheaper than /read when the agent has already fetched the page.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.003,
  "metadata": null,
  "method": "POST",
  "observed_at": 1787011200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "90e2735512d5727624c10472f7909c6a04717398117fe7a159e3cf2b6c381457",
  "schema_fingerprint": "b457ebbc387772e5",
  "service_id": "2f1925a1def4c993c0203c8e4e70247a0799d56bc6abca86ba2ebd49e9488213",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T16:00:08.928Z",
  "url": "https://agentreader.dev/clean",
  "usage_rights": "not_reviewed"
}
agentreader.devExtract the main article from any web page as clean, LLM-ready markdown. Returns title, byline, site name, publish date, excerpt and markdown body with boilerplate (nav, ads, footers) removed. Ideal for agents that need page content without burning tokens on raw HTML.
https://agentreader.dev/read

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Extract the main article from any web page as clean, LLM-ready markdown. Returns title, byline, site name, publish date, excerpt and markdown body with boilerplate (nav, ads, footers) removed. Ideal for agents that need page content without burning tokens on raw HTML.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.005,
  "metadata": null,
  "method": "GET",
  "observed_at": 1787011200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "90e2735512d5727624c10472f7909c6a04717398117fe7a159e3cf2b6c381457",
  "schema_fingerprint": "6fb75bda4ecf0292",
  "service_id": "2f238465e9844a4eea8751095bfa7c151c4e63cd9cb94f3d49e73a0df4dfa705",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T16:00:06.445Z",
  "url": "https://agentreader.dev/read",
  "usage_rights": "not_reviewed"
}
agentreader.devVerified-delivery trust data for any x402 service: full history of real PAID test purchases against the endpoint (not free 402 probes) - delivery rate, response validity, latency, price stability. Free aggregate at /leaderboard; this endpoint returns the complete per-check history for one resource. Untracked resources return 404 and you are NOT charged. Use it before wiring an unknown x402 service into your agent.
https://agentreader.dev/trust

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Verified-delivery trust data for any x402 service: full history of real PAID test purchases against the endpoint (not free 402 probes) - delivery rate, response validity, latency, price stability. Free aggregate at /leaderboard; this endpoint returns the complete per-check history for one resource. Untracked resources return 404 and you are NOT charged. Use it before wiring an unknown x402 service into your agent.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.05,
  "metadata": null,
  "method": "GET",
  "observed_at": 1787011200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "90e2735512d5727624c10472f7909c6a04717398117fe7a159e3cf2b6c381457",
  "schema_fingerprint": "1cde6033589acba0",
  "service_id": "32a68b3a9da8a343032a03b04b8eae11ee0556a392170d65b7a915a34ec4fa32",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-10T03:22:37.878Z",
  "url": "https://agentreader.dev/trust",
  "usage_rights": "not_reviewed"
}
agentreader.devExtract all hyperlinks from a web page as structured JSON: absolute URL, anchor text, internal/external classification and nofollow flag, up to 2000 unique links. Useful for crawling, SEO analysis and site mapping.
https://agentreader.dev/links

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Extract all hyperlinks from a web page as structured JSON: absolute URL, anchor text, internal/external classification and nofollow flag, up to 2000 unique links. Useful for crawling, SEO analysis and site mapping.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.002,
  "metadata": null,
  "method": "GET",
  "observed_at": 1787011200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "90e2735512d5727624c10472f7909c6a04717398117fe7a159e3cf2b6c381457",
  "schema_fingerprint": "daa398dc0c766960",
  "service_id": "4288327f4c2ebb9ab1895c50280eb867cf2091b53b0a20899f5fe2fc6329469a",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T16:00:14.972Z",
  "url": "https://agentreader.dev/links",
  "usage_rights": "not_reviewed"
}
agentreader.devDNS lookup over Cloudflare DoH: query A, AAAA, CNAME, MX, NS, TXT, SOA, SRV, CAA or PTR records for any domain and get structured JSON answers with TTLs. Useful for domain research, email validation and infrastructure checks.
https://agentreader.dev/dns

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "DNS lookup over Cloudflare DoH: query A, AAAA, CNAME, MX, NS, TXT, SOA, SRV, CAA or PTR records for any domain and get structured JSON answers with TTLs. Useful for domain research, email validation and infrastructure checks.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.001,
  "metadata": null,
  "method": "GET",
  "observed_at": 1787011200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "90e2735512d5727624c10472f7909c6a04717398117fe7a159e3cf2b6c381457",
  "schema_fingerprint": "5607413f83cce7a6",
  "service_id": "4eb12d46b8266946bac34be60e8e3b6d83d503dac71c620848c89f01f87b64d9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T16:00:15.558Z",
  "url": "https://agentreader.dev/dns",
  "usage_rights": "not_reviewed"
}
agentreader.devAI summarization of any web page, raw text or HTML. Send JSON with one of url/text/html plus optional style (bullets|paragraph|tldr) and maxWords. Returns a dense, factual summary that preserves key numbers, names and conclusions. Powered by Claude.
https://agentreader.dev/summarize

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "AI summarization of any web page, raw text or HTML. Send JSON with one of url/text/html plus optional style (bullets|paragraph|tldr) and maxWords. Returns a dense, factual summary that preserves key numbers, names and conclusions. Powered by Claude.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.02,
  "metadata": null,
  "method": "POST",
  "observed_at": 1787011200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "90e2735512d5727624c10472f7909c6a04717398117fe7a159e3cf2b6c381457",
  "schema_fingerprint": "6662458d7d961f52",
  "service_id": "6a73d68d8a71b0f7bc8cf6e399c5ef1048d75c3d66e7e4b3e0184015bd3f2e4b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T16:00:30.055Z",
  "url": "https://agentreader.dev/summarize",
  "usage_rights": "not_reviewed"
}
agentreader.devExtract the full text of a PDF from a URL. Returns plain text, page count and word count. Handles reports, papers and documentation up to 25 MB.
https://agentreader.dev/pdf

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Extract the full text of a PDF from a URL. Returns plain text, page count and word count. Handles reports, papers and documentation up to 25 MB.",
  "domain": "agentreader.dev",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.01,
  "metadata": null,
  "method": "GET",
  "observed_at": 1787011200,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "90e2735512d5727624c10472f7909c6a04717398117fe7a159e3cf2b6c381457",
  "schema_fingerprint": "c6b6cf0af48484ef",
  "service_id": "807c56ae5b769e8425d02dcc14a835a79c2ea1a58bfd69142f42aaf080ce3591",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-17T16:00:12.386Z",
  "url": "https://agentreader.dev/pdf",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.

43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.

Collection status JSON