# Local Place Lead Generation Workflow

**Use case:** 

Build Apple Maps lead lists for dentists, salons, or stores with names, phones, websites, addresses, coordinates, and map URLs.

## Input

```json
{
  "searchQuery": "dentists",
  "location": "New York, NY",
  "latitude": 40.7128,
  "longitude": -74.006,
  "maxResults": 150,
  "countryCode": "US",
  "language": "en-US",
  "includeAddresses": true,
  "includePhysicalFeatures": false,
  "maxRequestRetries": 4
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "appleMapsUrl": {
    "label": "Apple Maps URL",
    "format": "link"
  },
  "muid": {
    "label": "MUID",
    "format": "text"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Apple Maps Places Scraper](https://apify.com/automation-lab/apple-maps-places-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/apple-maps-places-scraper) to learn more, explore other use cases, and run it yourself.