# Collect Instagram Profile Data for Lead Generation

**Use case:** 

Quickly enrich hundreds of Instagram profiles with engagement metrics, business details, links, and account insights.

## Input

```json
{
  "profiles": [
    "nike",
    "adidas",
    "redbull",
    "netflix",
    "apple",
    "samsungmobile",
    "cristiano",
    "leomessi",
    "virat.kohli",
    "mrbeast",
    "khaby00",
    "therock",
    "selenagomez",
    "kyliejenner",
    "kimkardashian",
    "natgeo",
    "fcbarcelona",
    "realmadrid",
    "championsleague",
    "fifaworldcup"
  ],
  "datasetId": ""
}
```

## Output

```json
{
  "profile_pic_url": {
    "label": "🖼️ Avatar",
    "format": "string"
  },
  "username": {
    "label": "👤 Username",
    "format": "string"
  },
  "full_name": {
    "label": "🏷️ Full Name",
    "format": "string"
  },
  "is_verified": {
    "label": "✅ Verified",
    "format": "boolean"
  },
  "category_name": {
    "label": "🏢 Industry / Category",
    "format": "string"
  },
  "posts_count": {
    "label": "📰 Posts",
    "format": "integer"
  },
  "followers": {
    "label": "👥 Followers",
    "format": "integer"
  },
  "following": {
    "label": "👣 Following",
    "format": "integer"
  },
  "posts_analyzed": {
    "label": "📊 Posts Analyzed",
    "format": "integer"
  },
  "engagement_rate_percent": {
    "label": "🔥 Engagement (%)",
    "format": "number"
  },
  "median_engagement_rate_percent": {
    "label": "🎯 Median Engagement (%)",
    "format": "number"
  },
  "avg_likes_per_post": {
    "label": "❤️ Avg Likes",
    "format": "integer"
  },
  "avg_comments_per_post": {
    "label": "💬 Avg Comments",
    "format": "integer"
  },
  "business_email": {
    "label": "📧 Email",
    "format": "string"
  },
  "primary_website": {
    "label": "🌐 Website",
    "format": "link"
  },
  "lookalike_competitors": {
    "label": "🤝 Lookalike Leads",
    "format": "string"
  },
  "biography": {
    "label": "📝 Biography",
    "format": "string"
  }
}
```

## About this Actor

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