# Google Maps Reviews Extractor for Coffee Shops

**Use case:** 

Extract reviews, ratings, photos, and translations from Google Maps for any coffee shop. Access detailed insights for sentiment analysis.

## Input

```json
{
  "startUrls": [
    "https://www.google.com/maps/place/OOOPS+-+Coffee+Shop+%26+Glaces+Artisanales/@48.8551279,2.2951214,17z/data=!3m1!4b1!4m6!3m5!1s0x47e671713be63161:0x8fa719f7f528ec09!8m2!3d48.8551279!4d2.2951214!16s%2Fg%2F11z41583dq?authuser=0&hl=en&entry=ttu&g_ep=EgoyMDI2MDgwMi4wIKXMDSoASAFQAw%3D%3D"
  ],
  "maxReviews": 100,
  "reviewsSort": "newest",
  "language": "en",
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "debugDumpRaw": false
}
```

## Output

```json
{
  "place_id": {
    "label": "Place ID",
    "format": "text"
  },
  "business_name": {
    "label": "Business",
    "format": "text"
  },
  "business_url": {
    "label": "Business url"
  },
  "review_id": {
    "label": "Review id"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "text": {
    "label": "Review",
    "format": "text"
  },
  "relative_time": {
    "label": "When",
    "format": "text"
  },
  "absolute_date": {
    "label": "Absolute date"
  },
  "language": {
    "label": "Language"
  },
  "review_likes": {
    "label": "Review likes"
  },
  "owner_response": {
    "label": "Owner Response",
    "format": "text"
  },
  "reviewer_profile_url": {
    "label": "Reviewer Profile",
    "format": "link"
  },
  "reviewer_review_count": {
    "label": "Reviewer review count"
  },
  "reviewer_photo": {
    "label": "Reviewer photo"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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