# Bulk Instagram Profile Data Extractor

**Use case:** 

Collect detailed data from multiple Instagram profiles at once. Retrieve follower counts, bios, external links, and more for outreach.

## Input

```json
{
  "usernames": [
    "nasa",
    "natgeo",
    "spacex"
  ],
  "resultsLimit": 100
}
```

## Output

```json
{
  "username": {
    "label": "Username"
  },
  "fullName": {
    "label": "Full Name"
  },
  "followers": {
    "label": "Followers"
  },
  "following": {
    "label": "Following"
  },
  "postsCount": {
    "label": "Posts Count"
  },
  "verified": {
    "label": "Verified"
  },
  "url": {
    "label": "Url",
    "format": "link"
  }
}
```

## About this Actor

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