Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$0.2 / 1k tweets
Extract tweets from Twitter by keyword, URL, list, or profile, with content, date, and engagement metrics
Endpoint
POST /api/v1/agents/twitter/tweets/run
Parameters
List · One per line. You can input tweet/profile URLs, handles, or search keywords (e.g. ‘AI research’, ‘product launch’). Use the date filters below for time ranges.
Number · Maximum number of tweets to return. Use 0 for all.
Dropdown · Sort order for search results. Default is ‘Latest’.Options:
Top, Latest, Latest + TopLegend: Top = Top Tweets, Latest = Latest Tweets, Latest + Top = Latest + Top TweetsToggle · Only return tweets from verified (blue-check) accounts.
Number · Minimum number of retweets a tweet must have.
Number · Minimum number of replies a tweet must have.
Date picker · Only tweets posted on or after this date.
Date picker · Only tweets posted on or before this date.
Response columns
| Field | Display name | Type |
|---|---|---|
tweetUrl | Tweet URL | url |
tweetText | Tweet Text | text |
posted | Posted | text |
language | Language | text |
authorName | Author Name | text |
authorHandle | Author Handle | text |
authorAvatar | Author Avatar | url |
authorFollowers | Author Followers | number |
authorBlueCheck | Author Blue Check | boolean |
likes | Likes | number |
retweets | Retweets | number |
replies | Replies | number |
quotes | Quotes | number |
views | Views | number |
bookmarks | Bookmarks | number |
isReply | Is Reply | boolean |
isQuote | Is Quote | boolean |
isRetweet | Is Retweet | boolean |
sensitive | Sensitive | boolean |
type | Type | text |
Example
Example response
Response