# Analyze Retail Store Interior Design Photos

**Use case:** 

Extract all 'indoor' photos from a chain of retail stores to benchmark interior design, layout, and merchandising strategies. This provides visual insights for 

## Input

```json
{
  "placeUrl": "https://www.google.com/maps/place/Apple+Store/@34.0094042,-118.497526,17z/data=!4m6!3m5!1s0x80c2ba706d333099:0x87a19537f849d443!8m2!3d34.0094042!4d-118.4949511!16s%2Fg%2F1tdr2q4q?entry=ttu",
  "maxPhotos": 150,
  "photoCategory": "indoor",
  "enrichDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "photoId": {
    "label": "Photo ID",
    "format": "text"
  },
  "photoUrl": {
    "label": "Photo URL",
    "format": "link"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "link"
  },
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "placeId": {
    "label": "Place ID",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "contributorName": {
    "label": "Contributor",
    "format": "text"
  },
  "contributorUrl": {
    "label": "Contributor URL",
    "format": "link"
  },
  "uploadDate": {
    "label": "Uploaded (ISO)",
    "format": "datetime"
  },
  "uploadDateOriginal": {
    "label": "Uploaded (Raw)",
    "format": "text"
  },
  "width": {
    "label": "Width",
    "format": "number"
  },
  "height": {
    "label": "Height",
    "format": "number"
  },
  "aspectRatio": {
    "label": "Aspect Ratio",
    "format": "number"
  },
  "orientation": {
    "label": "Orientation",
    "format": "text"
  },
  "isVideo": {
    "label": "Is Video",
    "format": "boolean"
  },
  "videoDuration": {
    "label": "Video Duration",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "datetime"
  }
}
```

## About this Actor

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