# Get Apple Maps place details by API

**Use case:** 

Resolve any Apple Maps place to a full detail object. Returns the name, address, phone, hours, photos, amenities, and multi-source ratings.

## Input

```json
{
  "search_mode": "place",
  "query": "Apple Park Cupertino",
  "location": "Cupertino, California, 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"
  },
  "place_results": {
    "label": "Place 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.