# Who Are The Real Security Analyst Influencers?

**Use case:** 

Are tech analysts faking their follower counts? Find security operation creators with real engaged followers who read every post.

## Input

```json
{
  "queries": [
    "security analyst",
    "soc",
    "threat hunting"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "requestsPerMinute": 60,
  "maxUnits": 50
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "username": {
    "label": "Instagram Username",
    "format": "string"
  },
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "followerCount": {
    "label": "Follower Count",
    "format": "integer"
  },
  "mediaCount": {
    "label": "Media Count",
    "format": "integer"
  },
  "engagementRate": {
    "label": "Engagement Rate",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped Timestamp",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Find Instagram Influencers For Your Brand](https://apify.com/reapx/instagram-creator-discovery) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/instagram-creator-discovery) to learn more, explore other use cases, and run it yourself.