Remove the logged-in account's like from a Substack post.
Input
urlrequired
Full URL of the Substack post, e.g. https://example.substack.com/p/my-post-slug
Output
urlrequired
likedrequired
postIdrequired
FAQ
Remove the logged-in account's like from a Substack post.
Required: url.
It returns url, liked, postId.
Yes. It acts as you on substack.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the substack.com cookies saved by the Reduck extension.
It makes changes on substack.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/substack.com/unlike_post, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/substack.com/unlike_post
It is part of Reduck's official curated catalogue.