# Download Instagram followers to CSV

**Use case:** 

Export any public account's followers to CSV or JSON for analysis, CRM import or audience research.

## Input

```json
{
  "username": "nike",
  "limit": 2000,
  "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 Followers Scraper - Export Full List 2026](https://apify.com/instaprism/instagram-followers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/instaprism/instagram-followers-scraper) to learn more, explore other use cases, and run it yourself.