App Logo
threads.com

Follow a Threads account

Automatically follow a Threads account on threads.com. Follow a Threads account by username, as the signed-in account. Reports whether the account was already followed so a repeat run does not toggle it off.

Input

username required

Threads username to follow, with or without a leading @.

Output

username required

The normalised username that was acted on (lower-cased, no leading @).

following required

True when the signed-in account follows this account after the run.

profileUrl required

The Threads profile URL.

alreadyFollowing required

True when the account was already followed before this run, in which case nothing was clicked.

followersText optional

The follower count as the profile displays it, verbatim (e.g. "5.5M followers"). A display string, not a number.

FAQ

Follow a Threads account by username, as the signed-in account. Reports whether the account was already followed so a repeat run does not toggle it off.
Ask an AI agent connected to Reduck to run reduck/threads.com/follow_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/threads.com/follow_user
You do not need one. "Follow a Threads account" drives the real threads.com pages in a browser, so it works whether or not threads.com offers an API for this.
Required: username.
It returns username, following, profileUrl, followersText, alreadyFollowing.
Yes. It acts as you on threads.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the threads.com cookies saved by the Reduck extension.
It makes changes on threads.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/threads.com/follow_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/threads.com/follow_user
It is part of Reduck's official curated catalogue.

Start building not clicking