# Safe Instagram Auto Follow for New Accounts

**Use case:** 

Follow Instagram accounts from a new or low-activity profile with conservative limits — 10 follows per run and 25-second human-like delays.

## Input

```json
{
  "sessionCookie": "***",
  "usersToFollow": [
    "natgeo",
    "nasa",
    "bbcearth"
  ],
  "maxFollowsPerRun": 10,
  "delayBetweenFollows": 25,
  "randomDelayVariation": 10,
  "accountType": "new",
  "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.