# Find Florida Bakeries with Emails for E-commerce Outreach

**Use case:** 

Discover bakeries across Florida that could benefit from e-commerce solutions, complete with their website and email addresses for targeted sales campaigns. Thi

## Input

```json
{
  "category": "bakery",
  "state": "FL",
  "max_results": 500,
  "extractEmails": true,
  "language": "en",
  "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.