# Scrape videos from Google Maps places

**Use case:** 

Collect every video customers and owners posted to Google Maps places, with dimensions, upload dates and coordinates. Videos only, no photos.

## Input

```json
{
  "searchQueries": [
    "bars in Berlin"
  ],
  "placeUrls": [
    "https://www.google.com/maps/place/Joe's+Pizza/@40.7546,-73.9868,17z/data=!4m6!3m5!1s0x89c259ab3c1ef289:0x3b67a41175949f55!8m2!3d40.7546!4d-73.9868"
  ],
  "placeIds": [
    "0x89c259ab3c1ef289:0x3b67a41175949f55"
  ],
  "photoCategories": [
    "videos"
  ],
  "maxPhotosPerPlace": 0,
  "maxPlacesPerQuery": 15,
  "imageSize": "original",
  "outputMode": "photo",
  "language": "en",
  "country": "us"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Photo",
    "format": "image"
  },
  "placeName": {
    "label": "Place"
  },
  "mediaType": {
    "label": "Type"
  },
  "caption": {
    "label": "Caption"
  },
  "width": {
    "label": "Width"
  },
  "height": {
    "label": "Height"
  },
  "uploadDate": {
    "label": "Uploaded"
  },
  "category": {
    "label": "Category"
  },
  "categoryTag": {
    "label": "Category tag"
  },
  "address": {
    "label": "Address"
  },
  "photoId": {
    "label": "Photo ID"
  },
  "placeId": {
    "label": "Place ID"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Photos Scraper - All Place Photos & Videos](https://apify.com/webdata_labs/google-maps-photos-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/google-maps-photos-scraper) to learn more, explore other use cases, and run it yourself.