Instagram Mass Follower avatar
Instagram Mass Follower

Pricing

$25.00/month + usage

Go to Store
Instagram Mass Follower

Instagram Mass Follower

Developed by

Cricket

Cricket

Maintained by Community

This actor allows you to mass-follow a list of Instagram usernames, with optional support for authentication cookies and customizable delay between actions. Simply provide the usernames you want to follow, your session cookies, and the delay in milliseconds.

0.0 (0)

Pricing

$25.00/month + usage

2

Total users

5

Monthly users

5

Runs succeeded

>99%

Last modified

12 days ago

Instagram Profiles Mass Follower

Automate following multiple Instagram profiles with ease! This Apify actor allows you to mass-follow a list of Instagram usernames, with optional support for authentication cookies and customizable delay between actions to mimic human behavior and avoid blocks. Results are saved in a convenient table (Dataset) for easy review and export.


Features

  • Bulk follow any number of Instagram profiles
  • Optional login via cookies for private or restricted accounts
  • Adjustable delay between follows to stay under Instagram's radar
  • Clear output table with status for each profile (followed, already following, error, etc.)
  • Easy integration with Apify platform and API

Input

Configure the actor via Apify UI or API. The input schema supports:

FieldTypeDescription
profilesarrayList of Instagram usernames to follow (without @)
cookiesarrayArray of cookie objects for authentication (optional)
delayMsintegerDelay in milliseconds between follows (e.g. 2000 = 2 seconds)

Example input

{
"profiles": ["instagram", "natgeo"],
"cookies": [
{
"name": "sessionid",
"value": "YOUR_SESSION_ID",
"domain": ".instagram.com",
"path": "/",
"expires": 1234567890.987654,
"httpOnly": true,
"secure": true
}
],
"delayMs": 4000
}

Output

Each processed profile is saved to the Apify Dataset with the following fields:

FieldDescription
usernameInstagram username
urlProfile URL
statusfollowed, already_following, button_not_found, or error
errorError message (if any)

You can view, filter, and export results in the Apify UI (tab "Dataset") or via API.


Usage

  1. Deploy the actor to Apify platform.
  2. Set up your input (see above) in the Apify UI or via API.
  3. Run the actor. Monitor logs and progress in real time.
  4. Download or analyze results from the Dataset tab.

Requirements & Notes

  • For private or restricted accounts, provide valid Instagram cookies (sessionid, etc.).
  • Use reasonable delays to avoid Instagram rate limits or bans.
  • This actor is intended for educational and research purposes. Use responsibly and in accordance with Instagram's terms of service.