# Extract Apple Maps business listings with phone numbers

**Use case:** 

Extract Apple Maps business listings with phone, address, rating, and hours. Each listing returns the name, phone, address, rating, reviews, and GPS.

## Input

```json
{
  "search_mode": "search",
  "query": "plumbers",
  "location": "Dallas, Texas, United States",
  "span": "0.5,0.5",
  "sort": "default",
  "locale": "en-US",
  "max_results": 20
}
```

## Output

```json
{
  "search_mode": {
    "label": "Search mode"
  },
  "search_timestamp": {
    "label": "Run time",
    "format": "date"
  },
  "local_results": {
    "label": "Local results"
  }
}
```

## About this Actor

This example demonstrates how to use [Apple Maps API | Places, Guides, Local Search & Refinements](https://apify.com/johnvc/apple-maps-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/apple-maps-api) to learn more, explore other use cases, and run it yourself.