POST /api/applemaps/places
Price: 5 credits
Get an Apple Maps place by id: address, coordinates, category, contacts, opening hours, Apple and partner ratings, review snippets, photos by category, amenities, links and the guides it appears in
Full card of one Apple Maps place, including up to three review snippets per partner and up to ten photos per photo category. Find ids with applemaps/places/search or applemaps/autocomplete.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)place string required — Apple Maps place id or place URL (examples: "IF837E4DE8D22657", "https://maps.apple.com/place?place-id=IF837E4DE8D22657", "https://maps.apple.com/place?auid=1117876005601683031"; minLength: 1)@type string (default: "ApplemapsPlace")id string requiredmuid string requiredname string requiredurl string requiredplace_type string nullabledisplay_type string nullablecategory string nullablecategory_id string nullablealt_category_ids array (default: [])brand_id string nullabledescription string nullablesummary string nullablesummary_source string nullablesummary_url string nullablephone string nullablealt_phones array (default: [])fax string nullablewebsite string nullablecapacity integer nullableaddress string nullableaddress_lines array (default: [])street string nullablestreet_number string nullablestreet_name string nullableunits array (default: [])neighborhood string nullablecity string nullablecounty string nullablestate string nullablestate_code string nullablepostal_code string nullablecountry string nullablecountry_code string nullablelatitude number nullablelongitude number nullabletimezone string nullablecontainment string nullableparent_place object nullable@type string (default: "ApplemapsParentPlace")id string requiredname string nullablerating integer nullablerating_count integer nullableaspect_ratings array (default: [])@type string (default: "ApplemapsAspectRating")aspect string requiredscore integer nullablerating_count integer nullableprovider_ratings array (default: [])@type string (default: "ApplemapsProviderRating")provider string requiredprovider_id string nullablerating number nullablemax_rating number nullablerating_count integer nullableurl string nullableprice_level integer nullableprice_level_max integer nullablecurrency_symbol string nullablereviews array (default: [])@type string (default: "ApplemapsReview")id string nullableprovider string nullableauthor string nullableauthor_image string nullablerating number nullablemax_rating number nullabletext string requiredpublished_at integer nullableurl string nullabletips array (default: [])@type string (default: "ApplemapsTip")id string nullableprovider string nullableauthor string nullableauthor_image string nullabletext string requiredpublished_at integer nullableimage string nullablecover string nullableicon string nullablephoto_categories array (default: [])@type string (default: "ApplemapsPhotoCategory")id string nullablename string nullablephotos_available integer nullablephotos array (default: [])@type string (default: "ApplemapsPhoto")id string nullableimage string requiredwidth integer nullableheight integer nullablecaption string nullableauthor string nullableprovider string nullablepublished_at integer nullablehours_type string nullablehours array (default: [])@type string (default: "ApplemapsHours")day string requiredopens string nullablecloses string nullableis_open_24_hours boolean (default: false)service_hours array (default: [])@type string (default: "ApplemapsServiceHours")name string requiredhours array (default: [])@type string (default: "ApplemapsHours")day string requiredopens string nullablecloses string nullableis_open_24_hours boolean (default: false)amenities array (default: [])@type string (default: "ApplemapsAmenity")id string nullablename string requiredis_present boolean nullablelinks array (default: [])@type string (default: "ApplemapsLink")link_type string nullableurl string requiredguides array (default: [])@type string (default: "ApplemapsGuideRef")id string requiredpublisher string nullableplace_count integer nullableurl string nullablesource_url string nullableupdated_at integer nullableguide_ids array (default: [])related_places array (default: [])@type string (default: "ApplemapsRelatedPlace")id string requiredname string nullablecategory string nullablerating number nullablerating_count integer nullablerating_provider string nullableaccolades array (default: [])@type string (default: "ApplemapsAccolade")name string requiredtext string nullableprovider_id string nullablefacts array (default: [])@type string (default: "ApplemapsFact")value number nullableunit string nullabletransit_provider string nullabletransit_lines array (default: [])@type string (default: "ApplemapsTransitLine")id string nullablename string requiredcolor string nullablesystem string nullableroute_type integer nullabledepartures array (default: [])@type string (default: "ApplemapsDeparture")line_id string nullablestop_id string nullablestop_name string nullableheadsign string nullabledirection string nullabledeparts_at integer nullablestatus string nullabledeparture_frequencies array (default: [])@type string (default: "ApplemapsDepartureFrequency")line_id string nullablestop_id string nullablestop_name string nullableheadsign string nullabledirection string nullableinterval_seconds integer nullablemin_interval_seconds integer nullablemax_interval_seconds integer nullablestarts_at integer nullableends_at integer nullableapp_store_urls array (default: [])is_claimable boolean nullablehas_business_chat boolean (default: false)promotion string nullablepromotion_id string nullablepromotion_image string nullablepromotion_source string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Place not found Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.