{"api":"v1","generated_at":"2026-09-16T05:25:23.488Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/gateway-stride20k-com-web-extract-4d576f","pinned_page":"https://tollindex.com/e/gateway-stride20k-com-web-extract-4d576f/at/2026-09-16T04-48Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-16T04:48:25.992Z","snapshot_stamp":"2026-09-16T04-48Z","endpoint":{"slug":"gateway-stride20k-com-web-extract-4d576f","canonical_url":"https://gateway.stride20k.com/web/extract","resource":"https://gateway.stride20k.com/web/extract","http_method":"GET","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Web scraping API: fetch any public web page and get its readable content as clean markdown — title, author, canonical URL, boilerplate stripped. Honest User-Agent, robots.txt honored (explicit Disallow returns an unpaid 403), private/internal targets refused, at most 3 safety-revalidated redirects, 1MB input / 100k character output caps. HTML pages only. Use for research agents, content extraction, summarization pipelines, and RAG ingestion. Cached up to 5 minutes per URL.","service_name":"Stride20k","declared_category":null,"declared_tags":["web"],"route_template":null,"registry_updated":"2026-08-30T12:06:31.356Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"web extract","category":"scraping","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-16T04:48:25.991Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.03 USDC","amount_units":0.03,"decimals_known":true,"pay_to":"0x552Cc4A10878C7F20574489D47184249657Ca3f6","scheme":"exact"}],"counters":{"observed_at":"2026-09-16T04:48:25.992Z","calls_30d":2,"unique_payers_30d":1,"last_called_at":"2026-08-30T12:06:31.186Z"},"validation":{"latest":{"observed_at":"2026-09-16T04:44:30.232Z","state":"malformed","failed_checks":["has_bazaar_extension"],"endpoint_http_status":402,"run_id":"daily-2026-09-16"},"uptime":[{"days":7,"observed":6,"passed":0,"ratio":0},{"days":30,"observed":6,"passed":0,"ratio":0},{"days":90,"observed":6,"passed":0,"ratio":0}],"history_90d":[{"observed_at":"2026-09-16T04:44:30.232Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-16","state_changed":false},{"observed_at":"2026-09-15T04:41:22.913Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:37:10.232Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:35:32.756Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:51:57.353Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T10:26:16.477Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x552Cc4A10878C7F20574489D47184249657Ca3f6","page":"https://tollindex.com/seller/0x552Cc4A10878C7F20574489D47184249657Ca3f6","endpoints":24,"hosts":2},"reports":0,"registry_record":{"cdp":[{"tags":["web"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x552Cc4A10878C7F20574489D47184249657Ca3f6","amount":"30000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":60}],"quality":{"lastCalledAt":"2026-08-30T12:06:31.186Z","l30DaysTotalCalls":2,"l30DaysUniquePayers":1},"resource":"https://gateway.stride20k.com/web/extract","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","queryParams":{"url":"https://example.com/"}},"output":{"type":"json","example":{"ok":true,"data":{"url":"https://example.com/","title":"Example Domain","author":null,"finalUrl":"https://example.com/","markdown":"# Example Domain\n\nThis domain is for use in documentation examples without needing permission.","charCount":131,"truncated":false,"canonicalUrl":null},"meta":{"cached":false,"source":"direct fetch (buyer-directed)","fetchedAt":"2026-07-04T00:00:00.000Z","attribution":null},"endpoint":"/web/extract"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["url"],"properties":{"url":{"type":"string","pattern":"https?://.+","urlSafety":true,"description":"Absolute http(s) URL of the page to extract."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["ok","endpoint","data","meta"],"properties":{"ok":{"type":"boolean","description":"true on success."},"data":{"type":"object","required":["url","markdown","truncated"],"properties":{"url":{"type":"string","description":"The URL requested (after redirect re-validation)."},"title":{"type":["string","null"],"description":"Document title, or null."},"author":{"type":["string","null"],"description":"meta author, or null."},"finalUrl":{"type":"string","description":"URL that actually served the content."},"markdown":{"type":"string","minLength":1,"description":"Extracted readable content as markdown."},"charCount":{"type":"integer","description":"Length of the markdown field."},"truncated":{"type":"boolean","description":"True if output hit the 100k-char cap."},"canonicalUrl":{"type":["string","null"],"description":"rel=canonical link if the page declares one, else null."}}},"meta":{"type":"object","required":["source","cached","fetchedAt"],"properties":{"cached":{"type":"boolean","description":"Whether this response was served from cache."},"source":{"type":"string","description":"Upstream source: direct fetch (buyer-directed)."},"fetchedAt":{"type":"string","description":"ISO 8601 time the data was actually retrieved from the upstream."},"attribution":{"type":["string","null"],"description":"Licensing attribution when the source requires it."}}},"endpoint":{"type":"string","description":"Always \"/web/extract\"."}}}}}}}}},"description":"Web scraping API: fetch any public web page and get its readable content as clean markdown — title, author, canonical URL, boilerplate stripped. Honest User-Agent, robots.txt honored (explicit Disallow returns an unpaid 403), private/internal targets refused, at most 3 safety-revalidated redirects, 1MB input / 100k character output caps. HTML pages only. Use for research agents, content extraction, summarization pipelines, and RAG ingestion. Cached up to 5 minutes per URL.","lastUpdated":"2026-08-30T12:06:31.356Z","serviceName":"Stride20k","x402Version":2}]}}