# Find salon and spa owner emails for outreach

**Use case:** 

Extract salon and spa owner contact details from Google Maps — emails, phone numbers, addresses, and social media. Built for salon management SaaS, booking soft

## Input

```json
{
  "searchQueries": [
    "hair salons in Miami",
    "beauty spas in Los Angeles",
    "nail salons 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.