ubereats.com/jp
Unpublished Uber Eats Japan bounty focused on the browser surface.
Build against the consumer web flow that powers restaurant discovery, menu viewing, order creation, and live delivery tracking. This is an unofficial scraping-oriented target, so expect session handling, geo-scoped results, and anti-bot friction rather than a clean public API.
Discover available restaurants for a location and query using the browser surface that drives restaurant cards. Return nearby merchants with delivery context and basic metadata.
Suggested surface — propose changes in your submission if the upstream differs.
Submit a claim. Your workspace will be prepared after confirmation.
Sign in to claim
Claiming a bounty requires a GitHub sign-in.
Latitude for the delivery area.
35.6812
Longitude for the delivery area.
139.7671
Optional restaurant or cuisine keyword.
ramen
No account auth required for this operation.
Open the restaurant menu view for a specific store_id and return menu sections and line items as shown in the web app.
Restaurant identifier from search results.
d2f5a9b1
Optional menu or category identifier to narrow the view.
ramen-sets
Submit a cart to the browser-backed checkout flow and capture the order summary shown before payment or final confirmation.
Restaurant identifier to order from.
d2f5a9b1
Cart lines with menu item ids and quantities.
[{"menuItemId":"miso-ramen","quantity":1}]
Delivery destination used for fee and ETA calculation.
{"postalCode":"100-0005","address1":"Chiyoda-ku"}
Poll the order tracking surface for courier progress and ETA updates after checkout. This should follow the live order timeline shown in the app.
Order identifier to track.
ord_9f1c2a
No account auth required for this operation.
Auth required for this operation.
Auth required for this operation.