# Extract Google Maps Blue Bottle Coffee business posts

**Use case:** 

Scrape Google Maps business posts for Blue Bottle Coffee location with recent updates, photos, and promotional offers for local marketing research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.google.com/maps/place/Blue+Bottle+Coffee/@40.745593,-73.988318,17z/data=!3m1!4b1!4m6!3m5!1s0x89c259a61c7567f5:0x6740f6d7e02c8b4!8m2!3d40.745593!4d-73.985742!16s%2Fg%2F1tdm5s3d"
    }
  ],
  "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.