App Logo
threads.com

Like a Threads post

Automatically like a Threads post on threads.com. Like a post on Threads by its URL, as the signed-in account. Reports whether the post was already liked so a repeat run does not double-count.

Input

postUrl required

Full URL of the Threads post, e.g. https://www.threads.com/@zuck/post/ABC123.

Output

code required

The post's short code, parsed from the URL.

liked required

True when the post is liked by the signed-in account after this run.

postUrl required

The post URL that was acted on.

alreadyLiked required

True when the post was already liked before this run, in which case nothing was clicked and the like was left untouched.

likeCount optional

The like count as the post displays it after the run, verbatim (e.g. "1.7K"). Threads abbreviates large counts, so this is a display string, not a number.

FAQ

Like a post on Threads by its URL, as the signed-in account. Reports whether the post was already liked so a repeat run does not double-count.
Ask an AI agent connected to Reduck to run reduck/threads.com/like_post, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/threads.com/like_post
You do not need one. "Like a Threads post" drives the real threads.com pages in a browser, so it works whether or not threads.com offers an API for this.
Required: postUrl.
It returns code, liked, postUrl, likeCount, alreadyLiked.
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/like_post, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/threads.com/like_post
It is part of Reduck's official curated catalogue.

Start building not clicking