Fetch the posts on a Threads user's profile timeline, with text and engagement counts.
Input
usernamerequired
Threads username, with or without the leading @
Output
foundrequired
false if the username doesn't resolve to a viewable profile
postsrequired
usernamerequired
FAQ
Fetch the posts on a Threads user's profile timeline, with text and engagement counts.
Required: username.
It returns found, posts, username.
No. It only uses pages of threads.com that are reachable without signing in.
It only reads. It looks things up on threads.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/threads.com/get_user_posts, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/threads.com/get_user_posts
It is part of Reduck's official curated catalogue.