{"name":"search-content","description":"Search-with-contents API: send a query and get back ranked web results with each page's cleaned text already attached, instead of a link list you have to fetch yourself. Built for the workflow agents already pay Tavily and Exa for: search, then fetch and clean each result page, in one call. Composite: one call runs web-search, then scrapes and cleans the top results' page text in parallel, capped at 4000 characters per page. web-search is required; each page fetch is an independent optional leg, so a slow or blocked page returns content: null with a note on that one result instead of failing the whole call. Use it as a search API with page content, a Tavily/Exa-style search-and-extract tool, or a web research fetch for agents that need result text, not just links.","price":"$0.05","method":"POST","input_schema":{"properties":{"query":{"type":"string","description":"Search query. Max 500 chars."},"num_results":{"type":"number","description":"Number of results to fetch page content for (default 3, max 5)."},"recency":{"type":"string","description":"Optional recency filter: 'day', 'week', 'month', 'year', or 'any'."}},"required":["query"]},"input_example":{"query":"x402 protocol agent payments","num_results":3},"output_example":{"query":"x402 protocol agent payments","results":[{"title":"x402 protocol overview","url":"https://example.com/x402","snippet":"Payment protocol for agents...","content":"x402 is an open protocol for internet-native payments using HTTP 402...","content_truncated":false}],"composed_of":["web-search","scrape:https://example.com/x402"],"components":[{"name":"web-search","ok":true,"ms":700}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}