# Find local gyms and studios by location for outreach

**Use case:** 

Build a list of gyms, studios and fitness venues by location with public emails for B2B outreach.

## Input

```json
{
  "locationIds": [
    "212988663"
  ],
  "limit": 1000
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "integer"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Location to Emails - Geo-Targeted Leads 2026](https://apify.com/instaprism/instagram-location-to-emails) with a specific input configuration. Visit the [Actor detail page](https://apify.com/instaprism/instagram-location-to-emails) to learn more, explore other use cases, and run it yourself.