# Find Bakery Leads in Chicago

**Use case:** 

Build a Chicago bakery lead list from Google Maps with business names, phones, websites, ratings, review counts, opening hours, and map URLs.

## Input

```json
{
  "maxBusinesses": 20,
  "keywords": [
    "bakery"
  ],
  "location": "Chicago, Illinois",
  "includeDetails": true,
  "batchDetailsPerQuery": 1,
  "requestTimeoutSecs": 20,
  "retryCount": 3,
  "requestDelayMs": 1000
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "searchLocation": {
    "label": "Search location"
  },
  "searchKeyword": {
    "label": "Search keyword"
  },
  "categories": {
    "label": "Categories"
  },
  "totalScore": {
    "label": "Total score"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "url": {
    "label": "Url"
  },
  "currentStatus": {
    "label": "Current status"
  },
  "priceRange": {
    "label": "Price range"
  },
  "location": {
    "label": "Location"
  }
}
```

## About this Actor

This example demonstrates how to use [Restaurant Leads from Google Maps](https://apify.com/nezha/restaurant-google-maps-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nezha/restaurant-google-maps-leads) to learn more, explore other use cases, and run it yourself.