# Bulk Instagram following scraper

**Use case:** 

Pull following lists for several public accounts at once to spot shared interests and overlaps.

## Input

```json
{
  "usernames": [
    "acmecompany",
    "acmestore",
    "acmestudio"
  ],
  "maxFollowingPerUser": 300,
  "concurrency": 5
}
```

## Output

```json
{
  "queryUsername": {
    "label": "Account"
  },
  "username": {
    "label": "Follows"
  },
  "fullName": {
    "label": "Name"
  },
  "id": {
    "label": "User ID"
  },
  "isVerified": {
    "label": "Verified"
  },
  "isPrivate": {
    "label": "Private"
  },
  "profilePicUrl": {
    "label": "Profile Pic"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Following Scraper](https://apify.com/goat255/instagram-following-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/goat255/instagram-following-scraper) to learn more, explore other use cases, and run it yourself.