POST /api/openrice/landmarks/restaurants
Price: 20 credits
List the restaurants located inside an OpenRice landmark (shopping mall, station or complex), with the same filter and sort surface as restaurant search: free-text query, cuisines, dishes, restaurant types, dining themes, features, spending tiers, offer types and OpenRice services.
List restaurants inside one OpenRice landmark/mall by landmark id or page URL (e.g. 7 = Times Square, Hong Kong). Set region and lang to the landmark's market. Accepts the same filters as openrice/restaurants/search (keyword, cuisine_ids, dish_ids, price_ranges, offers, services, sort) and returns restaurant cards.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)region string — OpenRice regional market the request is scoped to (default: "hongkong"; one of: "hongkong", "macau", "shenzhen", "guangzhou", "zhuhai", "dongguan", "foshan", "zhongshan", "taipei", "newtaipei-keelung", "taoyuan", "hsinchu-miaoli", "taichung", "changhua-nantou", "yunlin-chiayi", "tainan", "kaohsiung-pingtung", "eastern", "tokyo-kanto", "osaka-kobe", "kyoto-kinki", "nagoya-chubu", "hokkaido", "tohoku", "hiroshima-chugoku", "shikoku", "fukuoka-kyushu", "okinawa", "bangkok", "chonburi", "phuket", "prachuapkhirikhan", "chiangmai", "suratthani", "nakhonratchasima", "chiangrai", "others", "singapore", "manila")lang string — Content language for names, addresses and category labels (default: "en"; one of: "en", "tc", "sc", "tc-tw", "ja", "th", "id")keyword string nullable — Free-text query: restaurant name, cuisine or dish (examples: "sushi", "hot pot")where string nullable — Free-text location query: district, street or landmark name (examples: "Central")district_ids array nullable — District ids to match (any of); resolve ids via the openrice/facets endpointcuisine_ids array nullable — Cuisine ids to match (any of); resolve ids via the openrice/facets endpointdish_ids array nullable — Dish ids to match (any of); resolve ids via the openrice/facets endpointamenity_ids array nullable — Restaurant-type / amenity ids to match (any of); resolve ids via openrice/facetstheme_ids array nullable — Dining-theme ids to match (any of); resolve ids via the openrice/facets endpointcondition_ids array nullable — Feature / condition ids the restaurant must have (all of); resolve ids via openrice/facetspayment_ids array nullable — Accepted payment-method ids to match (any of); resolve ids via the openrice/facets endpointcategory_group_ids array nullable — Cuisine or dish group ids to match (any of); resolve ids via the openrice/facets endpointpromotion_ids array nullable — Seasonal promotion / award scheme ids to match (any of); ids come from the promotions list carried by restaurant cards and restaurant profilesprice_ranges array nullable — Spending-per-person tiers to match (any of); tier boundaries differ per region (one of: "tier_1_cheapest", "tier_2", "tier_3", "tier_4", "tier_5", "tier_6_most_expensive")offers array nullable — Only restaurants carrying every selected offer type (one of: "booking_offer", "prepaid_booking_menu", "premium_booking_menu", "voucher", "coupon")services array nullable — Only restaurants with every selected OpenRice service enabled (one of: "online_booking", "queuing", "openrice_pay")statuses array nullable — Keep only restaurants in one of these operating states (one of: "operating", "closed", "changed_hands", "under_renovation", "moved", "delisted", "hidden")latitude number nullable — Latitude to measure distance from; required by the distance sort (min: -90; max: 90)longitude number nullable — Longitude to measure distance from; required by the distance sort (min: -180; max: 180)sort string — Result ordering (default: "overall_rating"; one of: "overall_rating", "most_smiles", "most_cries", "most_reviews", "most_bookmarked", "highest_total_score", "spending_low_to_high", "spending_high_to_low", "distance")count integer required — Max number of restaurants to return (min: 1; max: 10000)landmark string required — Landmark id or landmark page URL (examples: "7", "https://www.openrice.com/en/hongkong/l-times-square-l7"; minLength: 1)@type string (default: "OpenriceRestaurantCard")id integer requiredurl string requiredalias string nullablename string requiredname_other_lang string nullableaddress string nullableaddress_other_lang string nullablepostal_code string nullabledistrict object nullable@type string (default: "OpenriceDistrict")id integer requiredname string requiredalias string nullablegroup_id integer nullablelatitude number nullablelongitude number nullablelatitude number nullablelongitude number nullablemall_name string nullablefloor string nullableunit string nullablephones array (default: [])phone_remarks array (default: [])website string nullableopened_at integer nullableopening_hours array (default: [])@type string (default: "OpenriceWeekHours")day_of_week integer nullabletimes array (default: [])is_open_24h boolean (default: false)is_closed boolean (default: false)is_holiday boolean (default: false)is_holiday_eve boolean (default: false)rating number nullableor_score number nullablesmile_count integer nullablecry_count integer nullablereview_count integer nullablephoto_count integer nullablerestaurant_photo_count integer nullablemedia_count integer nullablebookmark_count integer nullableprice_range_id integer nullablecuisines array (default: [])@type string (default: "OpenriceCategory")id integer requiredname string requiredalias string nullabledishes array (default: [])@type string (default: "OpenriceCategory")id integer requiredname string requiredalias string nullablerecommended_dishes array (default: [])promotions array (default: [])@type string (default: "OpenricePromotion")id integer requiredname string requireddescription string nullableterms string nullableis_credit_card boolean (default: false)badges array (default: [])payment_ids array (default: [])image string nullableimages array (default: [])videos array (default: [])@type string (default: "OpenriceVideo")id integer requiredvideo_url string nullableimage string nullablecaption string nullablewidth integer nullableheight integer nullableview_count integer nullablelike_count integer nullablecomment_count integer nullablesubmitted_at integer nullablestatus integer nullablestatus_text string nullablemoved_to_restaurant_id integer nullableis_open_now boolean (default: false)is_new boolean (default: false)is_queuing_enabled boolean (default: false)has_offer boolean (default: false)has_premium_menu boolean (default: false)distance number nullableshort_url 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 — Landmark not found in this region 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.