# Google Maps All Visible Places Scraper by Area

**Use case:** 

Scrape all visible Google Maps places in a concrete local area when you need area coverage without a single category keyword.

## Input

```json
{
  "searchStringsArray": [
    "bike repair shop"
  ],
  "locationQuery": "SoHo, New York, USA",
  "maxCrawledPlacesPerSearch": 100,
  "language": "en",
  "searchMatching": "all",
  "minStars": "0",
  "website": "allPlaces",
  "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": "all_visible",
  "allPlacesZoom": 16
}
```

## Output

```json
{
  "title": {
    "label": "Place name",
    "format": "string"
  },
  "totalScore": {
    "label": "Total Score",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews Count",
    "format": "integer"
  },
  "street": {
    "label": "Street",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "countryCode": {
    "label": "Country Code",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "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.