# Plumber Contacts in Miami, FL

**Use case:** 

Collect plumber business information and reviews in Miami, FL.

## Input

```json
{
  "maxPlaces": 10,
  "searchQuery": "plumber",
  "location": "Miami, FL",
  "searchUrls": [],
  "language": "en",
  "region": "us",
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "phoneInternational": {
    "label": "Phone (E.164)",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "fullAddress": {
    "label": "Address",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "placeId": {
    "label": "Place ID",
    "format": "text"
  },
  "featureId": {
    "label": "Feature ID",
    "format": "text"
  },
  "cid": {
    "label": "CID",
    "format": "text"
  },
  "googleMapsUrl": {
    "label": "Maps URL",
    "format": "link"
  },
  "timezone": {
    "label": "Time Zone",
    "format": "text"
  },
  "claimed": {
    "label": "Claimed",
    "format": "boolean"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "openingHours": {
    "label": "Opening Hours",
    "format": "array"
  },
  "searchQuery": {
    "label": "Query",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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