# Build an event audience watchlist from followers

**Use case:** 

Collect a public follower sample from an event or conference account to review likely attendee and community profiles.

## Input

```json
{
  "usernames": [
    "sxsw"
  ],
  "mode": "followers",
  "maxResults": 20,
  "enrichProfiles": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "full_name": {
    "label": "Full Name",
    "format": "string"
  },
  "is_verified": {
    "label": "Is Verified",
    "format": "boolean"
  },
  "is_private": {
    "label": "Is Private",
    "format": "boolean"
  },
  "relationship": {
    "label": "Relationship",
    "format": "string"
  },
  "source_username": {
    "label": "Source Account",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

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