# Build a list of med spas in Miami with phone numbers

**Use case:** 

Build a med spa lead list for Miami from Google Maps: name, phone number, address, rating, review count, and website for every spa as JSON.

## Input

```json
{
  "searchTerms": [
    "med spas in Miami, FL"
  ],
  "maxResultsPerSearch": 50
}
```

## Output

```json
{
  "searchTerm": {
    "label": "Search Term",
    "format": "string"
  },
  "title": {
    "label": "Name",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Review Count",
    "format": "integer"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "phoneNumber": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Places Scraper - Fast & Cheap Bulk Places](https://apify.com/johnvc/google-maps-places-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-maps-places-api) to learn more, explore other use cases, and run it yourself.