apple_maps_venue_browse
Browse a venue's indoor directory on Apple Maps to list shops and places by category, such as food or clothing, within malls, airports, and stadiums.
Instructions
Browse the stores and places inside a venue on Apple Maps. Returns an indoor venue's directory (mall, airport, stadium: categories such as Clothes, Shoes, Food, All Shops with their subcategories and levels) and, when a category is given, the places inside the venue for that category with the same summary shape as search. Find venues with the search endpoint; a place without a directory returns 404, an unknown category returns 400 listing the available ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Display language as a BCP 47 tag, e.g. en-US. Defaults to en-US. | |
| limit | No | Max places returned. Defaults to 25, maximum 100. | |
| country | No | Two-letter ISO 3166-1 country code. Defaults to US. | |
| category | No | Directory category or subcategory to browse, by name (case-insensitive) or key from the venue's directory. Omit to list the directory only. | |
| place_id | Yes | Apple place ID of the venue (external I... form or numeric id) |