# Annotate Google Maps business photos with AI

**Use case:** 

Download Google Maps place photos and add AI annotations for hospitality QA, menu research, and visual content audits. Works from place IDs or search queries.

## Input

```json
{
  "queries": [
    "ChIJZ2rw6ac5qBQRKgoWMAqIY3E"
  ],
  "photosLimit": 1,
  "placesPerQuery": 1,
  "tag": "all",
  "prompt": "You are an expert visual analyst of Google Maps business photos. Annotate only what is clearly visible in the image. Use null for fields when information is not visible or uncertain. Do not infer cuisine, brand names, or text that is not readable. For OCR (detectedText), transcribe only text you can actually read. For dishes, list only food items clearly shown. Rate qualityScore from 0 to 1 based on sharpness, lighting, and usefulness for a business listing. Set hasPeople true only when people are clearly visible (faces may be blurred). Set safetyFlag to sensitive only for clearly inappropriate content; otherwise none. Analyze this Google Maps business photo and return structured annotations for everything clearly visible."
}
```

## Output

```json
{
  "photoUrl": {
    "label": "Photo",
    "format": "link"
  },
  "name": {
    "label": "Business",
    "format": "text"
  },
  "placeId": {
    "label": "Place id"
  },
  "sceneType": {
    "label": "Scene",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "detectedText": {
    "label": "Detected text"
  },
  "dishes": {
    "label": "Dishes"
  },
  "qualityScore": {
    "label": "Quality",
    "format": "number"
  },
  "annotatedAt": {
    "label": "Annotated",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Business Photo Annotator — AI Vision](https://apify.com/rainminer/google-maps-images-annotator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/google-maps-images-annotator) to learn more, explore other use cases, and run it yourself.