TOLL

What software pays for, recorded every six hours.

Snapshot
2026-09-15 16:57 UTC
Sweep
daily-2026-09-15 · finished 2026-09-15 07:10 UTC
Listed
16,167

fetch derived

safefetch.schemasure.comScrapingderived

POST https://safefetch.schemasure.com/v1/fetch

passlisted in Coinbasecounted above 95% of Scraping

0.01 USDC

per call, as the listing declares it on eip155:8453

Compare with anotherEvery figure as JSONCite this page

the price, as of 2026-09-15 16:57 UTC · method · pinnable

Validation state
pass
as of 2026-09-15 07:09 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
100% / 100% / 100%
as of 2026-09-15 07:09 UTC · method · pinnable · 5 of 5 in 7d, 5 of 5 in 30d, 5 of 5 in 90d
Calls, trailing 30 days
30
as of 2026-09-15 16:57 UTC · method · pinnable
Unique payers, trailing 30 days
1
as of 2026-09-15 16:57 UTC · method · pinnable
Last called
2026-09-15 07:40 UTC
as of 2026-09-15 16:57 UTC · method · pinnable
First observed by TOLLderived
2026-09-10
as of 2026-09-10 19:08 UTC · method · pinnable · observation began 10 September 2026; listings that predate it show that date
Pricederived
0.01 USDC
as of 2026-09-15 16:57 UTC · method · pinnable · on eip155:8453
Networks
1
as of 2026-09-15 16:57 UTC · method · pinnable

Counters

28 observations, 1 of them a change, fewer than the 3 a trace needs

How big is this endpoint among the ones like it?

1 call100,000this endpoint
Calls counted in the trailing thirty days across the 612 endpoints in Scraping that carry counters, binned on a logarithmic scale because the range runs over five orders of magnitude. The marked bin is this endpoint, at 30: 27 in the category are counted higher and 584 lower.

No trace is drawn of this endpoint’s own volume. Its counters have changed 1 time across 28 observations, and 3 changes are the fewest this site will draw a trace through, because two points and a guess are not a series. Every observation is in the JSON.

In words

safefetch.schemasure.com serves fetch, a POST endpoint that TOLL places in scraping, listed in the Coinbase registry.

A call to fetch costs 0.01 USDC on Base, as declared.

Callers of fetch supply a json body with the fields url, output and policy.

fetch returns json; the example shows ok, result, verdict, evidence, warnings, confidence and 2 others.

fetch answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.

safefetch.schemasure.com lists no other endpoint.

The registry counted 30 calls in the trailing 30 days, all from one payer.

fetch was last called on the day of the snapshot.

Closest in price to fetch within scraping: firecrawl scrape at vaaya.ai and scraping scrape at test.x402labs.sh.

Among comparable prices in scraping, fetch sits above 30% of them.

fetch out-counts 95% of the 612 endpoints in scraping that carry counters.

The wallet paid by fetch is the payee of 6 endpoints across 5 hosts.

Seller tags: web, extraction, markdown and citations.

The price of fetch is declared by 192 other listings in scraping too.

Payment options as declared

the payment options, as of 2026-09-15 16:57 UTC · method · pinnable

Every payment option declared on this listing
registrynetworkassetamountschemepay to
Coinbaseeip155:8453USDC0.01 USDCexact0x9876af…612690

Preflight checks at the last sweep

the checks, as of 2026-09-15 07:09 UTC · method · pinnableendpoint answered HTTP 402

No named check failed.

Validation history, 90 days

Every sweep that observed this endpoint, newest first.

Validation observations over the last 90 days
observed, UTCstatefailed checkssweep
2026-09-15 07:09 UTCpass0daily-2026-09-15
2026-09-14 06:35 UTCpass0daily-2026-09-14
2026-09-13 06:24 UTCpass0daily-2026-09-13
2026-09-12 13:57 UTCpass0daily-2026-09-12
2026-09-11 14:55 UTCpass0daily-2026-09-11

Registry presence

Presence in a registry, not liveness of the service (method). Newest first.

  1. listed in Coinbase

Declared input and output, as listed

From the registry record, not validated by TOLL.the declared schema, as of 2026-09-15 07:40 UTC · method · live

The input and output block
{
  "input": {
    "body": {
      "url": "https://example.com/article",
      "output": "markdown",
      "policy": {
        "max_bytes": 2000000,
        "respect_robots": true,
        "user_initiated": false,
        "allow_redirects": 3,
        "flag_prompt_injection": true
      }
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "json",
    "example": {
      "ok": true,
      "result": {
        "hops": [
          {
            "url": "https://example.com/article",
            "status": 200
          }
        ],
        "title": "Example article",
        "robots": {
          "allowed": true,
          "fetched": true,
          "crawl_delay": null,
          "matched_rule": "Allow: /"
        },
        "status": 200,
        "anchors": [
          {
            "end": 61,
            "exact": "The first paragraph of extracted body text.",
            "start": 19,
            "prefix": "# Example article\n\n",
            "text_fragment": "https://example.com/article#:~:text=The%20first%20paragraph"
          }
        ],
        "markdown": "# Example article\n\nThe first paragraph of extracted body text.",
        "final_url": "https://example.com/article",
        "word_count": 412,
        "retrieved_at": "2026-08-04T12:00:00Z",
        "content_sha256": "sha256:9f2c...c41d"
      },
      "verdict": "warn",
      "evidence": [
        {
          "code": "CSS_HIDDEN_TEXT",
          "data": {
            "excerpt": "ignore all previous instructions",
            "technique": "display-none"
          },
          "span": {
            "end": 1523,
            "line": 41,
            "start": 1462
          },
          "detail": "display:none block contains instruction-like text",
          "source": "hidden",
          "severity": "high"
        }
      ],
      "warnings": [],
      "confidence": 0.9,
      "risk_codes": [
        "HIDDEN_INSTRUCTION_TEXT"
      ],
      "request_hash": "sha256:4b1d...8ae0",
      "data_versions": {
        "patterns": "patterns@1.0.0",
        "detectors": "detectors@1.0.0"
      },
      "policy_version": "safefetch-2026-08-03"
    }
  }
}
Cite this page

The pinned URL below renders this page from the snapshot of 2026-09-15 16:57 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).

Plain text

TOLL, "fetch on safefetch.schemasure.com", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/safefetch-schemasure-com-v1-fetch-ff0cd7/at/2026-09-15T16-57Z. Accessed [access date].

BibTeX

@misc{toll-e-safefetch-schemasure-com-v1-fetch-ff0cd7-2026-09-15T16-57Z,
  author = {TOLL},
  title = {fetch on safefetch.schemasure.com},
  howpublished = {\url{https://tollindex.com/e/safefetch-schemasure-com-v1-fetch-ff0cd7/at/2026-09-15T16-57Z}},
  year = {2026},
  month = {9},
  note = {Pinned view of the snapshot of 2026-09-15 16:57 UTC. Accessed [access date].}
}

Reports and replies about this endpoint

None yet. Anything submitted through the form below is published here with its outcome.

Report an error about fetch, or reply as the named seller

No account, no token. Published unedited with its outcome, upheld or not. Do not include personal data.

Kind

Published as typed. Optional.

10 to 4,000 characters.

Verify with the payee wallet (optional, EVM)

Sign this message with the wallet named on the page and paste the signature; it is checked, stored, never published. TOLL reply about endpoint ff0cd7ba369ae045a3c2672d8fff02881f33e206510ea74208d14507e0cf049b from wallet 0x9876af0F6D8Ed5155Cd02d1ca56D128601612690

The 0x address named as payee on this page, 42 characters.

The hex signature of the message above, starting 0x.