{"name":"site-search","description":"Searches the public web, or a specific site/domain when the query includes a site: filter, via Decodo Google Search. If primary search is quota-limited, a best-effort fallback maps site: to GDELT domain: and returns marked degraded recent public-news results (https://www.gdeltproject.org/); fallback recency is capped at 168 hours and only news-indexed pages can appear. Use it as a site-search API for agents.","price":"$0.01","method":"POST","input_schema":{"properties":{"query":{"type":"string","description":"Search query. Include site:example.com to search within a site/domain."},"num_results":{"type":"number","description":"Number of results to return. Default 10, max 20."},"limit":{"type":"number","description":"Alias for num_results. If both are supplied, num_results wins."},"include_text":{"type":"boolean","description":"Whether to include fetched page text when the upstream supports it."},"recency":{"type":"string","enum":["day","week","month","year","any"],"description":"Optional freshness filter. Default 'any'."}},"required":["query"]},"input_example":{"query":"site:docs.cloud.coinbase.com x402","num_results":10},"output_example":{"query":"site:docs.cloud.coinbase.com x402","results":[{"title":"Example","domain":"docs.cloud.coinbase.com"}],"source":"GDELT public-news fallback","source_url":"https://www.gdeltproject.org/","degraded":true,"include_text":false,"note":"Primary web search was unavailable; returned recent public-news results instead."},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}