# Instagram Followers List Export

**Use case:** 

Export public Instagram follower profile rows with usernames, names, privacy and verification flags, profile links, IDs, and collection timestamps.

## Input

```json
{
  "usernames": [
    "natgeo"
  ],
  "profileUrls": [],
  "relationshipType": "followers",
  "maxItemsPerList": 100
}
```

## Output

```json
{
  "targetUsername": {
    "label": "Target",
    "format": "string"
  },
  "relationship": {
    "label": "Relationship",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "fullName": {
    "label": "Full name",
    "format": "string"
  },
  "isPrivate": {
    "label": "Private",
    "format": "boolean"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "sourceUrl": {
    "label": "Profile",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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