{"name":"public-post-search","description":"Searches recent public posts on X/Twitter with public metrics and author expansion. Same read-only backend as x-search; useful for agents that ask for public post search rather than tweet search. No account mutation. Use it as a public post search API, social post search API, or X recent search endpoint.","price":"$0.01","method":"POST","input_schema":{"properties":{"query":{"type":"string","description":"X recent-search query."},"max_results":{"type":"number","description":"Number of recent posts to fetch. Clamped to 10-50. Default 10."},"language":{"type":"string","description":"Optional two-letter language filter."}},"required":["query"]},"input_example":{"query":"coinbase x402","language":"en","max_results":10},"output_example":{"mode":"search","result_count":10,"source":"X API v2 recent search"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}