# Instagram Competitor Brand Profile Analysis in Bulk

**Use case:** 

Bulk-audit competitor Instagram profiles for follower counts, posting frequency, verified status, and engagement rate. Track brand share of voice.

## Input

```json
{
  "usernames": [
    "nike",
    "adidas",
    "puma",
    "newbalance",
    "underarmour"
  ]
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "followersFormatted": {
    "label": "Followers",
    "format": "text"
  },
  "followsFormatted": {
    "label": "Following",
    "format": "text"
  },
  "postsFormatted": {
    "label": "Posts",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "isBusinessAccount": {
    "label": "Business",
    "format": "boolean"
  },
  "businessCategoryName": {
    "label": "Category",
    "format": "text"
  },
  "businessEmail": {
    "label": "Business Email",
    "format": "text"
  },
  "businessPhoneNumber": {
    "label": "Phone",
    "format": "text"
  },
  "engagementMetrics": {
    "label": "Engagement metrics"
  },
  "biography": {
    "label": "Bio",
    "format": "text"
  },
  "externalUrl": {
    "label": "Website",
    "format": "link"
  },
  "profilePicUrl": {
    "label": "Profile Pic",
    "format": "image"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Profile Scraper - Fast Bulk, 99% Success Rate ✅](https://apify.com/unseenuser/igscraping) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/igscraping) to learn more, explore other use cases, and run it yourself.