{"partialResults":false,"resources":[{"accepts":[{"amount":"50000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x60ABF720A5FD7E1D33790a54719CfA71b8929ebA","scheme":"exact"}],"description":"Extract structured public business contact information from any public business website. Returns company name, emails, phone numbers, social profiles, postal addresses, and contact pages as structured JSON. $0.05 per request via x402 on Base.","extensions":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"addresses":[{"addressCountry":"US","addressLocality":"Springfield","addressRegion":"CA","postalCode":"90000","sourceUrl":"https://example.com/contact","streetAddress":"123 Main St"}],"companyName":"Example Inc.","contactPages":["https://example.com/contact"],"domain":"example.com","emails":[{"sourceUrl":"https://example.com/contact","value":"info@example.com"}],"inputUrl":"https://example.com","meta":{"durationMs":1200,"pagesFetched":2},"pagesScanned":["https://example.com/","https://example.com/contact"],"phones":[{"sourceUrl":"https://example.com/contact","value":"+1 555 0100"}],"requestId":"req_example","socials":{"facebook":[],"instagram":[],"linkedin":["https://www.linkedin.com/company/example"],"x":[],"youtube":[]},"success":true},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"url":{"description":"Public http(s) business website URL","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"},"output":{"properties":{"example":{"properties":{"addresses":{"items":{"properties":{"addressCountry":{"type":"string"},"addressLocality":{"type":"string"},"addressRegion":{"type":"string"},"postalCode":{"type":"string"},"sourceUrl":{"type":"string"},"streetAddress":{"type":"string"}},"required":["sourceUrl"],"type":"object"},"type":"array"},"companyName":{"type":["string","null"]},"contactPages":{"items":{"type":"string"},"type":"array"},"domain":{"type":"string"},"emails":{"items":{"properties":{"sourceUrl":{"type":"string"},"value":{"type":"string"}},"required":["value","sourceUrl"],"type":"object"},"type":"array"},"inputUrl":{"type":"string"},"meta":{"properties":{"durationMs":{"type":"number"},"pagesFetched":{"type":"number"}},"required":["pagesFetched","durationMs"],"type":"object"},"pagesScanned":{"items":{"type":"string"},"type":"array"},"phones":{"items":{"properties":{"sourceUrl":{"type":"string"},"value":{"type":"string"}},"required":["value","sourceUrl"],"type":"object"},"type":"array"},"requestId":{"type":"string"},"socials":{"properties":{"facebook":{"items":{"type":"string"},"type":"array"},"instagram":{"items":{"type":"string"},"type":"array"},"linkedin":{"items":{"type":"string"},"type":"array"},"x":{"items":{"type":"string"},"type":"array"},"youtube":{"items":{"type":"string"},"type":"array"}},"required":["linkedin","facebook","instagram","x","youtube"],"type":"object"},"success":{"type":"boolean"}},"required":["success","inputUrl","domain","companyName","emails","phones","socials","addresses","contactPages","pagesScanned","meta","requestId"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-26T02:10:33.996Z","quality":{"l30DaysTotalCalls":3,"l30DaysUniquePayers":3,"lastCalledAt":"2026-08-26T02:10:33.764Z"},"resource":"https://api.stackgoai.com/api/v1/extract-contact","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":"BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"8FVeybWnB4dYrxTuPK7WzFZNAiEcFVaDLFnKpRwVGr5s","scheme":"exact"}],"description":"Extract structured contact details from text, an email signature, or webpage text using Claude Haiku — returns name, title, company, email, phone, and address as clean JSON so agents can turn unstructured contact blocks into CRM-ready records in one call.","extensions":{"bazaar":{"info":{"input":{"body":{"text":"Jane Doe\nVP of Engineering, Acme Corp\njane@acme.com | +1 555 867 5309\n123 Main St, San Francisco, CA 94105"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"cached":false,"contact":{"address":"123 Main St, San Francisco, CA 94105","company":"Acme Corp","email":"jane@acme.com","name":"Jane Doe","phone":"+1 555 867 5309","title":"VP of Engineering"},"fields_found":6,"findings":[],"grade":"A","score":100},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"text":{"description":"The text to extract contact details from — free text, an email signature, or webpage text. Max 10000 words or 50KB.","type":"string"}},"required":["text"],"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"},"output":{"properties":{"example":{"properties":{"cached":{"description":"True if served from the in-memory cache.","type":"boolean"},"contact":{"description":"Parsed contact fields: name, title, company, email, phone, address. Missing fields are null.","type":"object"},"fields_found":{"description":"Count of non-null contact fields.","type":"number"},"findings":{"description":"Informational findings (e.g. no_fields_found).","items":{"type":"string"},"type":"array"},"grade":{"description":"Letter grade A-F","type":"string"},"score":{"description":"Quality score 0-100","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-08-20T15:35:53.505Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":2,"lastCalledAt":"2026-08-20T15:35:53.26Z"},"resource":"https://netintel.dev/extract/contact","serviceName":"NetIntel","tags":["data extraction","document parsing","structured data","text to json","llm extraction"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Extract emails, phones, and social links from a page for outreach, routing, and support.","extra":{"accept_label":"Coinbase CDP","app":"Delx Agent Operations Protocol","facilitator_url":"https://api.cdp.coinbase.com/platform/v2/x402","name":"USD Coin","provider":"coinbase","provider_label":"Coinbase CDP","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","payTo":"0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2","resource":"https://api.delx.ai/api/v1/x402/contact-extract","scheme":"exact"},{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Extract emails, phones, and social links from a page for outreach, routing, and support.","extra":{"accept_label":"PayAI Base","app":"Delx Agent Operations Protocol","facilitator_url":"https://facilitator.payai.network","name":"USD Coin","provider":"payai","provider_label":"PayAI Base","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","payTo":"0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2","resource":"https://api.delx.ai/api/v1/x402/contact-extract","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","description":"Extract emails, phones, and social links from a page for outreach, routing, and support.","extra":{"accept_label":"PayAI Solana","app":"Delx Agent Operations Protocol","facilitator_url":"https://facilitator.payai.network","feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4","name":"USD Coin","provider":"payai","provider_label":"PayAI Solana","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"28heAMpFkeUJsL7o7apiK4oJwZWq2fUHinRwbgYYsemG","resource":"https://api.delx.ai/api/v1/x402/contact-extract","scheme":"exact"}],"description":"Extract emails, phones, and social links from a page for outreach, routing, and support.","extensions":{"bazaar":{"category":"data","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":{"emails":["hello@example.com"],"manifest_url":"https://example.com/site.webmanifest","phone_numbers":["+15551234567"],"social_links":{"github":"https://github.com/example","x":"https://x.com/example"}},"tool_name":"util_contact_extract"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"timeout":{"maximum":15,"minimum":1,"type":"integer"},"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","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":false,"properties":{"result":{"additionalProperties":true,"properties":{"emails":{"items":{"type":"string"},"type":"array"},"manifest_url":{"type":"string"},"phone_numbers":{"items":{"type":"string"},"type":"array"},"social_links":{"type":"object"}},"required":["emails","phone_numbers","social_links","manifest_url"],"type":"object"},"tool_name":{"const":"util_contact_extract","type":"string"}},"required":["tool_name","result"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"serviceName":"Delx Contact Extract","summary":"Extract emails, phones, and social links from a page for outreach, routing, and support.","tags":["x402","data","contacts","social","web"]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1785330572/bazaar-icons/f116ee851813c2b6.png","lastUpdated":"2026-08-04T20:38:07.703Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-04T20:38:07.331Z"},"resource":"https://api.delx.ai/api/v1/x402/contact-extract","serviceName":"Delx Contact Extract","tags":["x402","data","contacts","social","web"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Website content extraction API for agents: one $0.01 USDC call returns a website intelligence report with page metadata, readable signals, docs map, pricing hints, contacts, forms, feeds and crawl guidance—not general web search and not a multi-URL crawl farm.","extra":{"accept_label":"Coinbase CDP","app":"Delx Agent Operations Protocol","facilitator_url":"https://api.cdp.coinbase.com/platform/v2/x402","name":"USD Coin","provider":"coinbase","provider_label":"Coinbase CDP","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","payTo":"0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2","resource":"https://api.delx.ai/api/v1/x402/website-intelligence-report","scheme":"exact"},{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Website content extraction API for agents: one $0.01 USDC call returns a website intelligence report with page metadata, readable signals, docs map, pricing hints, contacts, forms, feeds and crawl guidance—not general web search and not a multi-URL crawl farm.","extra":{"accept_label":"PayAI Base","app":"Delx Agent Operations Protocol","facilitator_url":"https://facilitator.payai.network","name":"USD Coin","provider":"payai","provider_label":"PayAI Base","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","payTo":"0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2","resource":"https://api.delx.ai/api/v1/x402/website-intelligence-report","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","description":"Website content extraction API for agents: one $0.01 USDC call returns a website intelligence report with page metadata, readable signals, docs map, pricing hints, contacts, forms, feeds and crawl guidance—not general web search and not a multi-URL crawl farm.","extra":{"accept_label":"PayAI Solana","app":"Delx Agent Operations Protocol","facilitator_url":"https://facilitator.payai.network","feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4","name":"USD Coin","provider":"payai","provider_label":"PayAI Solana","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"28heAMpFkeUJsL7o7apiK4oJwZWq2fUHinRwbgYYsemG","resource":"https://api.delx.ai/api/v1/x402/website-intelligence-report","scheme":"exact"}],"description":"Website content extraction API for agents: one $0.01 USDC call returns a website intelligence report with page metadata, readable signals, docs map, pricing hints, contacts, forms, feeds and crawl guidance—not general web search and not a multi-URL crawl farm.","extensions":{"bazaar":{"category":"data","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":{"page":{"title":"Example Domain"},"summary":{"has_contacts":false,"has_feeds":false,"has_forms":false,"title":"Example Domain"}},"tool_name":"util_website_intelligence_report"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"timeout":{"maximum":15,"minimum":1,"type":"integer"},"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","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":false,"properties":{"result":{"additionalProperties":true,"properties":{"audit_level":{"type":"string"},"audit_score":{"type":"integer"},"auth_link_count":{"type":"integer"},"description":{"type":"string"},"docs_link_count":{"type":"integer"},"emails":{"items":{"type":"string"},"type":"array"},"feed_count":{"type":"integer"},"path_count":{"type":"integer"},"pricing_signals":{"type":"object"},"readiness_level":{"type":"string"},"readiness_score":{"type":"integer"},"social_channels":{"items":{"type":"string"},"type":"array"},"summary":{"type":"object"},"title":{"type":"string"},"trust_level":{"type":"string"},"trust_score":{"type":"integer"},"url":{"type":"string"},"x402_path_count":{"type":"integer"}},"type":"object"},"tool_name":{"const":"util_website_intelligence_report","type":"string"}},"required":["tool_name","result"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"serviceName":"Delx Website Intelligence Report","summary":"Website content extraction API for agents: one $0.01 USDC call returns a website intelligence report with page metadata, readable signals, docs map, pricing hints, contacts, forms, feeds and crawl guidance—not general web search and not a multi-URL crawl farm.","tags":["x402","web","research","website-content","website-content-extraction","website-content-extraction-api","website-intelligence","website-intelligence-api","content-extraction","site-intelligence","page-metadata","docs-map","pricing-page","contacts","forms","feeds","crawl-hints","gtm","crawl","agent"]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1785330572/bazaar-icons/f116ee851813c2b6.png","lastUpdated":"2026-08-03T19:19:47.338Z","quality":{"l30DaysTotalCalls":4,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-03T19:19:46.779Z"},"resource":"https://api.delx.ai/api/v1/x402/website-intelligence-report","serviceName":"Delx Website Intelligence Report","tags":["x402","web","research","website-content","website-content-extraction"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Build a company contact pack from page contacts, forms, socials, registrar, and security channels.","extra":{"accept_label":"Coinbase CDP","app":"Delx Agent Operations Protocol","facilitator_url":"https://api.cdp.coinbase.com/platform/v2/x402","name":"USD Coin","provider":"coinbase","provider_label":"Coinbase CDP","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","payTo":"0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2","resource":"https://api.delx.ai/api/v1/x402/company-contact-pack","scheme":"exact"},{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Build a company contact pack from page contacts, forms, socials, registrar, and security channels.","extra":{"accept_label":"PayAI Base","app":"Delx Agent Operations Protocol","facilitator_url":"https://facilitator.payai.network","name":"USD Coin","provider":"payai","provider_label":"PayAI Base","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","payTo":"0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2","resource":"https://api.delx.ai/api/v1/x402/company-contact-pack","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","description":"Build a company contact pack from page contacts, forms, socials, registrar, and security channels.","extra":{"accept_label":"PayAI Solana","app":"Delx Agent Operations Protocol","facilitator_url":"https://facilitator.payai.network","feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4","name":"USD Coin","provider":"payai","provider_label":"PayAI Solana","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"28heAMpFkeUJsL7o7apiK4oJwZWq2fUHinRwbgYYsemG","resource":"https://api.delx.ai/api/v1/x402/company-contact-pack","scheme":"exact"}],"description":"Build a company contact pack from page contacts, forms, socials, registrar, and security channels.","extensions":{"bazaar":{"category":"data","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":{"emails":["hello@example.com"],"phones":["+15551234567"],"priority_links":["https://example.com/contact"]},"tool_name":"util_company_contact_pack"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"timeout":{"maximum":15,"minimum":1,"type":"integer"},"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","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":false,"properties":{"result":{"additionalProperties":true,"properties":{"audit_level":{"type":"string"},"audit_score":{"type":"integer"},"auth_link_count":{"type":"integer"},"description":{"type":"string"},"docs_link_count":{"type":"integer"},"emails":{"items":{"type":"string"},"type":"array"},"feed_count":{"type":"integer"},"path_count":{"type":"integer"},"pricing_signals":{"type":"object"},"readiness_level":{"type":"string"},"readiness_score":{"type":"integer"},"social_channels":{"items":{"type":"string"},"type":"array"},"summary":{"type":"object"},"title":{"type":"string"},"trust_level":{"type":"string"},"trust_score":{"type":"integer"},"url":{"type":"string"},"x402_path_count":{"type":"integer"}},"type":"object"},"tool_name":{"const":"util_company_contact_pack","type":"string"}},"required":["tool_name","result"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"serviceName":"Delx Company Contact Pack","summary":"Build a company contact pack from page contacts, forms, socials, registrar, and security channels.","tags":["x402","data","contacts","company","support"]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1785330572/bazaar-icons/f116ee851813c2b6.png","lastUpdated":"2026-08-04T21:11:18.13Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-04T21:11:17.535Z"},"resource":"https://api.delx.ai/api/v1/x402/company-contact-pack","serviceName":"Delx Company Contact Pack","tags":["x402","data","contacts","company","support"],"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":"GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"},"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 scrape 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-08-06T20:39:43.178Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-06T20:39:39.38Z"},"resource":"https://x402.agentutility.ai/scrape-website","serviceName":"AgentUtility.ai","tags":["web-probe","scrape","website"],"type":"http","x402Version":2}],"searchMethod":"hybrid","x402Version":2,"meta":{"searchToken":"5sii7xdhftnicaa"}}
