# Gym & Fitness Lead Extractor - Health Clubs & Trainers

**Use case:** 

Scrape phones, emails & websites of gyms, yoga studios & personal trainers from Google Maps. CSV/Excel. For fitness equipment vendors & gym software B2B leads

## Input

```json
{
  "searchTerms": [
    "gym",
    "fitness studio",
    "personal trainer",
    "yoga studio",
    "crossfit gym",
    "pilates studio",
    "martial arts gym"
  ],
  "location": "Seattle, WA",
  "maxResults": 200,
  "concurrency": 3,
  "minRating": 0,
  "minReviews": 0,
  "extractPhones": true,
  "extractWebsites": true,
  "extractEmails": true,
  "extractOpeningHours": false,
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Business Name",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "integer"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "hours": {
    "label": "Opening Hours",
    "format": "string"
  },
  "priceLevel": {
    "label": "Price Level",
    "format": "string"
  },
  "searchTerm": {
    "label": "Search Term",
    "format": "string"
  },
  "url": {
    "label": "Google Maps URL",
    "format": "string"
  },
  "placeId": {
    "label": "Place ID",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Lead Extractor](https://apify.com/morkerr/google-maps-lead-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/morkerr/google-maps-lead-extractor) to learn more, explore other use cases, and run it yourself.