# Bulk Follow Instagram Accounts in Minutes

**Use case:** 

Automatically follow up to 40 Instagram accounts per run with randomized pacing and per-run caps that reduce action-block risk.

## Input

```json
{
  "sessionCookie": "***",
  "usersToFollow": [
    "natgeo",
    "nasa",
    "bbcearth",
    "natgeotravel",
    "spacex"
  ],
  "maxFollowsPerRun": 40,
  "delayBetweenFollows": 15,
  "randomDelayVariation": 5,
  "accountType": "mature",
  "useCleanedInput": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "reason": {
    "label": "Reason",
    "format": "text"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "text"
  },
  "accountType": {
    "label": "Account Type",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Auto Follow](https://apify.com/synk/instagram-auto-follow) with a specific input configuration. Visit the [Actor detail page](https://apify.com/synk/instagram-auto-follow) to learn more, explore other use cases, and run it yourself.