# Download a creator's following list to CSV

**Use case:** 

Export any public account's following list to CSV for competitive and audience research.

## Input

```json
{
  "username": "mkbhd",
  "limit": 1000,
  "extractEmails": false
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "integer"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "userId": {
    "label": "User ID",
    "format": "string"
  },
  "profilePicUrl": {
    "label": "Avatar",
    "format": "string"
  }
}
```

## About this Actor

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