# Find Mindfulness Influencers Who Actually Convert

**Use case:** 

Which wellness pages drive real app signups? Find meditation creators with real active followers instead of empty bot follower accounts.

## Input

```json
{
  "queries": [
    "mindfulness",
    "meditation",
    "calm"
  ],
  "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.