# Instagram Follow & Unfollow Automation

**Use case:** 

Automate bulk Instagram follow and unfollow actions from usernames or profile URLs. Run proxy-backed workflows and receive structured results for every profile.

## Input

```json
{
  "action": "unfollow",
  "targets": [
    "forbes"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "action": {
    "label": "Action",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "url": {
    "label": "Profile URL",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Bulk Follow & Unfollow Automation](https://apify.com/iamanaskhan/instagram-follows-automation) with a specific input configuration. Visit the [Actor detail page](https://apify.com/iamanaskhan/instagram-follows-automation) to learn more, explore other use cases, and run it yourself.