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.
$3.7 / 1k posts
Extract Threads posts and user profiles by username, hashtag, or keyword, including engagement metrics
Endpoint
POST /api/v1/agents/threads/posts/run
Parameters
List · One per line. For User mode: usernames (without @). For Hashtag/Search: keywords or hashtags.
Number · Posts per user or keyword. Use 0 for all (minimum: 10).
Dropdown · What to scrape. User pulls a profile’s post history; By Hashtag pulls posts under a hashtag; Full-text Search ranks by relevance/recency across all of Threads.Options:
user, keyword, searchLegend: user = User Profile (post history), keyword = By Hashtag, search = Full-text SearchDate picker · Earliest post date. Only applies to Hashtag / Search modes.
Date picker · Latest post date. Only applies to Hashtag / Search modes.
Dropdown · Sort order. Only applies to Search mode.Options:
top, recentLegend: top = Top (popular), recent = Most recentResponse columns
| Field | Display name | Type |
|---|---|---|
postUrl | Post URL | url |
postText | Post Text | text |
posted | Posted | text |
username | Username | text |
displayName | Display Name | text |
verified | Verified | boolean |
profileUrl | Profile URL | url |
followers | Followers | number |
bio | Bio | text |
profileTags | Profile Tags | text |
likes | Likes | number |
replies | Replies | number |
reposts | Reposts | number |
quotes | Quotes | number |
shares | Shares | number |
views | Views | number |
pinned | Pinned | boolean |
isRepost | Is Repost | boolean |
isQuote | Is Quote | boolean |
isReply | Is Reply | boolean |
paidPartnership | Paid Partnership | boolean |
hasMedia | Has Media | boolean |
mediaType | Media Type | text |
replyTo | Reply To | text |
replyControl | Reply Control | text |
fediverse | Fediverse | boolean |
edited | Edited | boolean |
gif | GIF | boolean |
avatar | Avatar | url |
mediaUrl | Media URL | url |
mentions | Mentions | text |
urls | URLs | text |
Example
Example response
Response