# Google Maps Shared List Places Scraper

**Use case:** 

Scrape up to 25 places from a shared Google Maps list with full contact details, ratings and location data in JSON.

## Input

```json
{
  "listUrls": [
    "https://maps.app.goo.gl/MMjvFNWpUTjiupHc9"
  ],
  "maxPlacesPerList": 25,
  "enableAIEnrichment": false,
  "outputFormat": "json",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "photoUrl": {
    "label": "Photo",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "category": {
    "label": "Type",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "aiResearch.worthVisitingScore": {
    "label": "AI Score",
    "format": "number"
  },
  "aiResearch.recommendation": {
    "label": "AI Tip",
    "format": "text"
  },
  "url": {
    "label": "Google Maps",
    "format": "link"
  }
}
```

## About this Actor

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