# Instagram Follower Scraper

**Use case:** 

Scrape Instagram followers fast without login or cookies. Extract follower lists, profiles, and data effortlessly with this Apify actor task.

## Input

```json
{
  "username": [
    "https://www.instagram.com/craftsbylovelybeauty",
    "instagram"
  ],
  "max_records": 25
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "username": {
    "label": "User Name",
    "format": "text"
  },
  "full_name": {
    "label": "Full Name",
    "format": "text"
  },
  "profile_pic_url": {
    "label": "Image",
    "format": "image"
  },
  "is_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "is_private": {
    "label": "Private",
    "format": "boolean"
  }
}
```

## About this Actor

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