# Scrape gym owner emails and phone numbers

**Use case:** 

Build a gym owner lead list from Google Maps with verified emails, phones, addresses, and websites. Perfect for fitness SaaS, gym equipment vendors, supplement

## Input

```json
{
  "searchQueries": [
    "gyms in Los Angeles",
    "crossfit boxes in Denver",
    "fitness studios in New York"
  ],
  "startUrls": [],
  "maxResults": 100,
  "maxCrawledPages": 50,
  "extractEmails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business Name",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "emailsString": {
    "label": "Emails",
    "format": "string"
  },
  "facebookUrl": {
    "label": "Facebook",
    "format": "string"
  },
  "instagramUrl": {
    "label": "Instagram",
    "format": "string"
  },
  "twitterUrl": {
    "label": "Twitter",
    "format": "string"
  },
  "linkedinUrl": {
    "label": "LinkedIn",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [📩 Google Maps Scraper: Emails + Socials in 1 Run](https://apify.com/electrifying_haircut/google-map-scrapper-neo) with a specific input configuration. Visit the [Actor detail page](https://apify.com/electrifying_haircut/google-map-scrapper-neo) to learn more, explore other use cases, and run it yourself.