Get the comments (replies) on a specific tweet. Returns the full content and engagement metrics for each reply. Supports pagination.
curl "https://apidirect.io/v1/twitter/tweet/comments?tweet_id=1631781099415257088&pages=1" \
-H "X-API-Key: YOUR_API_KEY"
{
"comments": [
{
"title": "@commenter on X",
"url": "https://twitter.com/commenter/status/...",
"date": "2024-01-15 15:00:00",
"author": "commenter",
"source": "Twitter (X)",
"domain": "x.com",
"snippet": "@username Great post! Totally agree.",
"likes": 50,
"retweets": 5,
"replies": 2,
"quotes": 0,
"bookmarks": 3,
"views": 5000,
"author_followers": 2500,
"author_verified": false,
"lang": "en",
"is_reply": true,
"is_quote": false,
"hashtags": [],
"user_mentions": ["username"]
}
],
"tweet_id": "1631781099415257088",
"pages": 1,
"count": 20
}
Comments are returned sorted by relevance (most engaged replies first).
Each page returns approximately 20 comments. You can fetch up to 10 pages (200 comments) in a single call.
You only pay for successful requests. The Twitter Tweet Comments API costs $0.006 per page. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key