{"name":"tweets","description":"Looks up X posts in bulk by ID with the read-only X API v2, using the exact buyer slug seen in market demand. Pass tweet_ids or ids and get public post text, timestamps, language, public metrics, and expanded author profile fields. Requires X_BEARER_TOKEN; no posting, replying, liking, following, or account mutation. Use it as a tweets API, bulk X tweet lookup, or Twitter tweet IDs lookup.","price":"$0.01","method":"POST","input_schema":{"properties":{"mode":{"type":"string","enum":["tweets"],"description":"Use 'tweets' for bulk tweet lookup. Defaults to tweets when ids are supplied."},"tweet_ids":{"type":"array","items":{"type":"string"},"description":"Numeric X/Twitter tweet IDs. Up to 100."},"ids":{"type":"array","items":{"type":"string"},"description":"Alias for tweet_ids."}},"required":["tweet_ids"]},"input_example":{"mode":"tweets","tweet_ids":["1800000000000000000","1800000000000000001"]},"output_example":{"mode":"tweets","requested":2,"result_count":2,"tweets":[{"id":"1800000000000000000","text":"x402 payments are live","author":{"username":"agentutility_ai"}}],"source":"X API v2 tweet lookup"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}