# Google Maps Places Scraper for Phones and Websites

**Use case:** 

Collect Google Maps places with business names, phone numbers, websites, addresses, categories, ratings, and Maps URLs.

## Input

```json
{
  "searchStringsArray": [
    "restaurants"
  ],
  "locationQuery": "New York, New York, USA",
  "maxCrawledPlacesPerSearch": 100,
  "language": "en",
  "searchMatching": "all",
  "minStars": "0",
  "website": "withWebsite",
  "skipClosedPlaces": true,
  "scrapePlaceDetailPage": false,
  "scrapeTableReservationProviderData": false,
  "scrapeOrderOnlineWidgetData": false,
  "includeWebResults": false,
  "scrapeInsidePlaces": false,
  "scrapeCompanyContacts": false,
  "maxReviews": 0,
  "reviewsSort": "newest",
  "reviewsOrigin": "all",
  "scrapeReviewsPersonalData": false,
  "maxImages": 0,
  "scrapeImageAuthors": false,
  "countryCode": "US",
  "strictLocationBounds": true,
  "allPlacesNoSearchAction": "",
  "allPlacesZoom": 0
}
```

## Output

```json
{
  "title": {
    "label": "Place name",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "string"
  },
  "street": {
    "label": "Street",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "countryCode": {
    "label": "Country Code",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "phoneUnformatted": {
    "label": "Phone Unformatted",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "plusCode": {
    "label": "Plus Code",
    "format": "string"
  },
  "categoryName": {
    "label": "Category Name",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Scraper ✅ $1.5/1k places](https://apify.com/x_guru/google-maps-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/x_guru/google-maps-scraper) to learn more, explore other use cases, and run it yourself.