# Monitor Google Maps Coffee Project place page posts

**Use case:** 

Track Google Maps place page business posts for Coffee Project New York with photos, captions, and engagement for GMB content intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.google.com/maps/place/Coffee+Project+New+York+%7C+East+Village/@40.7260914,-73.989441,17z/data=!3m1!4b1!4m6!3m5!1s0x89c2599a5765a763:0xfa6777e887368686!8m2!3d40.7260914!4d-73.9868651!16s%2Fg%2F11b6g8vxrl"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "placeName": {
    "label": "Place name"
  },
  "section": {
    "label": "Section"
  },
  "author": {
    "label": "Author"
  },
  "text": {
    "label": "Text"
  },
  "date": {
    "label": "Date"
  },
  "images": {
    "label": "Images"
  },
  "placeUrl": {
    "label": "Place url"
  }
}
```

## About this Actor

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