baemin.com
Unofficial Baemin provider for restaurant discovery, menu inspection, delivery quotes, and order tracking.
Targets the Baemin mobile or web surface rather than an official public API. Implement session-aware, anti-bot-resistant flows for nearby restaurant search, menu retrieval, delivery quote estimation, and live order tracking. Inputs are realistic location and order identifiers such as lat/lng, deliveryAddressId, restaurantId, and menu/item selections.
POST the location-based restaurant search used by Baemin to list stores around a coordinate pair and delivery address context, returning commercial availability and core store metadata.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Delivery or pickup latitude for the search center.
37.5665
Delivery or pickup longitude for the search center.
126.9780
Saved address identifier used to resolve serviceability and delivery rules.
addr_kr_102938
Store ordering such as recommended, distance, or deliveryFee.
recommended
Optional restaurant or cuisine keyword filter.
치킨
Auth required for this operation.
Fetch the menu payload for a specific restaurantId, including sections, item variants, sold-out state, and option groups as shown in Baemin's menu view.
Restaurant identifier obtained from search or deep link.
rest_557712
Saved address identifier required to check menu availability and delivery constraints.
addr_kr_102938
Optional latitude used when the app requests location revalidation.
37.5665
Optional longitude used when the app requests location revalidation.
126.9780
Simulate the Baemin checkout quote flow for a restaurant and selected menu items, returning estimated delivery fee, minimum order checks, and ETA-derived totals.
Restaurant identifier for the quote target.
rest_557712
Destination address identifier used for fee and serviceability calculation.
addr_kr_102938
Chosen menu items with quantities and option selections.
[{"menuItemId":"menu_991","quantity":2}]
Optional payment type used by checkout rules.
card
Poll Baemin's order timeline endpoint for a live order_id to retrieve preparation, pickup, and courier progress in the same fields shown in the app.
Placed order identifier to follow through the delivery lifecycle.
ord_20240618_448812
Optional address context when the app revalidates the route during tracking.
addr_kr_102938
Suggested surface — propose changes in your submission if the upstream differs.
Auth required for this operation.
Auth required for this operation.
Auth required for this operation.