# Find Fitness Coaches on Instagram

**Use case:** 

Find Instagram fitness coach profiles by bio keyword. Get usernames, bios, follower counts, and links for outreach. Export to JSON, CSV, or Excel.

## Input

```json
{
  "keyword": "fitness coach",
  "maxResults": 50,
  "randomizeSearch": false
}
```

## Output

```json
{
  "account": {
    "label": "Account",
    "format": "string"
  },
  "full_name": {
    "label": "Full Name",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "avg_engagement": {
    "label": "Average Engagement",
    "format": "number"
  },
  "is_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "email": {
    "label": "Resolved Email",
    "format": "string"
  },
  "phone": {
    "label": "Resolved Phone",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

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