# Google Maps shared list to spreadsheet

**Use case:** 

Turn places from a public Google Maps shared list into rows for a spreadsheet.

## Input

```json
{
  "listUrls": [
    "https://maps.app.goo.gl/MMjvFNWpUTjiupHc9"
  ],
  "maxPlacesPerList": 5,
  "maxResults": 5,
  "includeWebsiteEmails": false,
  "maxEmailsPerPlace": 3
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "countryCode": {
    "label": "Country code",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "sourceListUrl": {
    "label": "Source list URL",
    "format": "string"
  },
  "sourceIndex": {
    "label": "List position",
    "format": "integer"
  },
  "googleMapsUrl": {
    "label": "Google Maps URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps List Scraper: 30+ Fields Per Place](https://apify.com/maximedupre/google-maps-shared-list-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/google-maps-shared-list-scraper) to learn more, explore other use cases, and run it yourself.