# Export Instagram Followers List for Any Account

**Use case:** 

Retrieve the full follower list for any public Instagram profile. Get usernames, full names, user IDs, and more for up to 500 accounts.

## Input

```json
{
  "usernames": [
    "nasa"
  ],
  "direction": "followers",
  "resultsLimit": 500
}
```

## Output

```json
{
  "ofUsername": {
    "label": "Of Username"
  },
  "relation": {
    "label": "Relation"
  },
  "username": {
    "label": "Username"
  },
  "fullName": {
    "label": "Full Name"
  },
  "verified": {
    "label": "Verified"
  },
  "private": {
    "label": "Private"
  },
  "url": {
    "label": "Url",
    "format": "link"
  }
}
```

## About this Actor

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