# Identify Verified Instagram Followers for High-Profile PR

**Use case:** 

Extract and filter the followers of industry authorities to locate verified profiles, journalists, and public figures. Engage with prominent accounts to boost y

## Input

```json
{
  "usernames": [
    "techcrunch",
    "wired"
  ],
  "scrapeType": "followers",
  "maxFollowersPerProfile": 1500,
  "cookies": "[{\"name\":\"sessionid\",\"value\":\"your_session_id\",\"domain\":\".instagram.com\",\"path\":\"/\",\"secure\":true,\"httpOnly\":true}]"
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "full_name": {
    "label": "Full Name",
    "format": "string"
  },
  "is_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "is_private": {
    "label": "Private",
    "format": "boolean"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "string"
  },
  "profile_username": {
    "label": "Source Profile",
    "format": "string"
  },
  "scrape_type": {
    "label": "Type",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  }
}
```

## About this Actor

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