What's new See our recent updates

Apple Maps API

Get business listings, ratings, open hours, and more in real time.
  • Search by coordinates or a named location
  • Collect ratings, reviews, hours, and photos
  • Get editorial guides and place collections
No credit card required.
          curl --get https://www.searchapi.io/api/v1/search \
  -d engine="apple_maps" \
  -d q="McDonald's" \
  -d location="Manhattan, New York, United States"
        

Detailed Place Information

Get JSON results in seconds

Names, addresses, ratings, hours, contact info, and GPS coordinates - all in one JSON response.

Detailed Place Information
{
  "search_metadata": {
    "id": "search_6QNVPZBKo24jcbMbp8y471M9",
    "status": "Success",
    "created_at": "2026-06-03T11:34:36Z",
    "request_time_taken": 3.01,
    "parsing_time_taken": 0.02,
    "total_time_taken": 3.03,
    "request_url": "https://maps.apple.com/search?center=40.7830603%2C-73.9712488&query=McDonald%27s&span=0.35%2C0.35",
    "html_url": "https://www.searchapi.io/api/v1/searches/search_6QNVPZBKo24jcbMbp8y471M9.html",
    "json_url": "https://www.searchapi.io/api/v1/searches/search_6QNVPZBKo24jcbMbp8y471M9"
  },
  "search_parameters": {
    "engine": "apple_maps",
    "q": "McDonald's",
    "location": "Manhattan, New York, United States",
    "location_used": "Manhattan",
    "center_used": "40.7830603,-73.9712488",
    "span": "0.35,0.35",
    "country": "us",
    "lang": "en"
  },
  "search_information": {
    "query_displayed": "McDonald's",
    "total_results": 21
  },
  "local_results": [
    {
      "position": 1,
      "place_id": "I6BB3584800B5F023",
      "provider_id": "9902",
      "title": "McDonald's",
      "link": "https://maps.apple.com/place?place-id=I6BB3584800B5F023&_provider=9902",
      "address": "2049 Broadway, New York, NY  10023, United States",
      "structured_address": {
        "short": "2049 Broadway, New York",
        "city_and_above": "New York, NY United States",
        "country": "United States",
        "country_code": "US",
        "administrative_area": "New York",
        "administrative_area_code": "NY",
        "sub_administrative_area": "New York County",
        "locality": "New York",
        "post_code": "10023",
        "sub_locality": "Manhattan",
        "sub_thoroughfare": "2049",
        "thoroughfare": "Broadway",
        "full_thoroughfare": "2049 Broadway",
        "area_of_interest": [
          "Manhattan"
        ],
        "dependent_locality": [
          "Lincoln Square",
          "Upper West Side",
          "West Side",
          "Uptown",
          "North Hudson"
        ],
        "formatted_lines": [
          "2049 Broadway",
          "New York, NY  10023",
          "United States"
        ]
      },
      "neighborhood": "Upper West Side, Manhattan",
      "rating": 2.3,
      "max_rating": 5,
      "rating_type": "user_rating",
      "rating_source": "Yelp",
      "reviews": 94,
      "reviews_formatted": "94",
      "user_reviews": {
        "source": "Yelp",
        "most_relevant": [
          {
            "username": "Isaac K.",
            "rating": 2,
            "max_rating": 5,
            "description": "I was disappointed to be truthful with you. The chicken sandwich was dry and barely warm, I don't even think they cooked it freshly, oh and the fries tasted like they had been sitting out before we or",
            "link": "http://yelp.com/apple_maps_action?id=RvSqiP7Sj0kebrllKdDo_Q&component=review&cid=F6HtdRdShGkPxMjqKpLEqQ&action=view&language=en-US",
            "iso_date": "2026-02-28T20:44:10Z",
            "id": "F6HtdRdShGkPxMjqKpLEqQ"
          },
          {
            "username": "Ingrid R.",
            "rating": 1,
            "max_rating": 5,
            "user_thumbnail": "https://is2-ssl.mzstatic.com/image/thumb/l6xOVigzM7Xp4nIPMYFC_A/250x250.jpeg",
            "description": "I wish this McDonald's location allow customers to mix their Milk shakes with other flavors. EVERY last McDonald's I've been to allows it. Every time I come to this one they tell me \"NO\" flat out beca",
            "link": "http://yelp.com/apple_maps_action?id=RvSqiP7Sj0kebrllKdDo_Q&component=review&cid=CLV9CFmClnNVBY2DHJUHnA&action=view&language=en-US",
            "iso_date": "2026-02-05T00:30:05Z",
            "id": "CLV9CFmClnNVBY2DHJUHnA"
          }
        ]
      },
      "phone": "+12127240435",
      "phone_formatted": "+1 (212) 724-0435",
      "price": "$",
      "price_score": 1,
      "max_price_score": 4,
      "website": "https://www.mcdonalds.com/us/en-us/location/ny/new-york/2049-broadway/2292.html",
      "claim_listing_link": "https://business.apple.com/?claimId=7760643649162309667",
      "gps_coordinates": {
        "latitude": 40.777922,
        "longitude": -73.9824533
      },
      "bounds": {
        "north_latitude": 40.7824186,
        "south_latitude": 40.7734253,
        "east_longitude": -73.9765152,
        "west_longitude": -73.9883913
      },
      "access_points": [
        {
          "gps_coordinates": {
            "latitude": 40.7780314,
            "longitude": -73.9824017
          },
          "driving_direction": "destination",
          "walking_direction": "entry_exit",
          "source": "access_point_service_curated"
        }
      ],
      "type": "Fast Food Restaurant",
      "type_id": "fast_food_restaurant",
      "type_path": "dining.restaurant.fast_food_restaurant",
      "types": [
        "Dining",
        "Fast Food Restaurant",
        "Restaurant",
        "Burger Restaurant"
      ],
      "type_ids": [
        "dining",
        "fast_food_restaurant",
        "restaurant",
        "burger_restaurant"
      ],
      "open_state": "Open 24 hrs",
      "open_hours": {
        "monday": [
          "00:00–24:00"
        ],
        "tuesday": [
          "00:00–24:00"
        ],
        "wednesday": [
          "00:00–24:00"
        ],
        "thursday": [
          "00:00–24:00"
        ],
        "friday": [
          "00:00–24:00"
        ],
        "saturday": [
          "00:00–24:00"
        ],
        "sunday": [
          "00:00–24:00"
        ]
      },
      "linked_services": [
        {
          "name": "Delivery Service",
          "open_hours": {
            "monday": [
              "00:00–24:00"
            ],
            "tuesday": [
              "00:00–24:00"
            ],
            "wednesday": [
              "00:00–24:00"
            ],
            "thursday": [
              "00:00–24:00"
            ],
            "friday": [
              "00:00–24:00"
            ],
            "saturday": [
              "00:00–24:00"
            ],
            "sunday": [
              "00:00–24:00"
            ]
          }
        }
      ],
      "timezone": "America/New_York",
      "actions": [
        {
          "text": "Menu",
          "link": "https://www.yelp.com/menu/mcdonalds-new-york-432?utm_campaign=action_link_view_menu&utm_medium=feed_v2&utm_source=apple",
          "type": "quick_link"
        },
        {
          "text": "Order",
          "link": "https://doordash.com/store/837206?src=ac",
          "type": "app_clip_link"
        },
        {
          "text": "Order",
          "link": "https://www.grubhub.com/restaurant/1339422?utm_source=applemap&utm_medium=appclip&utm_campaign=appcliptraffic",
          "type": "app_clip_link"
        },
        {
          "text": "Order",
          "link": "https://mcdonalds.smart.link/adw41tav9?site_ID=OrderMcDonaldsDelivery2026",
          "type": "quick_link"
        }
      ],
      "amenities": [
        {
          "amenity_id": "crossbusiness.payments.applepay",
          "title": "Accepts Apple Pay"
        },
        {
          "amenity_id": "crossbusiness.payments.contactless_pay",
          "title": "Accepts Contactless Payments"
        },
        {
          "amenity_id": "crossbusiness.services.take_out",
          "title": "Takeout",
          "vendor_id": "com.apple.abr"
        },
        {
          "amenity_id": "crossbusiness.services.delivery",
          "title": "Delivery",
          "vendor_id": "com.apple.abr"
        },
        {
          "amenity_id": "crossbusiness.services.drive_through",
          "title": "Drive-Thru",
          "vendor_id": "com.yelp"
        },
        {
          "amenity_id": "crossbusiness.accessibility_features.wheelchair_accessible",
          "title": "Wheelchair Accessible",
          "vendor_id": "com.apple.abr"
        }
      ],
      "external_ids": [
        {
          "vendor_id": "com.yelp",
          "id": "RvSqiP7Sj0kebrllKdDo_Q"
        },
        {
          "vendor_id": "com.apple.abr",
          "id": "1563044837709579272"
        },
        {
          "vendor_id": "com.apple",
          "id": "125116386"
        }
      ],
      "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/jwfn9XhJa4qS3oPEGd1xvQ/320x320bb.jpg",
      "cover_photo": "https://is2-ssl.mzstatic.com/image/thumb/k-QXHufydVmlBrwn04lsTw/1600x1040.png",
      "logo": "https://is2-ssl.mzstatic.com/image/thumb/mVYKT9VRPiBilo6ZK3AAFw/258x258.png",
      "images": [
        {
          "source": "Apple Business Register",
          "original": {
            "link": "https://is1-ssl.mzstatic.com/image/thumb/jwfn9XhJa4qS3oPEGd1xvQ/2998x2998bb.jpg",
            "width": 2998,
            "height": 2998
          },
          "category_id": "from_owner",
          "category_name": "From the Business",
          "date_added": "2023-12-08T16:06:34Z",
          "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/jwfn9XhJa4qS3oPEGd1xvQ/320x320bb.jpg"
        },
        {
          "source": "Apple Business Register",
          "original": {
            "link": "https://is1-ssl.mzstatic.com/image/thumb/yVbdzWmPls1_7cicPg_SpQ/1080x640bb.jpg",
            "width": 1080,
            "height": 640
          },
          "category_id": "from_owner",
          "category_name": "From the Business",
          "date_added": "2023-12-08T16:06:34Z",
          "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/yVbdzWmPls1_7cicPg_SpQ/320x320bb.jpg"
        }
      ]
    },
    {
      "position": 2,
      "place_id": "I9E85678284708B43",
      "provider_id": "9902",
      "title": "McDonald's",
      "link": "https://maps.apple.com/place?place-id=I9E85678284708B43&_provider=9902",
      "address": "2549 Broadway, New York, NY 10025, United States",
      "structured_address": {
        "short": "2549 Broadway, New York",
        "city_and_above": "New York, NY United States",
        "country": "United States",
        "country_code": "US",
        "administrative_area": "New York",
        "administrative_area_code": "NY",
        "sub_administrative_area": "New York County",
        "locality": "New York",
        "post_code": "10025",
        "sub_locality": "Manhattan",
        "sub_thoroughfare": "2549",
        "thoroughfare": "Broadway",
        "full_thoroughfare": "2549 Broadway",
        "dependent_locality": [
          "Manhattan",
          "Upper West Side",
          "West Side",
          "Uptown",
          "North Hudson"
        ],
        "formatted_lines": [
          "2549 Broadway",
          "New York, NY 10025",
          "United States"
        ]
      },
      "neighborhood": "Upper West Side, Manhattan",
      "rating": 46,
      "max_rating": 100,
      "rating_type": "apple_rating",
      "rating_source": "Apple",
      "reviews": 28,
      "subratings": [
        {
          "category": "Atmosphere",
          "rating": 39,
          "max_rating": 100,
          "reviews": 23
        },
        {
          "category": "Food & Drink",
          "rating": 45,
          "max_rating": 100,
          "reviews": 20
        },
        {
          "category": "Customer Service",
          "rating": 41,
          "max_rating": 100,
          "reviews": 22
        }
      ],
      "phone": "+12128648138",
      "phone_formatted": "+1 (212) 864-8138",
      "website": "https://www.mcdonalds.com/us/en-us/location/ny/new-york/2549-broadway/2002.html",
      "claim_listing_link": "https://business.apple.com/?claimId=11422649840160508739",
      "gps_coordinates": {
        "latitude": 40.7943739,
        "longitude": -73.9723181
      },
      "bounds": {
        "north_latitude": 40.7988705,
        "south_latitude": 40.7898772,
        "east_longitude": -73.9663785,
        "west_longitude": -73.9782576
      },
      "access_points": [
        {
          "gps_coordinates": {
            "latitude": 40.7943349,
            "longitude": -73.9721792
          },
          "driving_direction": "destination",
          "walking_direction": "entry_exit",
          "source": "access_point_service_curated"
        }
      ],
      "type": "Fast Food Restaurant",
      "type_id": "fast_food_restaurant",
      "type_path": "dining.restaurant.fast_food_restaurant",
      "types": [
        "Dining",
        "Fast Food Restaurant",
        "Restaurant",
        "Burger Restaurant"
      ],
      "type_ids": [
        "dining",
        "fast_food_restaurant",
        "restaurant",
        "burger_restaurant"
      ],
      "open_state": "Open 24 hrs",
      "open_hours": {
        "monday": [
          "00:00–24:00"
        ],
        "tuesday": [
          "00:00–24:00"
        ],
        "wednesday": [
          "00:00–24:00"
        ],
        "thursday": [
          "00:00–24:00"
        ],
        "friday": [
          "00:00–24:00"
        ],
        "saturday": [
          "00:00–24:00"
        ],
        "sunday": [
          "00:00–24:00"
        ]
      },
      "linked_services": [
        {
          "name": "Delivery Service",
          "open_hours": {
            "monday": [
              "00:00–24:00"
            ],
            "tuesday": [
              "00:00–24:00"
            ],
            "wednesday": [
              "00:00–24:00"
            ],
            "thursday": [
              "00:00–24:00"
            ],
            "friday": [
              "00:00–24:00"
            ],
            "saturday": [
              "00:00–24:00"
            ],
            "sunday": [
              "00:00–24:00"
            ]
          }
        }
      ],
      "timezone": "America/New_York",
      "actions": [
        {
          "text": "Order",
          "link": "https://doordash.com/store/837199?src=ac",
          "type": "app_clip_link"
        },
        {
          "text": "Order",
          "link": "https://www.grubhub.com/restaurant/14285768?utm_source=applemap&utm_medium=appclip&utm_campaign=appcliptraffic",
          "type": "app_clip_link"
        },
        {
          "text": "Order",
          "link": "https://mcdonalds.smart.link/adw41tav9?site_ID=OrderMcDonaldsDelivery2026",
          "type": "quick_link"
        },
        {
          "text": "Menu",
          "link": "https://www.yelp.com/menu/mcdonalds-new-york-111?utm_campaign=action_link_view_menu&utm_medium=feed_v2&utm_source=apple",
          "type": "quick_link"
        }
      ],
      "amenities": [
        {
          "amenity_id": "crossbusiness.payments.applepay",
          "title": "Accepts Apple Pay"
        },
        {
          "amenity_id": "crossbusiness.payments.contactless_pay",
          "title": "Accepts Contactless Payments"
        },
        {
          "amenity_id": "crossbusiness.services.take_out",
          "title": "Takeout",
          "vendor_id": "com.apple.abr"
        },
        {
          "amenity_id": "crossbusiness.services.delivery",
          "title": "Delivery",
          "vendor_id": "com.apple.abr"
        },
        {
          "amenity_id": "crossbusiness.services.drive_through",
          "title": "Drive-Thru",
          "vendor_id": "com.yelp"
        },
        {
          "amenity_id": "crossbusiness.accessibility_features.wheelchair_accessible",
          "title": "Wheelchair Accessible",
          "vendor_id": "com.apple.abr"
        }
      ],
      "external_ids": [
        {
          "vendor_id": "com.apple",
          "id": "125116617"
        },
        {
          "vendor_id": "com.apple.abr",
          "id": "1563044837709579275"
        },
        {
          "vendor_id": "com.foursquare",
          "id": "4b410addf964a520f4bf25e3"
        },
        {
          "vendor_id": "com.foursquare_v2",
          "id": "4b410addf964a520f4bf25e3"
        }
      ],
      "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/6_Hfx8uCiBiF97VYpYqXnw/320x320bb.jpg",
      "cover_photo": "https://is2-ssl.mzstatic.com/image/thumb/k-QXHufydVmlBrwn04lsTw/1600x1040.png",
      "logo": "https://is2-ssl.mzstatic.com/image/thumb/mVYKT9VRPiBilo6ZK3AAFw/258x258.png",
      "images": [
        {
          "source": "Apple Business Register",
          "original": {
            "link": "https://is1-ssl.mzstatic.com/image/thumb/6_Hfx8uCiBiF97VYpYqXnw/1080x640bb.jpg",
            "width": 1080,
            "height": 640
          },
          "category_id": "from_owner",
          "category_name": "From the Business",
          "date_added": "2023-12-08T16:12:21Z",
          "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/6_Hfx8uCiBiF97VYpYqXnw/320x320bb.jpg"
        },
        {
          "source": "Apple Business Register",
          "original": {
            "link": "https://is1-ssl.mzstatic.com/image/thumb/DDbZamCukU-32T8X0pNYzA/2998x2998bb.jpg",
            "width": 2998,
            "height": 2998
          },
          "category_id": "from_owner",
          "category_name": "From the Business",
          "date_added": "2023-12-08T16:12:21Z",
          "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/DDbZamCukU-32T8X0pNYzA/320x320bb.jpg"
        }
      ]
    },
    {
      "position": 3,
      "place_id": "I1DEA481728C7B458",
      "provider_id": "9902",
      "title": "McDonald's",
      "link": "https://maps.apple.com/place?place-id=I1DEA481728C7B458&_provider=9902",
      "address": "1499 Third Ave, New York, NY  10028, United States",
      "structured_address": {
        "short": "1499 Third Ave, New York",
        "city_and_above": "New York, NY United States",
        "country": "United States",
        "country_code": "US",
        "administrative_area": "New York",
        "administrative_area_code": "NY",
        "sub_administrative_area": "New York County",
        "locality": "New York",
        "post_code": "10028",
        "sub_locality": "Manhattan",
        "sub_thoroughfare": "1499",
        "thoroughfare": "Third Ave",
        "full_thoroughfare": "1499 Third Ave",
        "area_of_interest": [
          "Manhattan"
        ],
        "dependent_locality": [
          "Yorkville",
          "Upper East Side",
          "Uptown",
          "North Hudson"
        ],
        "formatted_lines": [
          "1499 Third Ave",
          "New York, NY  10028",
          "United States"
        ]
      },
      "neighborhood": "Upper East Side, Manhattan",
      "rating": 2.2,
      "max_rating": 5,
      "rating_type": "user_rating",
      "rating_source": "Yelp",
      "reviews": 93,
      "user_reviews": {
        "source": "Yelp",
        "most_relevant": [
          {
            "username": "Hannah N.",
            "rating": 3,
            "max_rating": 5,
            "user_thumbnail": "https://is2-ssl.mzstatic.com/image/thumb/haZy67-POIjm-r03QEwlQw/250x250.jpeg",
            "description": "Stopped by here for a Diet Coke. They had a bunch of cute heart balloons up for valentine's. They have a doorman who lets you in and out. You can order at the kiosk or the cash register with a person.",
            "link": "http://yelp.com/apple_maps_action?id=nqcJCwOfkttQbxKBFGMHvQ&component=review&cid=KroWJu3Wdz6ko__0GflhDw&action=view&language=en-US",
            "iso_date": "2026-02-24T20:25:35Z",
            "id": "KroWJu3Wdz6ko__0GflhDw"
          },
          {
            "username": "Timothy R.",
            "rating": 1,
            "max_rating": 5,
            "description": "The service in this restaurant with the new layout is completely awful. I don't know how they went from worse, to just completely awful. If you want McDonalds, walk down to the 70s or the 90s, because",
            "link": "http://yelp.com/apple_maps_action?id=nqcJCwOfkttQbxKBFGMHvQ&component=review&cid=yRbunoKFp33Fof8LQ8cQOQ&action=view&language=en-US",
            "iso_date": "2025-11-10T01:01:46Z",
            "id": "yRbunoKFp33Fof8LQ8cQOQ"
          }
        ]
      },
      "phone": "+12126288100",
      "phone_formatted": "+1 (212) 628-8100",
      "price": "$",
      "price_score": 1,
      "max_price_score": 4,
      "website": "https://www.mcdonalds.com/us/en-us/location/ny/new-york/1499-3rd-ave/2814.html",
      "claim_listing_link": "https://business.apple.com/?claimId=2155614635955827800",
      "gps_coordinates": {
        "latitude": 40.7777911,
        "longitude": -73.9545283
      },
      "bounds": {
        "north_latitude": 40.7822877,
        "south_latitude": 40.7732944,
        "east_longitude": -73.9485902,
        "west_longitude": -73.9604663
      },
      "access_points": [
        {
          "gps_coordinates": {
            "latitude": 40.777874,
            "longitude": -73.9546763
          },
          "driving_direction": "destination",
          "walking_direction": "entry_exit",
          "source": "access_point_service_curated"
        }
      ],
      "type": "Fast Food Restaurant",
      "type_id": "fast_food_restaurant",
      "type_path": "dining.restaurant.fast_food_restaurant",
      "types": [
        "Dining",
        "Fast Food Restaurant",
        "Restaurant",
        "Burger Restaurant"
      ],
      "type_ids": [
        "dining",
        "fast_food_restaurant",
        "restaurant",
        "burger_restaurant"
      ],
      "open_state": "Open 24 hrs",
      "open_hours": {
        "monday": [
          "00:00–24:00"
        ],
        "tuesday": [
          "00:00–24:00"
        ],
        "wednesday": [
          "00:00–24:00"
        ],
        "thursday": [
          "00:00–24:00"
        ],
        "friday": [
          "00:00–24:00"
        ],
        "saturday": [
          "00:00–24:00"
        ],
        "sunday": [
          "00:00–24:00"
        ]
      },
      "linked_services": [
        {
          "name": "Delivery Service",
          "open_hours": {
            "monday": [
              "05:00–24:00"
            ],
            "tuesday": [
              "05:00–24:00"
            ],
            "wednesday": [
              "05:00–24:00"
            ],
            "thursday": [
              "05:00–24:00"
            ],
            "friday": [
              "00:00–03:59",
              "05:00–24:00"
            ],
            "saturday": [
              "00:00–03:59",
              "05:00–24:00"
            ],
            "sunday": [
              "00:00–03:59",
              "05:00–24:00"
            ]
          }
        }
      ],
      "timezone": "America/New_York",
      "actions": [
        {
          "text": "Menu",
          "link": "https://www.yelp.com/menu/mcdonalds-new-york-86?utm_campaign=action_link_view_menu&utm_medium=feed_v2&utm_source=apple",
          "type": "quick_link"
        },
        {
          "text": "Order",
          "link": "https://doordash.com/store/837221?src=ac",
          "type": "app_clip_link"
        },
        {
          "text": "Order",
          "link": "https://www.grubhub.com/restaurant/1338125?utm_source=applemap&utm_medium=appclip&utm_campaign=appcliptraffic",
          "type": "app_clip_link"
        },
        {
          "text": "Order",
          "link": "https://www.ubereats.com/wrapper/apple-maps/mcdonalds-ues-3rd-ave-&-84th/GjP-z4pAR_mh7EUT9gGD3g",
          "type": "app_clip_link"
        },
        {
          "text": "Order",
          "link": "https://mcdonalds.smart.link/adw41tav9?site_ID=OrderMcDonaldsDelivery2026",
          "type": "quick_link"
        }
      ],
      "amenities": [
        {
          "amenity_id": "crossbusiness.payments.applepay",
          "title": "Accepts Apple Pay"
        },
        {
          "amenity_id": "crossbusiness.payments.contactless_pay",
          "title": "Accepts Contactless Payments"
        },
        {
          "amenity_id": "crossbusiness.services.take_out",
          "title": "Takeout",
          "vendor_id": "com.apple.abr"
        },
        {
          "amenity_id": "crossbusiness.services.delivery",
          "title": "Delivery",
          "vendor_id": "com.apple.abr"
        },
        {
          "amenity_id": "crossbusiness.services.drive_through",
          "title": "Drive-Thru",
          "vendor_id": "com.yelp"
        },
        {
          "amenity_id": "crossbusiness.accessibility_features.wheelchair_accessible",
          "title": "Wheelchair Accessible",
          "vendor_id": "com.apple.abr"
        }
      ],
      "external_ids": [
        {
          "vendor_id": "com.yelp",
          "id": "nqcJCwOfkttQbxKBFGMHvQ"
        },
        {
          "vendor_id": "com.apple.abr",
          "id": "1549534038705833250"
        }
      ],
      "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/cWBwTxOI_gLKnO0POftARw/320x320bb.jpg",
      "cover_photo": "https://is2-ssl.mzstatic.com/image/thumb/k-QXHufydVmlBrwn04lsTw/1600x1040.png",
      "logo": "https://is2-ssl.mzstatic.com/image/thumb/mVYKT9VRPiBilo6ZK3AAFw/258x258.png",
      "images": [
        {
          "source": "Apple Business Register",
          "original": {
            "link": "https://is1-ssl.mzstatic.com/image/thumb/cWBwTxOI_gLKnO0POftARw/2998x2998bb.jpg",
            "width": 2998,
            "height": 2998
          },
          "category_id": "from_owner",
          "category_name": "From the Business",
          "date_added": "2023-12-08T15:56:31Z",
          "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/cWBwTxOI_gLKnO0POftARw/320x320bb.jpg"
        },
        {
          "source": "Apple Business Register",
          "original": {
            "link": "https://is1-ssl.mzstatic.com/image/thumb/1tGbJuY37Uh-JUsCJszmug/1080x640bb.jpg",
            "width": 1080,
            "height": 640
          },
          "category_id": "from_owner",
          "category_name": "From the Business",
          "date_added": "2023-12-08T15:56:31Z",
          "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/1tGbJuY37Uh-JUsCJszmug/320x320bb.jpg"
        }
      ]
    },
    {
      "position": 4,
      "place_id": "I25F69F2791547FAA",
      "provider_id": "9902",
      "title": "McDonald's",
      "link": "https://maps.apple.com/place?place-id=I25F69F2791547FAA&_provider=9902",
      "address": "2726 Broadway, New York, NY 10025, United States",
      "structured_address": {
        "short": "2726 Broadway, New York",
        "city_and_above": "New York, NY United States",
        "country": "United States",
        "country_code": "US",
        "administrative_area": "New York",
        "administrative_area_code": "NY",
        "sub_administrative_area": "New York County",
        "locality": "New York",
        "post_code": "10025",
        "sub_locality": "Manhattan",
        "sub_thoroughfare": "2726",
        "thoroughfare": "Broadway",
        "full_thoroughfare": "2726 Broadway",
        "dependent_locality": [
          "Manhattan",
          "Manhattan Valley",
          "Upper West Side",
          "Uptown",
          "West Side"
        ],
        "formatted_lines": [
          "2726 Broadway",
          "New York, NY 10025",
          "United States"
        ]
      },
      "neighborhood": "Upper West Side, Manhattan",
      "rating": 46,
      "max_rating": 100,
      "rating_type": "apple_rating",
      "rating_source": "Apple",
      "reviews": 26,
      "subratings": [
        {
          "category": "Food & Drink",
          "rating": 48,
          "max_rating": 100,
          "reviews": 23
        },
        {
          "category": "Customer Service",
          "rating": 27,
          "max_rating": 100,
          "reviews": 22
        },
        {
          "category": "Atmosphere",
          "rating": 38,
          "max_rating": 100,
          "reviews": 21
        }
      ],
      "phone": "+12122228714",
      "phone_formatted": "+1 (212) 222-8714",
      "website": "https://www.mcdonalds.com/us/en-us/location/ny/new-york/2726-broadway/31749.html",
      "claim_listing_link": "https://business.apple.com/?claimId=2735548815964929962",
      "gps_coordinates": {
        "latitude": 40.8000404,
        "longitude": -73.9676911
      },
      "bounds": {
        "north_latitude": 40.804537,
        "south_latitude": 40.7955437,
        "east_longitude": -73.961751,
        "west_longitude": -73.9736311
      },
      "access_points": [
        {
          "gps_coordinates": {
            "latitude": 40.8000952,
            "longitude": -73.9679739
          },
          "driving_direction": "destination",
          "walking_direction": "entry_exit",
          "source": "access_point_service_curated"
        }
      ],
      "type": "Fast Food Restaurant",
      "type_id": "fast_food_restaurant",
      "type_path": "dining.restaurant.fast_food_restaurant",
      "types": [
        "Dining",
        "Fast Food Restaurant",
        "Restaurant",
        "Burger Restaurant"
      ],
      "type_ids": [
        "dining",
        "fast_food_restaurant",
        "restaurant",
        "burger_restaurant"
      ],
      "open_state": "Open 24 hrs",
      "open_hours": {
        "monday": [
          "00:00–24:00"
        ],
        "tuesday": [
          "00:00–24:00"
        ],
        "wednesday": [
          "00:00–24:00"
        ],
        "thursday": [
          "00:00–24:00"
        ],
        "friday": [
          "00:00–24:00"
        ],
        "saturday": [
          "00:00–24:00"
        ],
        "sunday": [
          "00:00–24:00"
        ]
      },
      "linked_services": [
        {
          "name": "Delivery Service",
          "open_hours": {
            "monday": [
              "00:00–24:00"
            ],
            "tuesday": [
              "00:00–24:00"
            ],
            "wednesday": [
              "00:00–24:00"
            ],
            "thursday": [
              "00:00–24:00"
            ],
            "friday": [
              "00:00–24:00"
            ],
            "saturday": [
              "00:00–24:00"
            ],
            "sunday": [
              "00:00–24:00"
            ]
          }
        }
      ],
      "timezone": "America/New_York",
      "actions": [
        {
          "text": "Order",
          "link": "https://doordash.com/store/837222?src=ac",
          "type": "app_clip_link"
        },
        {
          "text": "Order",
          "link": "https://www.ubereats.com/wrapper/apple-maps/mcdonalds-uws-104th-&-broadway/w-k4SmfZS1eosr1iCO8nBg",
          "type": "app_clip_link"
        },
        {
          "text": "Order",
          "link": "https://www.grubhub.com/restaurant/14289064?utm_source=applemap&utm_medium=appclip&utm_campaign=appcliptraffic",
          "type": "app_clip_link"
        },
        {
          "text": "Order",
          "link": "https://mcdonalds.smart.link/adw41tav9?site_ID=OrderMcDonaldsDelivery2026",
          "type": "quick_link"
        },
        {
          "text": "Menu",
          "link": "https://www.yelp.com/menu/mcdonalds-new-york-428?utm_campaign=action_link_view_menu&utm_medium=feed_v2&utm_source=apple",
          "type": "quick_link"
        }
      ],
      "amenities": [
        {
          "amenity_id": "crossbusiness.payments.applepay",
          "title": "Accepts Apple Pay"
        },
        {
          "amenity_id": "crossbusiness.payments.contactless_pay",
          "title": "Accepts Contactless Payments"
        },
        {
          "amenity_id": "crossbusiness.services.take_out",
          "title": "Takeout",
          "vendor_id": "com.apple.abr"
        },
        {
          "amenity_id": "crossbusiness.services.delivery",
          "title": "Delivery",
          "vendor_id": "com.apple.abr"
        },
        {
          "amenity_id": "crossbusiness.services.drive_through",
          "title": "Drive-Thru",
          "vendor_id": "com.yelp"
        },
        {
          "amenity_id": "crossbusiness.accessibility_features.wheelchair_accessible",
          "title": "Wheelchair Accessible",
          "vendor_id": "com.apple.abr"
        }
      ],
      "external_ids": [
        {
          "vendor_id": "com.foursquare_v2",
          "id": "4b040041f964a520d45022e3"
        },
        {
          "vendor_id": "com.foursquare",
          "id": "4b040041f964a520d45022e3"
        },
        {
          "vendor_id": "com.apple.abr",
          "id": "1563044838395347583"
        }
      ],
      "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/3mfTo-HpnKp9jt1PralXpw/320x320bb.jpg",
      "cover_photo": "https://is2-ssl.mzstatic.com/image/thumb/k-QXHufydVmlBrwn04lsTw/1600x1040.png",
      "logo": "https://is2-ssl.mzstatic.com/image/thumb/mVYKT9VRPiBilo6ZK3AAFw/258x258.png",
      "images": [
        {
          "source": "Apple Business Register",
          "original": {
            "link": "https://is1-ssl.mzstatic.com/image/thumb/3mfTo-HpnKp9jt1PralXpw/1080x640bb.jpg",
            "width": 1080,
            "height": 640
          },
          "category_id": "from_owner",
          "category_name": "From the Business",
          "date_added": "2023-12-08T16:13:27Z",
          "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/3mfTo-HpnKp9jt1PralXpw/320x320bb.jpg"
        },
        {
          "source": "Apple Business Register",
          "original": {
            "link": "https://is1-ssl.mzstatic.com/image/thumb/m6Mbz4zTZOGol3Ux5p5-_w/2998x2998bb.jpg",
            "width": 2998,
            "height": 2998
          },
          "category_id": "from_owner",
          "category_name": "From the Business",
          "date_added": "2023-12-08T16:13:27Z",
          "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/m6Mbz4zTZOGol3Ux5p5-_w/320x320bb.jpg"
        }
      ]
    },
    {
      "position": 5,
      "place_id": "I5A904DCAF58CA5B3",
      "provider_id": "9902",
      "title": "McDonald's",
      "link": "https://maps.apple.com/place?place-id=I5A904DCAF58CA5B3&_provider=9902",
      "address": "1871 2nd Ave, New York, NY  10029, United States",
      "structured_address": {
        "short": "1871 2nd Ave, New York",
        "city_and_above": "New York, NY United States",
        "country": "United States",
        "country_code": "US",
        "administrative_area": "New York",
        "administrative_area_code": "NY",
        "sub_administrative_area": "New York County",
        "locality": "New York",
        "post_code": "10029",
        "sub_locality": "Manhattan",
        "sub_thoroughfare": "1871",
        "thoroughfare": "2nd Ave",
        "full_thoroughfare": "1871 2nd Ave",
        "area_of_interest": [
          "Manhattan"
        ],
        "dependent_locality": [
          "Upper East Side",
          "Uptown"
        ],
        "formatted_lines": [
          "1871 2nd Ave",
          "New York, NY  10029",
          "United States"
        ]
      },
      "neighborhood": "Upper East Side, Manhattan",
      "rating": 1.7,
      "max_rating": 5,
      "rating_type": "user_rating",
      "rating_source": "Yelp",
      "reviews": 51,
      "reviews_formatted": "51",
      "user_reviews": {
        "source": "Yelp",
        "most_relevant": [
          {
            "username": "Ariella O.",
            "rating": 1,
            "max_rating": 5,
            "description": "I ordered from uber just now and they sent me pancakes with no syrup. the fact that I have to ask for syrup is insane. and annoying.",
            "link": "http://yelp.com/apple_maps_action?id=NFE2bRE4gF8Ev70X-mV-QA&component=review&cid=kZKctBoEwronpGPK9rq0yg&action=view&language=en-US",
            "iso_date": "2026-03-11T14:59:48Z",
            "id": "kZKctBoEwronpGPK9rq0yg"
          },
          {
            "username": "Sebastian F.",
            "rating": 1,
            "max_rating": 5,
            "description": "I ordered on the app and my phone died I told them about my phone being dead they refused to give me the food since I had no proof of payment/order so I decided to go back home to charge my phone once",
            "link": "http://yelp.com/apple_maps_action?id=NFE2bRE4gF8Ev70X-mV-QA&component=review&cid=qMOSXpjKwUfk4PoXhjuLRA&action=view&language=en-US",
            "iso_date": "2026-03-03T00:23:46Z",
            "id": "qMOSXpjKwUfk4PoXhjuLRA"
          }
        ]
      },
      "phone": "+12019772677",
      "phone_formatted": "+1 (201) 977-2677",
      "price": "$",
      "price_score": 1,
      "max_price_score": 4,
      "website": "https://www.mcdonalds.com/us/en-us/location/ny/new-york/1871-2nd-ave/24739.html",
      "claim_listing_link": "https://business.apple.com/?claimId=6525801394158216627",
      "gps_coordinates": {
        "latitude": 40.7846499,
        "longitude": -73.9470048
      },
      "bounds": {
        "north_latitude": 40.7891465,
        "south_latitude": 40.7801532,
        "east_longitude": -73.9410661,
        "west_longitude": -73.9529434
      },
      "access_points": [
        {
          "gps_coordinates": {
            "latitude": 40.7846024,
            "longitude": -73.9468603
          },
          "driving_direction": "destination",
          "walking_direction": "entry_exit",
          "source": "access_point_service_curated"
        }
      ],
      "type": "Fast Food Restaurant",
      "type_id": "fast_food_restaurant",
      "type_path": "dining.restaurant.fast_food_restaurant",
      "types": [
        "Dining",
        "Fast Food Restaurant",
        "Restaurant",
        "Burger Restaurant"
      ],
      "type_ids": [
        "dining",
        "fast_food_restaurant",
        "restaurant",
        "burger_restaurant"
      ],
      "open_state": "Open 24 hrs",
      "open_hours": {
        "monday": [
          "00:00–24:00"
        ],
        "tuesday": [
          "00:00–24:00"
        ],
        "wednesday": [
          "00:00–24:00"
        ],
        "thursday": [
          "00:00–24:00"
        ],
        "friday": [
          "00:00–24:00"
        ],
        "saturday": [
          "00:00–24:00"
        ],
        "sunday": [
          "00:00–24:00"
        ]
      },
      "linked_services": [
        {
          "name": "Delivery Service",
          "open_hours": {
            "monday": [
              "05:00–24:00"
            ],
            "tuesday": [
              "05:00–24:00"
            ],
            "wednesday": [
              "05:00–24:00"
            ],
            "thursday": [
              "05:00–24:00"
            ],
            "friday": [
              "05:00–24:00"
            ],
            "saturday": [
              "05:00–24:00"
            ],
            "sunday": [
              "05:00–24:00"
            ]
          }
        }
      ],
      "timezone": "America/New_York",
      "actions": [
        {
          "text": "Menu",
          "link": "https://www.yelp.com/menu/mcdonalds-new-york-388?utm_campaign=action_link_view_menu&utm_medium=feed_v2&utm_source=apple",
          "type": "quick_link"
        },
        {
          "text": "Order",
          "link": "https://doordash.com/store/837205?src=ac",
          "type": "app_clip_link"
        },
        {
          "text": "Order",
          "link": "https://www.grubhub.com/restaurant/1339303?utm_source=applemap&utm_medium=appclip&utm_campaign=appcliptraffic",
          "type": "app_clip_link"
        },
        {
          "text": "Order",
          "link": "https://mcdonalds.smart.link/adw41tav9?site_ID=OrderMcDonaldsDelivery2026",
          "type": "quick_link"
        }
      ],
      "amenities": [
        {
          "amenity_id": "crossbusiness.payments.applepay",
          "title": "Accepts Apple Pay"
        },
        {
          "amenity_id": "crossbusiness.payments.contactless_pay",
          "title": "Accepts Contactless Payments"
        },
        {
          "amenity_id": "crossbusiness.services.take_out",
          "title": "Takeout",
          "vendor_id": "com.apple.abr"
        },
        {
          "amenity_id": "crossbusiness.services.delivery",
          "title": "Delivery",
          "vendor_id": "com.apple.abr"
        },
        {
          "amenity_id": "crossbusiness.services.drive_through",
          "title": "Drive-Thru",
          "vendor_id": "com.yelp"
        },
        {
          "amenity_id": "crossbusiness.accessibility_features.wheelchair_accessible",
          "title": "Wheelchair Accessible",
          "vendor_id": "com.apple.abr"
        }
      ],
      "external_ids": [
        {
          "vendor_id": "com.yelp",
          "id": "NFE2bRE4gF8Ev70X-mV-QA"
        },
        {
          "vendor_id": "com.apple.abr",
          "id": "1549534039533159089"
        }
      ],
      "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/EZljOfFxDS8pqzbTqC7VJA/320x320bb.jpg",
      "cover_photo": "https://is2-ssl.mzstatic.com/image/thumb/k-QXHufydVmlBrwn04lsTw/1600x1040.png",
      "logo": "https://is2-ssl.mzstatic.com/image/thumb/mVYKT9VRPiBilo6ZK3AAFw/258x258.png",
      "images": [
        {
          "source": "Apple Business Register",
          "original": {
            "link": "https://is1-ssl.mzstatic.com/image/thumb/EZljOfFxDS8pqzbTqC7VJA/1080x640bb.jpg",
            "width": 1080,
            "height": 640
          },
          "category_id": "from_owner",
          "category_name": "From the Business",
          "date_added": "2023-12-08T16:02:34Z",
          "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/EZljOfFxDS8pqzbTqC7VJA/320x320bb.jpg"
        },
        {
          "source": "Apple Business Register",
          "original": {
            "link": "https://is1-ssl.mzstatic.com/image/thumb/IxL4EmToRSky0JgQnhu92A/2998x2998bb.jpg",
            "width": 2998,
            "height": 2998
          },
          "category_id": "from_owner",
          "category_name": "From the Business",
          "date_added": "2023-12-08T16:02:34Z",
          "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/IxL4EmToRSky0JgQnhu92A/320x320bb.jpg"
        }
      ]
    },
    {
      "position": 6,
      "place_id": "I1FA9378D309DDC1A",
      "provider_id": "9902",
      "title": "McDonald's",
      "link": "https://maps.apple.com/place?place-id=I1FA9378D309DDC1A&_provider=9902",
      "address": "946 Eighth Ave, New York, NY 10019, United States",
      "structured_address": {
        "short": "946 Eighth Ave, New York",
        "city_and_above": "New York, NY United States",
        "country": "United States",
        "country_code": "US",
        "administrative_area": "New York",
        "administrative_area_code": "NY",
        "sub_administrative_area": "New York County",
        "locality": "New York",
        "post_code": "10019",
        "sub_locality": "Manhattan",
        "sub_thoroughfare": "946",
        "thoroughfare": "Eighth Ave",
        "full_thoroughfare": "946 Eighth Ave",
        "dependent_locality": [
          "Hell's Kitchen",
          "Manhattan",
          "Midtown",
          "Midtown Manhattan",
          "North Hudson",
          "Theater District"
        ],
        "formatted_lines": [
          "946 Eighth Ave",
          "New York, NY 10019",
          "United States"
        ]
      },
      "neighborhood": "Theater District, Manhattan",
      "rating": 49,
      "max_rating": 100,
      "rating_type": "apple_rating",
      "rating_source": "Apple",
      "reviews": 35,
      "subratings": [
        {
          "category": "Food & Drink",
          "rating": 68,
          "max_rating": 100,
          "reviews": 25
        },
        {
          "category": "Atmosphere",
          "rating": 58,
          "max_rating": 100,
          "reviews": 26
        },
        {
          "category": "Customer Service",
          "rating": 52,
          "max_rating": 100,
          "reviews": 27
        }
      ],
      "phone": "+12125866676",
      "phone_formatted": "+1 (212) 586-6676",
      "website": "https://www.mcdonalds.com/us/en-us/location/ny/new-york/946-8th-ave/2446.html",
      "claim_listing_link": "https://business.apple.com/?claimId=2281415765785435162",
      "gps_coordinates": {
        "latitude": 40.765819,
        "longitude": -73.9832103
      },
      "bounds": {
        "north_latitude": 40.7703156,
        "south_latitude": 40.7613223,
        "east_longitude": -73.9772732,
        "west_longitude": -73.9891473
      },
      "access_points": [
        {
          "gps_coordinates": {
            "latitude": 40.7659279,
            "longitude": -73.983436
          },
          "driving_direction": "destination",
          "walking_direction": "entry_exit",
          "source": "access_point_service_curated"
        }
      ],
      "type": "Fast Food Restaurant",
      "type_id": "fast_food_restaurant",
      "type_path": "dining.restaurant.fast_food_restaurant",
      "types": [
        "Dining",
        "Fast Food Restaurant",
        "Restaurant",
        "Burger Restaurant"
      ],
      "type_ids": [
        "dining",
        "fast_food_restaurant",
        "restaurant",
        "burger_restaurant"
      ],
      "open_state": "Open 24 hrs",
      "open_hours": {
        "monday": [
          "00:00–24:00"
        ],
        "tuesday": [
          "00:00–24:00"
        ],
        "wednesday": [
          "00:00–24:00"
        ],
        "thursday": [
          "00:00–24:00"
        ],
        "friday": [
          "00:00–24:00"
        ],
        "saturday": [
          "00:00–24:00"
        ],
        "sunday": [
          "00:00–24:00"
        ]
      },
      "linked_services": [
        {
          "name": "Delivery Service",
          "open_hours": {
            "monday": [
              "00:00–04:00",
              "04:10–24:00"
            ],
            "tuesday": [
              "00:00–04:00",
              "04:10–24:00"
            ],
            "wednesday": [
              "00:00–04:00",
              "04:10–24:00"
            ],
            "thursday": [
              "00:00–04:00",
              "04:10–24:00"
            ],
            "friday": [
              "00:00–04:00",
              "04:10–24:00"
            ],
            "saturday": [
              "00:00–04:00",
              "04:10–24:00"
            ],
            "sunday": [
              "00:00–04:00",
              "04:10–24:00"
            ]
          }
        }
      ],
      "timezone": "America/New_York",
      "actions": [
        {
          "text": "Order",
          "link": "https://doordash.com/store/837208?src=ac",
          "type": "app_clip_link"
        },
        {
          "text": "Order",
          "link": "https://www.grubhub.com/restaurant/1339424?utm_source=applemap&utm_medium=appclip&utm_campaign=appcliptraffic",
          "type": "app_clip_link"
        },
        {
          "text": "Order",
          "link": "https://mcdonalds.smart.link/adw41tav9?site_ID=OrderMcDonaldsDelivery2026",
          "type": "quick_link"
        },
        {
          "text": "Menu",
          "link": "https://www.yelp.com/menu/mcdonalds-new-york-151?utm_campaign=action_link_view_menu&utm_medium=feed_v2&utm_source=apple",
          "type": "quick_link"
        }
      ],
      "amenities": [
        {
          "amenity_id": "crossbusiness.payments.applepay",
          "title": "Accepts Apple Pay"
        },
        {
          "amenity_id": "crossbusiness.payments.contactless_pay",
          "title": "Accepts Contactless Payments"
        },
        {
          "amenity_id": "crossbusiness.services.take_out",
          "title": "Takeout",
          "vendor_id": "com.apple.abr"
        },
        {
          "amenity_id": "crossbusiness.services.delivery",
          "title": "Delivery",
          "vendor_id": "com.apple.abr"
        },
        {
          "amenity_id": "crossbusiness.services.drive_through",
          "title": "Drive-Thru",
          "vendor_id": "com.yelp"
        },
        {
          "amenity_id": "crossbusiness.accessibility_features.wheelchair_accessible",
          "title": "Wheelchair Accessible",
          "vendor_id": "com.apple.abr"
        }
      ],
      "external_ids": [
        {
          "vendor_id": "com.apple",
          "id": "103483534"
        },
        {
          "vendor_id": "com.foursquare_v2",
          "id": "4bc36e134cdfc9b6c3569721"
        },
        {
          "vendor_id": "com.foursquare",
          "id": "4bc36e134cdfc9b6c3569721"
        },
        {
          "vendor_id": "com.apple.abr",
          "id": "1563044837980111693"
        },
        {
          "vendor_id": "com.tripadvisor",
          "id": "4468379"
        }
      ],
      "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/OMQrbT9hzqZGU6zEwJFN_A/320x320bb.jpg",
      "cover_photo": "https://is2-ssl.mzstatic.com/image/thumb/k-QXHufydVmlBrwn04lsTw/1600x1040.png",
      "logo": "https://is2-ssl.mzstatic.com/image/thumb/mVYKT9VRPiBilo6ZK3AAFw/258x258.png",
      "images": [
        {
          "source": "Apple Business Register",
          "original": {
            "link": "https://is1-ssl.mzstatic.com/image/thumb/OMQrbT9hzqZGU6zEwJFN_A/2998x2998bb.jpg",
            "width": 2998,
            "height": 2998
          },
          "category_id": "from_owner",
          "category_name": "From the Business",
          "date_added": "2023-12-08T16:49:06Z",
          "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/OMQrbT9hzqZGU6zEwJFN_A/320x320bb.jpg"
        },
        {
          "source": "Apple Business Register",
          "original": {
            "link": "https://is1-ssl.mzstatic.com/image/thumb/0Ln7fkd2MJyyvU_WBh_p4w/2998x2998bb.jpg",
            "width": 2998,
            "height": 2998
          },
          "category_id": "from_owner",
          "category_name": "From the Business",
          "date_added": "2023-12-08T16:49:06Z",
          "thumbnail": "https://is1-ssl.mzstatic.com/image/thumb/0Ln7fkd2MJyyvU_WBh_p4w/320x320bb.jpg"
        }
      ]
    }
  ],
  "filters": [
    {
      "key": "drive_thru",
      "type": "Drive-Thru",
      "options": [
        {
          "text": "Drive-Thru",
          "value": "DRIVE_THRU"
        }
      ]
    },
    {
      "key": "wheelchair_accessible",
      "type": "Wheelchair Accessible",
      "options": [
        {
          "text": "Wheelchair Accessible",
          "value": "WHEELCHAIR_ACCESSIBLE"
        }
      ]
    },
    {
      "key": "accepts_apple_pay",
      "type": "Accepts Apple Pay",
      "options": [
        {
          "text": "Accepts Apple Pay",
          "value": "ACCEPTS_APPLE_PAY"
        }
      ]
    },
    {
      "key": "open_now",
      "type": "Open Now",
      "options": [
        {
          "text": "Open Now",
          "value": "OPEN_NOW"
        }
      ]
    },
    {
      "key": "amenities",
      "type": "All Amenities",
      "options": [
        {
          "text": "Accepts Credit Cards",
          "value": "ACCEPTS_CREDIT_CARDS"
        },
        {
          "text": "Takeout",
          "value": "SERVICE_STYLE_TAKEOUT"
        },
        {
          "text": "Accepts Contactless Payments",
          "value": "ACCEPTS_CONTACTLESS_PAY"
        },
        {
          "text": "Wi-Fi",
          "value": "WIFI_AVAILABLE"
        },
        {
          "text": "Family and Kids",
          "value": "GOOD_FOR_KIDS"
        },
        {
          "text": "Good for Kids",
          "value": "GOOD_FOR_FAMILIES"
        },
        {
          "text": "Good for Groups",
          "value": "GOOD_FOR_GROUPS"
        },
        {
          "text": "Free Wi-Fi",
          "value": "WIFI_AVAILABLE_FREE"
        },
        {
          "text": "Accepts Cash",
          "value": "ACCEPTS_CASH"
        },
        {
          "text": "Delivery",
          "value": "SERVICE_STYLE_DELIVERY"
        },
        {
          "text": "No Alcohol",
          "value": "HAS_NO_ALCOHOL"
        },
        {
          "text": "Breakfast",
          "value": "GOOD_FOR_BREAKFAST"
        },
        {
          "text": "Parking",
          "value": "HAS_PARKING"
        },
        {
          "text": "Lunch",
          "value": "GOOD_FOR_LUNCH"
        },
        {
          "text": "Brunch",
          "value": "GOOD_FOR_BRUNCH"
        }
      ]
    }
  ]
}

Developer experience

Easy integration

Integrating is as simple as making a GET HTTP request.

GET
https://www.searchapi.io/api/v1/search?engine=apple_maps&location=Manhattan%2C+New+York%2C+United+States&q=McDonald%27s
Request
import requests

url = "https://www.searchapi.io/api/v1/search"
params = {
  "engine": "apple_maps",
  "q": "McDonald's",
  "location": "Manhattan, New York, United States"
}

response = requests.get(url, params=params)
print(response.text)

Local Data for Developers

Access and track place info

Integrate real-time Apple Maps data. Get place details, ratings, hours, and more.

Place Data

Names, categories, addresses.

Ratings & Reviews

Scores, review counts, user reviews.

Opening Hours

Weekly hours and time zone.

GPS Coordinates

Latitude and longitude.

Contact Info

Phone numbers and websites.

Photos

Place thumbnails and images.

Amenities

Wheelchair access, Wi-Fi, and more.

Editorial Guides

Curated place collections and guides.

Apple Maps Places API

Look up full place details

Take any place found with the Apple Maps API and get its complete details back in a single request.

Place Details
Ratings, reviews, hours, photos, and contact info.
Real-Time Status
Know whether a place is open right now.
Bulk Lookups
Enrich a whole list of places in one request.

View Documentation

Apple Maps Places API

Legal Coverage

Legal Protection Guarantee

We accept legal responsibility for how SearchApi collects and parses publicly available search results, backed by up to $2M in coverage. This protection applies to customers worldwide, operates under U.S. law, and does not cover your use of the data or unlawful activities.

Robust Infrastructure

Handle even the most demanding needs

Sub-2 second average response time

Performance

Sub-2 second average response time

Optimized for low latency, delivering rapid results for AI applications, SEO analysis, and research.

100% success rate

100% Success Rate

Guaranteed query completion

Guaranteed success with built-in auto-retry mechanism and adaptive error handling to ensure complete data collection.

Scalable proxy rotation

Proxy Management

Scalable proxy rotation

Our built-in proxy rotator and auto-retry mechanisms ensure scalability, handling millions of searches daily across a global network of 100M+ proxies.

Advanced CAPTCHA bypass

Captcha Solving

Advanced CAPTCHA bypass

Mimics real human behavior with full browser rendering, JavaScript execution, and CAPTCHA solving for uninterrupted data scraping.

Open-source integrations

Integrations

Open-source integrations

Easily integrate with popular open-source tools like Dify, Flowise, LangChain, and Haystack to extend functionality with minimal setup.

Simple Pricing

Pricing plans

  • Pay per success
  • Built in location geo-targetting
  • Only premium proxies

Developer Plan

$4 per 1,000 searches

$40 / month

What's included
  • 10,000 Searches
  • 99.9% SLA

Production Plan

$3 per 1,000 searches

$100 / month

What's included
  • 35,000 Searches
  • Team Management
  • Legal Protection Guarantee
  • 99.9% SLA

BigData Plan

$2.5 per 1,000 searches

$250 / month

What's included
  • 100,000 Searches
  • Team Management
  • Legal Protection Guarantee
  • 99.9% SLA
  • Medium Throughput

Scale Plan

$2 per 1,000 searches

$500 / month

What's included
  • 250,000 Searches
  • Team Management
  • Legal Protection Guarantee
  • 99.9% SLA
  • High Throughput
  • Search Analytics

Trusted by industry leaders

Anthropic logo Bain & Company logo DataRails logo Scale AI logo Ahrefs logo Demyst logo

Get started with SearchAPI today

No credit card required. No commitment. Cancel anytime.