# Find Local Business Leads on Google Maps

**Use case:** 

Search Google Maps by niche and city and export businesses — name, address, phone, website, rating and reviews — to JSON, CSV or Excel.

## Input

```json
{
  "query": "dentists in Miami, FL",
  "limit": 20
}
```

## 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.