# Audio Tech Micro Influencers With Real Audiences

**Use case:** 

Stop wasting budget on ghost followers. Find niche audio tech creators whose followers actually buy studio gear when they drop a post.

## Input

```json
{
  "queries": [
    "audio",
    "headphones",
    "music production"
  ],
  "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.