App Logo
instagram.com

Follow Instagram user

Follow an Instagram user from their profile. outgoing_request=true means a pending request to a private account; fails if there's no Follow button (already followed/requested). Returns following, outgoing_request, followed_by, user_id.

Input

username required

Instagram handle without @, e.g. davidguetta

Output

user_id required
username required
following required

True once the follow is active (public accounts). False with outgoing_request=true means a pending request to a private account.

followed_by required

Whether the target already follows the caller back.

outgoing_request required

True when the target is private and the follow request is awaiting approval.

FAQ

Follow an Instagram user from their profile. outgoing_request=true means a pending request to a private account; fails if there's no Follow button (already followed/requested). Returns following, outgoing_request, followed_by, user_id.
Required: username.
It returns user_id, username, following, followed_by, outgoing_request.
Yes. It acts as you on instagram.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the instagram.com cookies saved by the Reduck extension.
It makes changes on instagram.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/instagram.com/follow_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/follow_user
It is part of Reduck's official curated catalogue.

Start building not clicking