{"partialResults":false,"resources":[{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"merchant":"x402Atlas","name":"USD Coin","tier":"standard","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9","scheme":"exact"},{"amount":"10000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"merchant":"x402Atlas","name":"USD Coin","tier":"standard","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9","scheme":"exact"},{"amount":"10000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"merchant":"x402Atlas","name":"USD Coin","tier":"standard","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb","merchant":"x402Atlas","tier":"standard"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ","scheme":"exact"}],"description":"Read any web page or article: fetch up to 5 URLs in one batch call and extract the main content as clean, LLM-ready markdown or plain text. Convert webpages to markdown, scrape page text, pull article content for RAG ingestion and AI agent context.","extensions":{"bazaar":{"category":"search","info":{"input":{"method":"GET","queryParams":{"chunks_per_source":3,"format":"markdown","query":"artificial intelligence","urls":"https://en.wikipedia.org/wiki/Artificial_intelligence"},"type":"http"},"output":{"example":{"queried_at":"2026-07-01T12:00:00Z","results":[{"content":"# Artificial intelligence\n\nArtificial intelligence (AI) is intelligence exhibited by machines...","url":"https://en.wikipedia.org/wiki/Artificial_intelligence"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"chunks_per_source":{"description":"Relevant snippets per URL, 1..5 (requires query)","maximum":5,"minimum":1,"type":"integer"},"format":{"default":"markdown","description":"Output content format","enum":["markdown","text"],"type":"string"},"query":{"description":"Optional intent — extracted chunks are reranked by relevance to it","maxLength":1000,"type":"string"},"urls":{"description":"One URL or an array of up to 5 absolute http(s) URLs to extract content from","oneOf":[{"type":"string"},{"items":{"type":"string"},"maxItems":5,"minItems":1,"type":"array"}]}},"required":["urls"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"failed_urls":{"description":"URLs that could not be extracted","items":{"type":"string"},"type":"array"},"queried_at":{"description":"Time the extraction was executed (UTC)","format":"date-time","type":"string"},"results":{"items":{"properties":{"content":{"description":"Extracted page content as markdown or text","type":"string"},"url":{"type":"string"}},"required":["url","content"],"type":"object"},"type":"array"}},"required":["queried_at","results"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"tags":["extract","extraction","web-scraping","scrape","markdown","html-to-markdown","url-to-markdown","reader","read-web-page","fetch-url","batch","rag","ai-agents"]}},"lastUpdated":"2026-09-08T23:08:24.759Z","quality":{"l30DaysTotalCalls":28,"l30DaysUniquePayers":7,"lastCalledAt":"2026-09-08T23:08:24.628Z"},"resource":"https://websearch.use.x402atlas.com/extract","serviceName":"Web Search, News \u0026 Page Reader","tags":["extract","extraction","web-scraping","scrape","markdown"],"type":"http","x402Version":2},{"accepts":[{"amount":"40000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x6c0752c09e7F6fA6526fCDf40e456a159ebB5621","scheme":"exact"},{"amount":"40000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"FJqAJ4dXkFbrp3EEo8E9x98iaBGUQwaU8Srz5ePfUXLH","scheme":"exact"}],"description":"Scrapes any webpage and pulls title, description, canonical URL, OpenGraph + Twitter card metadata, headings, and outbound links from a single URL. Server-side rendering; body content rendered as text, raw HTML, or clean markdown, with optional link extraction. Cheerio-based with no headless browser, so it is fast and cheap, ideal for static pages and SSR sites. For JS-heavy SPAs that need a real browser, see website-screenshot. Use it as a web scraping API or webpage metadata extractor.","extensions":{"bazaar":{"discoverable":true,"info":{"input":{"body":{"format":"text","url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"body_chars":128,"canonical":null,"description":"","final_url":"https://example.com/","format":"text","h1":"Example Domain","lang":"en","og":{},"status_code":200,"text":"Example Domain\n\nThis domain is for use in documentation examples without needing permission. Avoid use in operations.\n\nLearn more","title":"Example Domain","twitter":{},"url":"https://example.com"},"type":"json"}},"related":["/content-trust-check","/news-content","/search-content"],"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"format":{"description":"Body output format. 'text' (default, plain text), 'html' (raw HTML body), or 'markdown' (clean markdown — best for LLM ingestion).","enum":["text","html","markdown"],"type":"string"},"include_links":{"description":"If true, also returns an array of all \u003ca href\u003e links found on the page. Default false.","type":"boolean"},"url":{"description":"Public URL to fetch and parse. Must include scheme (http/https). Follows redirects.","type":"string"},"user_agent":{"description":"Custom User-Agent header. Defaults to a modern desktop Chrome UA.","type":"string"}},"required":["url"]},"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":{"properties":{"body_chars":{"type":"integer"},"canonical":{"type":"null"},"description":{"type":"string"},"final_url":{"type":"string"},"format":{"type":"string"},"h1":{"type":"string"},"lang":{"type":"string"},"og":{"properties":{},"type":"object"},"status_code":{"type":"integer"},"text":{"type":"string"},"title":{"type":"string"},"twitter":{"properties":{},"type":"object"},"url":{"type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_awpbwsy3"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1783070352/bazaar-icons/54f004eda341546b.png","lastUpdated":"2026-09-06T07:06:31.919Z","quality":{"l30DaysTotalCalls":4,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-06T07:06:31.704Z"},"resource":"https://x402.agentutility.ai/scrape-website","serviceName":"AgentUtility.ai","tags":["web-probe","scrape","website"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x973a31858f4d2125f48c880542da11a2796f12d6","scheme":"exact"},{"amount":"10000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x973a31858f4d2125f48c880542da11a2796f12d6","scheme":"exact"}],"description":"Pass up to 5 URLs (comma-separated) and get each page back as clean text with its title. Renders pages that build their content in the browser, which a plain server-side fetch cannot read at all — so it covers the SPAs, dashboards and app pages that url-extract deliberately refuses. Returns partial success: pages that fail come back in a `failed` list with the reason, and a call where every URL fails is not charged. For a single static page, url-extract is cheaper.","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{"urls":"https://a.com/post, https://b.com/docs"},"type":"http"},"output":{"example":{"checkedAt":"2026-09-03T11:49:59.503Z","failedCount":0,"pageCount":1,"pagesCount":1,"requested":1,"upstreamMs":700},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{"urls":{"description":"URLs (comma-separated, max 5)","type":"string"}},"required":["urls"],"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"}},"builder-code":{"info":{"a":"bc_pa0gqlv1"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-09-04T04:56:49.567Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-04T04:56:49.091Z"},"resource":"https://402.com.tr/api/x402/web-extract","serviceName":"Batch Page Reader","tags":["web","scraping","extraction","content","extract"],"type":"http","x402Version":2},{"accepts":[{"amount":"6000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","scheme":"exact"}],"description":"Fetch any public web page and return clean main content as JSON: title, author, publish date, hostname, excerpt, full text, and word_count. Boilerplate (nav, ads, footers) is stripped. Input: url (public http/https). Use to read articles, docs, or pages and feed clean text to an LLM.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"url":"https://example.com"},"type":"http"},"output":{"example":{"author":null,"date":null,"hostname":"example.com","text":"Example Domain. This domain is for use in illustrative examples...","title":"Example Domain","url":"https://example.com","word_count":19},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"}},"required":["method"],"type":"object"}}}}},"lastUpdated":"2026-08-31T21:55:19.025Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-31T21:55:18.462Z"},"resource":"https://x402.shizu.me/scrape","serviceName":"Web Page Scraper","tags":["web-scraping","content-extraction","html-to-text","article","readability"],"type":"http","x402Version":2},{"accepts":[{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x478bCdeA94b9CB5EA14C33e6f0d7E920743d39f2","scheme":"exact"},{"amount":"3000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0x478bCdeA94b9CB5EA14C33e6f0d7E920743d39f2","scheme":"exact"},{"amount":"3000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x478bCdeA94b9CB5EA14C33e6f0d7E920743d39f2","scheme":"exact"},{"amount":"3000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"9N5TAHbtp9s8Ksrcn4b9Kig4uTRnevZC13bSsMnMAQ4c","scheme":"exact"}],"description":"Web content extraction for agents at the lowest price in this catalog tier: pass a URL, get the readable content as clean markdown or plain text - title, author, date, main text, tables, links. Direct fetch, no third-party search index resold. 3 MB / 20 s caps, internal addresses refused. Fixed $0.003 per fetch, signed receipt included.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"format":"markdown","url":"https://example.com/article"},"type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"format":{"description":"output format, default markdown","enum":["markdown","text"],"type":"string"},"url":{"description":"public http(s) URL to read","type":"string"}},"required":["url"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-09-09T16:16:18.126Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":2,"lastCalledAt":"2026-09-09T16:16:17.465Z"},"resource":"https://api.eucompliance.tools/x402/read","serviceName":"Web Page Reader","tags":["content-extraction","scraping","web-content","fetch-url","reader"],"type":"http","x402Version":2},{"accepts":[{"amount":"6000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A","scheme":"exact"}],"description":"Fetch a URL and return its main article as clean HTML, Markdown and plain text.","extensions":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"url":{"description":"Public http(s) URL to fetch. Private/loopback/link-local addresses are rejected.","format":"uri","maxLength":2048,"type":"string"}},"required":["url"],"type":"object"},"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"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-09-06T08:08:54.796Z","quality":{"l30DaysTotalCalls":6,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-06T08:08:54.517Z"},"resource":"https://web.openverbs.com/v1/extract","serviceName":"Extract readable content","tags":["extract article text","readable content api","url to markdown","web page to text","html article extraction"],"type":"http","x402Version":2},{"accepts":[{"amount":"50000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xdaDc335482AD545296Fd7b28518A251fFCbEb9Df","scheme":"exact"},{"amount":"50000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"8FVeybWnB4dYrxTuPK7WzFZNAiEcFVaDLFnKpRwVGr5s","scheme":"exact"}],"description":"Fetch any article or web page and extract clean readable text stripped of navigation, ads, and boilerplate — returns the main content body, word count, estimated reading time, detected language, and key sentences so agents can read the web without a browser or third-party scraping service. For JS-rendered or bot-walled pages a plain fetch can't read, use /exa/contents.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"url":"https://www.sitemaps.org/protocol.html"},"type":"http"},"output":{"example":{"content":"This document describes the XML schema for the Sitemap protocol.\n\nThe Sitemap protocol format consists of XML tags...","content_length_chars":18894,"final_url":"https://www.sitemaps.org/protocol.html","findings":[],"grade":"A","language":"en","preview":["This document describes the XML schema for the Sitemap protocol.","The Sitemap protocol format consists of XML tags.","All data values in a Sitemap must be entity-escaped."],"reading_time_minutes":11,"score":100,"status_code":200,"title":"sitemaps.org - Protocol","url":"https://www.sitemaps.org/protocol.html","word_count":2456},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"url":{"description":"Public URL to extract content from (e.g. https://www.sitemaps.org/protocol.html)","type":"string"}},"required":["url"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"content":{"type":"string"},"content_length_chars":{"type":"number"},"final_url":{"type":"string"},"findings":{"type":"array"},"grade":{"type":"string"},"language":{"type":"string"},"preview":{"type":"array"},"reading_time_minutes":{"type":"number"},"score":{"type":"number"},"status_code":{"type":"number"},"title":{"type":"string"},"url":{"type":"string"},"word_count":{"type":"number"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1784214098/bazaar-icons/7d2bf437631b2e4e.png","lastUpdated":"2026-09-08T14:50:38.411Z","quality":{"l30DaysTotalCalls":3,"l30DaysUniquePayers":1,"lastCalledAt":"2026-09-08T14:50:37.936Z"},"resource":"https://netintel.dev/page-extract/read","serviceName":"NetIntel","tags":["read webpage","web content","url to markdown","page reader","article extract"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xa0BFa4f07281c9b248DC3AED2217836BcA24869B","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"B4CHWQeQn7GDLZD2aW6hpGG2bEseisBFLZYECA3HDLan","scheme":"exact"}],"description":"Convert and extract a public website URL into clean Markdown or readable text plus bounded structured links, canonical and heading signals, Schema.org types, redirect evidence, content hashes, and response provenance for RAG, research, or agent context.","extensions":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"data":{"characters":167,"content":"# Example Domain\n\nThis domain is for use in documentation examples without ne...","contentSha256":"5945db6fd8137aa377638814ca9bb1ac0a663fd90a97f11f86c3f5c09cfb40e3","description":null,"extraction":{"javascriptRendered":false,"limitations":["Client-rendered content is not executed.","Markdown preserves readable block text, not the complete page layout.","Structured links are bounded and exclude non-HTTP(S) targets."],"linksPreserved":true,"method":"bounded HTML DOM extraction","version":"apiacre-content-extract/3"},"format":"markdown","language":"en","links":{"detected":1,"external":1,"internal":0,"returned":1,"truncated":false},"pageSignals":{"alternateLanguageCount":0,"canonicalUrl":null,"feedCount":0,"headings":{"h1":["Example Domain"],"h2Count":0,"h3Count":0},"structuredData":{"blocks":0,"invalidBlocks":0,"truncated":false,"types":[],"validBlocks":0}},"redirected":false,"requestedUrl":"https://example.com/","response":{"bodySha256":"ff67a9d764d6a2367a187734e697f6a53217db9a21c101d410a113ca871a299d","bytes":559,"contentType":"text/html","elapsedMs":36,"statusCode":200},"sha256":"5945db6fd8137aa377638814ca9bb1ac0a663fd90a97f11f86c3f5c09cfb40e3","title":"Example Domain","url":"https://example.com/","words":19},"meta":{"cached":false,"duration_ms":42,"next_actions":[],"sources":[],"warnings":[]},"request_id":"018f1f54-7f38-7ba2-8dc3-5f90272d9f1a","service":"web.extract","version":"1"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"output":{"type":"string"},"url":{"type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"properties":{"characters":{"type":"integer"},"content":{"type":"string"},"contentSha256":{"type":"string"},"description":{"type":["string","null"]},"extraction":{"type":"object"},"format":{"type":"string"},"language":{"type":["string","null"]},"links":{"type":"object"},"pageSignals":{"type":"object"},"redirected":{"type":"boolean"},"requestedUrl":{"type":"string"},"response":{"type":"object"},"sha256":{"type":"string"},"title":{"type":["string","null"]},"url":{"type":"string"},"words":{"type":"integer"}},"type":"object"},"meta":{"properties":{"cached":{"type":"boolean"},"duration_ms":{"type":"integer"},"next_actions":{"items":{"type":"object"},"type":"array"},"sources":{"items":{"type":"string"},"type":"array"},"warnings":{"items":{"type":"string"},"type":"array"}},"required":["duration_ms","cached","sources","warnings","next_actions"],"type":"object"},"request_id":{"type":"string"},"service":{"type":"string"},"version":{"type":"string"}},"required":["request_id","service","version","data","meta"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"payment-identifier":{"info":{"required":false},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"id":{"maxLength":128,"minLength":16,"pattern":"^[a-zA-Z0-9_-]+$","type":"string"},"required":{"type":"boolean"}},"required":["required"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1786471603/bazaar-icons/3cd5dfbdc8c7913d.png","lastUpdated":"2026-08-31T16:17:29.125Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-31T16:17:27.945Z"},"resource":"https://apiacre.com/v1/web/extract","serviceName":"API Acre","tags":["url-to-markdown","website-to-markdown","extract-webpage","convert-webpage","clean-text"],"type":"http","x402Version":2},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x973a31858f4d2125f48c880542da11a2796f12d6","scheme":"exact"}],"description":"Pass a URL and get the page as clean text — furniture (nav, scripts, ads, footers) stripped, paragraphs preserved — plus its title, description and site name. The step every agent needs before it can reason about a page, and the one most agents can't do themselves: serverless runtimes and MCP clients have no browser and no HTML parser. Follows redirects safely, refuses non-text content, caps at 2 MB. Nothing crypto about it.","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{"maxChars":"40000","url":"https://402.com.tr/agents"},"type":"http"},"output":{"example":{"chars":11704,"contentType":"text/html","fetchedAt":"2026-08-13T05:56:27.875Z","redirects":0,"truncated":false,"words":1594},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{"maxChars":{"description":"Max characters (optional)","type":"string"},"url":{"description":"Page URL","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"}},"builder-code":{"info":{"a":"bc_pa0gqlv1"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-23T03:04:15.4Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-23T03:04:14.926Z"},"resource":"https://402.com.tr/api/x402/url-extract","serviceName":"URL to Text","tags":["web","scraping","extraction","content","url"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x29322Ea7EcB34aA6164cb2ddeB9CE650902E4f60","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"4du4AfkjJEwch2zk3shkPJVZfyJHNDnNjEWC6AboaS5Z","scheme":"exact"}],"description":"Extract clean, readable text from any web page — removes navigation, ads, scripts, and boilerplate. Dual-engine extraction with JS-rendered page fallback for SPAs and dynamic content. Returns content with title, author, word count, language, and reading time. No headless browser or scraping library needed. Accepts USDC payments on Base and Solana","extensions":{"bazaar":{"category":"content-extraction","discoverable":true,"info":{"input":{"method":"GET","queryParams":{"url":"https://example.com/article"},"type":"http"},"output":{"example":{"author":"John Smith","content":"OpenAI announced GPT-5 today, marking a significant leap in reasoning capabilities. The model demonstrates improved performance across mathematical reasoning, coding, and scientific analysis benchmarks...","language":"en","reading_time_minutes":5,"title":"OpenAI Launches GPT-5 with Advanced Reasoning","word_count":1250},"type":"json"}},"schema":{"properties":{"input":{"required":["method"]}}},"tags":["web","extract","summary","ai"]}},"lastUpdated":"2026-08-22T21:10:50.447Z","quality":{"l30DaysTotalCalls":3,"l30DaysUniquePayers":2,"lastCalledAt":"2026-08-22T21:10:49.74Z"},"resource":"https://content.hugen.tokyo/content/extract","type":"http","x402Version":2}],"searchMethod":"hybrid","x402Version":2,"meta":{"searchToken":"l6wn5vlonljbqaa"}}
