# Export who an Instagram account follows

**Use case:** 

Get the full list of accounts a profile follows, with usernames and stats, in a clean structured export.

## Input

```json
{
  "username": "garyvee",
  "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 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.