Retrieve public Twitter List details, fetch tweets from a List timeline, and search for matching posts inside a specific List as structured JSON.
{
"data": {
"id": "1234567",
"name": "AI Researchers",
"description": "Top AI researchers and practitioners",
"member_count": 245,
"subscriber_count": 1200,
"creator": { "username": "curator", "followers_count": 15000 }
}
}All endpoints return structured JSON and authenticate with your API key in the x-api-key header.
Get complete metadata for any Twitter list: name, description, member count, subscriber count, creation date, and creator profile.
/v1/twitter/lists/{list_id}/detailGet all tweets from any Twitter list timeline. Lists are curated feeds, perfect for monitoring specific topics, industries, or groups of accounts.
/v1/twitter/lists/{list_id}/tweetsSearch for specific keywords within a Twitter list's timeline. Combine the curation of lists with the precision of search.
/v1/twitter/lists/{list_id}/search_tweetsFailed requests never consume credits, and the exact charge is returned in the X-Credits-Used response header.
Start with pay-as-you-go credits (never expire) or save up to 64% with a monthly or annual subscription. No hidden fees, no lock-in.
Everything you need to know about the Twitter Lists API.
Sign up free and get 1,000 API credits. No credit card required.
Disclaimer: ScrapeBadger is not affiliated with, endorsed by, or in any way officially connected with X Corp. (formerly Twitter, Inc.) or any of its subsidiaries or affiliates. The names Twitter, X, and related trademarks are the property of their respective owners.