{"x402Version":2,"payTo":"0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9","resources":[{"id":457,"slug":"457","resource":"https://websearch.use.x402atlas.com/search","description":"Real-time web search for AI agents — search the web and get ranked SERP-style results as clean JSON: title, URL, snippet, relevance score, optional LLM-generated answer. Find up-to-date information online — latest news, current events, finance. Date, domain and exact-phrase filters.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:137","payTo":"0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","amount":"10000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:42161","payTo":"0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","amount":"10000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"category":"search","info":{"input":{"method":"GET","queryParams":{"chunks_per_source":2,"query":"latest developments in AI agents","search_depth":"fast"},"type":"http"},"output":{"example":{"queried_at":"2026-07-01T12:00:00Z","query":"latest developments in AI agents","results":[{"content":"A short, relevant snippet from the page...","score":0.87,"title":"AI agents in 2026: what changed","url":"https://example.com/ai-agents-2026"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"query":{"description":"The search query to execute","maxLength":1000,"type":"string"}},"required":["query"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"answer":{"description":"LLM-generated answer grounded in the results (only when include_answer was set)","type":"string"},"note":{"description":"Present only on a sample response (empty/omitted query): a hint to pass a real query. The paid request ran; no upstream call was made.","type":"string"},"queried_at":{"description":"Time the search was executed (UTC)","format":"date-time","type":"string"},"query":{"description":"The upstream-normalized query that was executed","type":"string"},"results":{"items":{"properties":{"content":{"description":"Relevant snippet from the page","type":"string"},"raw_content":{"description":"Cleaned full page content (only when include_raw_content was set)","type":"string"},"score":{"description":"Relevance score","type":"number"},"title":{"type":"string"},"url":{"type":"string"}},"required":["title","url","content","score"],"type":"object"},"type":"array"}},"required":["queried_at","query","results"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"tags":["web-search","search","serp","web","internet-search","news","news-search","real-time","rag","ai-agents","llm-answer","current-events","json","grounding","fast-search"]}},"tags":["bazaar"],"sourceHost":"websearch.use.x402atlas.com","lastUpdated":"2026-09-18T21:31:48.453Z","quality":{"calls30d":204,"uniquePayers30d":13,"lastCalledAt":"2026-09-18T17:51:29.924Z"},"liveness":{},"verified":false,"featured":false},{"id":458,"slug":"458","resource":"https://websearch.use.x402atlas.com/extract","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.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:137","payTo":"0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","amount":"10000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:42161","payTo":"0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","amount":"10000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"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"]}},"tags":["bazaar"],"sourceHost":"websearch.use.x402atlas.com","lastUpdated":"2026-09-15T06:31:28.541Z","quality":{"calls30d":6,"uniquePayers30d":5,"lastCalledAt":"2026-09-15T06:31:28.421Z"},"liveness":{},"verified":false,"featured":false},{"id":459,"slug":"459","resource":"https://websearch.use.x402atlas.com/search/advanced","description":"Deep web research for AI agents — advanced search returning the highest-relevance results with multiple query-focused snippets per source, plus an optional LLM-generated answer grounded in the returned sources when include_answer is set. One-call research assistant for high-precision queries; news and finance topics, date and domain filters.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"25000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:137","payTo":"0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","amount":"25000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:42161","payTo":"0xF752eEB75d3Bea24AA867ad93bfd8EF5a2F431B9","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","amount":"25000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"25000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"category":"search","info":{"input":{"method":"GET","queryParams":{"chunks_per_source":2,"query":"latest developments in AI agents"},"type":"http"},"output":{"example":{"queried_at":"2026-07-01T12:00:00Z","query":"latest developments in AI agents","results":[{"content":"A short, relevant snippet from the page...","score":0.87,"title":"AI agents in 2026: what changed","url":"https://example.com/ai-agents-2026"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"query":{"description":"The search query to execute","maxLength":1000,"type":"string"}},"required":["query"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"answer":{"description":"LLM-generated answer grounded in the results (only when include_answer was set)","type":"string"},"note":{"description":"Present only on a sample response (empty/omitted query): a hint to pass a real query. The paid request ran; no upstream call was made.","type":"string"},"queried_at":{"description":"Time the search was executed (UTC)","format":"date-time","type":"string"},"query":{"description":"The upstream-normalized query that was executed","type":"string"},"results":{"items":{"properties":{"content":{"description":"Relevant snippet from the page","type":"string"},"raw_content":{"description":"Cleaned full page content (only when include_raw_content was set)","type":"string"},"score":{"description":"Relevance score","type":"number"},"title":{"type":"string"},"url":{"type":"string"}},"required":["title","url","content","score"],"type":"object"},"type":"array"}},"required":["queried_at","query","results"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"tags":["web-search","search","serp","web","internet-search","news","news-search","real-time","rag","ai-agents","llm-answer","deep-research","research","research-assistant","citations","grounding","finance"]}},"tags":["bazaar"],"sourceHost":"websearch.use.x402atlas.com","lastUpdated":"2026-09-15T06:31:30.143Z","quality":{"calls30d":4,"uniquePayers30d":3,"lastCalledAt":"2026-09-15T06:31:30.021Z"},"liveness":{},"verified":false,"featured":false}]}