# Instagram Influencer Database Builder - Bulk Extract

**Use case:** 

Bulk-extract Instagram creator profiles across verticals to build an influencer database with follower counts, engagement rates, bios, and contact info.

## Input

```json
{
  "usernames": [
    "chloe_ting",
    "nikkietutorials",
    "halfbakedharvest",
    "mkbhd",
    "songofstyle"
  ]
}
```

## 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.