# Compare restaurant ratings in Austin on Apple Maps

**Use case:** 

Rank Austin restaurants by rating on Apple Maps with Apple, Yelp, Foursquare, and TripAdvisor scores. Returns name, phone, address, and ratings.

## Input

```json
{
  "search_mode": "search",
  "query": "restaurants",
  "location": "Austin, Texas, United States",
  "span": "0.5,0.5",
  "sort": "ratings",
  "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.