{"api":"v1","generated_at":"2026-09-16T03:00:58.125Z","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/api-kadec0-xyz-v1-serp-read-4a3293","pinned_page":"https://tollindex.com/e/api-kadec0-xyz-v1-serp-read-4a3293/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"api-kadec0-xyz-v1-serp-read-4a3293","canonical_url":"https://api.kadec0.xyz/v1/serp-read","resource":"https://api.kadec0.xyz/v1/serp-read","http_method":"GET","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Web search plus page reading in one call: answer with sources. Runs a web search, scrapes the top results, and returns the ranked search results together with each page's content as clean LLM-ready markdown, so an agent gets the SERP AND the underlying text without a second round of scrape calls. Per-page fetch errors are reported honestly per URL.","service_name":"Web Search + Page Reader","declared_category":null,"declared_tags":["search","web-search","serp","answer-with-sources","web-reader"],"route_template":null,"registry_updated":"2026-09-15T06:57:04.285Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"serp read","category":"search","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","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.08 USDC","amount_units":0.08,"decimals_known":true,"pay_to":"0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":168,"unique_payers_30d":4,"last_called_at":"2026-09-15T06:57:03.862Z"},"validation":{"latest":{"observed_at":"2026-09-15T04:39:33.305Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T04:39:33.305Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:35:22.386Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:33:44.710Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:49:52.028Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T10:23:41.494Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA","page":"https://tollindex.com/seller/0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA","endpoints":43,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["search","web-search","serp","answer-with-sources","web-reader"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x4df66B6c140778fe0717880A7c6dDE5Ea53AcDeA","amount":"80000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-15T06:57:03.862Z","l30DaysTotalCalls":168,"l30DaysUniquePayers":4},"resource":"https://api.kadec0.xyz/v1/serp-read","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","queryParams":{"q":"how does x402 payment protocol work","fetch_top":"3"}},"output":{"type":"json","example":{"count":2,"items":[{"type":"serp_read","query":"how does x402 payment protocol work","results":[{"url":"https://example.com/x402","rank":1,"type":"search_result","title":"x402 docs","snippet":"HTTP 402..."}],"resultCount":5},{"url":"https://example.com/x402","rank":1,"type":"page_extract","title":"x402 docs","markdown":"# x402\nThe payment-required protocol...","wordCount":900,"httpStatus":200,"markdownTruncated":false}]}}},"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","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["q"],"properties":{"q":{"type":"string","description":"search query"},"mode":{"enum":["web","news"],"type":"string","default":"web"},"engine":{"type":"string","default":"auto","description":"search backend: auto (recommended) or yahoo/yandex (web); bing (news)"},"region":{"type":"string","default":"us-en","description":"locale, e.g. us-en, uk-en, de-de"},"maxChars":{"type":"string","default":"8000","description":"max markdown chars per fetched page"},"fetch_top":{"type":"string","default":"3","description":"how many top results to fetch and extract, cap 5"},"timelimit":{"enum":["d","w","m","y"],"type":"string","description":"restrict to past day/week/month/year"},"safesearch":{"enum":["on","moderate","off"],"type":"string","default":"moderate"},"num_results":{"type":"string","default":"5","description":"ranked results to return, cap 25"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}}}},"description":"Web search plus page reading in one call: answer with sources. Runs a web search, scrapes the top results, and returns the ranked search results together with each page's content as clean LLM-ready markdown, so an agent gets the SERP AND the underlying text without a second round of scrape calls. Per-page fetch errors are reported honestly per URL.","lastUpdated":"2026-09-15T06:57:04.285Z","serviceName":"Web Search + Page Reader","x402Version":2}]}}