# Export restaurant Google Business posts

**Use case:** 

Scrape Google Maps posts from restaurant listings. Export menus, promotions, photos, and update dates for hospitality research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.google.com/maps/place/Katz's+Delicatessen/@40.722288,-73.987495,17z"
    }
  ],
  "maxItems": 10,
  "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.