POST /api/applemaps/guides
Price: 40 credits
Get an Apple Maps guide by id: title, description, publisher and every place in it as a full place card with the guide's note for that place
One curated Apple Maps guide with its places. Find guide ids with applemaps/guides/search or in the guides field of a place.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)guide string required — Apple Maps guide id or guide URL (examples: "5336241915705172200", "https://maps.apple.com/guides?curated=5336241915705172200"; minLength: 1)@type string (default: "ApplemapsGuide")id string requiredlong_title string nullabledescription string nullableurl string requiredimage string nullablelanguage string nullableplace_count integer nullablepublisher object nullable@type string (default: "ApplemapsGuidePublisher")id string nullablename string nullablesubtitle string nullablewebsite string nullableguide_count integer nullableupdated_at integer nullableentries array (default: [])@type string (default: "ApplemapsGuideItem")note string nullableplace object nullable@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: [])provider_ratings array (default: [])price_level integer nullableprice_level_max integer nullablecurrency_symbol string nullablereviews array (default: [])tips array (default: [])image string nullablecover string nullableicon string nullablephoto_categories array (default: [])hours_type string nullablehours array (default: [])service_hours array (default: [])amenities array (default: [])links array (default: [])guides array (default: [])guide_ids array (default: [])related_places array (default: [])accolades array (default: [])facts array (default: [])transit_provider string nullabletransit_lines array (default: [])departures array (default: [])departure_frequencies array (default: [])app_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 — Guide 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.