# Scrape Restaurants from Google Maps by City

**Use case:** 

Pull a full list of restaurants for any city with ratings, phone numbers and websites in a single run.

## Input

```json
{
  "query": "restaurants in Austin, TX",
  "limit": 50
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "text"
  },
  "fullAddress": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "# Reviews",
    "format": "number"
  },
  "type": {
    "label": "Category",
    "format": "text"
  },
  "placeId": {
    "label": "Place ID",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Business Scraper – Extract Leads by Search Query](https://apify.com/endspec/google-maps-instant-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/endspec/google-maps-instant-business-scraper) to learn more, explore other use cases, and run it yourself.