# Scrape Chicago Small Businesses for Marketing Leads

**Use case:** 

Identify various small businesses in Chicago, like cafes, boutiques, and salons, to build a target list for local marketing agencies offering SEO, social media,

## Input

```json
{
  "category": "bakery",
  "keyword": "small business",
  "state": "IL",
  "max_results": 300,
  "extractEmails": true,
  "language": "en",
  "searchQueries": [
    "coffee shop Chicago",
    "boutique Chicago",
    "hair salon Chicago",
    "bookstore Chicago"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Business",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "totalScore": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  }
}
```

## About this Actor

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