# Instagram Following List Export for Outreach

**Use case:** 

Retrieve the following list from any public Instagram profile. Access usernames, full names, and more for outreach purposes.

## Input

```json
{
  "usernames": [
    "nasa"
  ],
  "direction": "following",
  "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.