Search Twitter/X posts by keyword. Returns the tweet content, author username, URL, and publication date for each result. Supports fetching multiple pages of results in a single API call.
curl "https://api.apidirect.io/v1/twitter/posts?query=AI&pages=2&sort_by=most_recent" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"posts": [
{
"title": "@username on X",
"url": "https://twitter.com/username/status/...",
"date": "2024-01-15 14:30:00",
"author": "username",
"source": "Twitter (X)",
"snippet": "Tweet content here..."
}
],
"pages": 2,
"count": 40
}
The posts are sourced in real-time from Twitter's public search engine, so you can access tweets from the last few years up to the last few seconds.
Yes, the API includes posts, comments and replies.
You only pay for successful requests. The Twitter Posts 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