# Find restaurant owner emails from Google Maps

**Use case:** 

Extract restaurant owner emails, phone numbers, addresses, and websites from Google Maps. Perfect for POS, delivery apps, marketing agencies, and food-tech foun

## Input

```json
{
  "searchQueries": [
    "restaurants in New York",
    "restaurants in Los Angeles",
    "restaurants in Chicago"
  ],
  "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.