# Export Instagram followers to CSV

**Use case:** 

Pull a followers list and download it as CSV, JSON or Excel for audience research and outreach lists.

## Input

```json
{
  "usernames": [
    "acmecompany"
  ],
  "maxFollowersPerUser": 1000,
  "concurrency": 3
}
```

## Output

```json
{
  "queryUsername": {
    "label": "Account"
  },
  "username": {
    "label": "Follower"
  },
  "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 Followers Scraper](https://apify.com/goat255/instagram-followers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/goat255/instagram-followers-scraper) to learn more, explore other use cases, and run it yourself.