# Instagram Influencer Email & Engagement Finder

**Use case:** 

Scrape Instagram profiles for email and phone (bio), engagement rate, influencer tier and lead score.

## Input

```json
{
  "usernames": [
    "nike",
    "gymshark"
  ],
  "concurrency": 5,
  "useResidentialProxy": true,
  "extractEmailsOnly": false,
  "minFollowers": 0
}
```

## Output

```json
{
  "username": {
    "label": "Username"
  },
  "full_name": {
    "label": "Full name"
  },
  "followers": {
    "label": "Followers"
  },
  "engagement_rate_pct": {
    "label": "Engagement rate pct"
  },
  "is_active": {
    "label": "Is active"
  },
  "recent_posts_count": {
    "label": "Recent posts count"
  },
  "emails_found": {
    "label": "Emails found"
  },
  "phones_found": {
    "label": "Phones found"
  },
  "influencer_tier": {
    "label": "Influencer tier"
  },
  "lead_grade": {
    "label": "Lead grade"
  },
  "business_category": {
    "label": "Business category"
  },
  "external_url": {
    "label": "External url"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Scraper — Email, Phone & Influencer Lead Finder](https://apify.com/inexhaustible_glass/instagram-lead-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inexhaustible_glass/instagram-lead-finder) to learn more, explore other use cases, and run it yourself.