# Competitor Instagram Follower List Extractor

**Use case:** 

Retrieve the complete followers list from a competitor's Instagram account. Analyze their audience to gain insights into engagement patterns.

## Input

```json
{
  "username": "bethfiit",
  "scrape_type": "followers",
  "max_items": 300
}
```

## Output

```json
{
  "pk": {
    "label": "PK",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "full_name": {
    "label": "Full Name",
    "format": "text"
  },
  "profile_pic_url": {
    "label": "Profile Picture",
    "format": "image"
  },
  "is_private": {
    "label": "Private",
    "format": "boolean"
  },
  "is_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "followed_by_viewer": {
    "label": "Followed by Viewer",
    "format": "boolean"
  },
  "follows_viewer": {
    "label": "Follows Viewer",
    "format": "boolean"
  },
  "requested_by_viewer": {
    "label": "Requested",
    "format": "boolean"
  }
}
```

## About this Actor

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