ubereats.com API: get_menu_item_details
ubereats.com via Parse · food_dining
Get detailed information about a specific menu item, including description, price, customization options, nutritional info, and product identifiers. Requires store_uuid and item_uuid; section_uuid and subsection_uuid are needed for accurate results and can be obtained from the store catalog data. An address near the store is required for the API to resolve the item. Search restaurants, browse restaurant feeds, and get menu item details from Uber Eats Fulfilled by Parse from ubereats.com.
- ecommerce
- food-dining
- maps-geo
- parse
- platform-key
- ubereats-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d099b7ec-930c-4761-ac7e-40b4573de246/get_menu_item_details
- Interface artifact
- sha256:973cc5b8f4bc82f7e5647c95665cb6d2032323039f81a3e3112e5d8012feb581
- Manifest digest
- sha256:765fa21398501419ba0ff836199027436376a894bc65e870ccc6e5779ccbacf4
Request fields
- address (string): Delivery address near the store, used for location context required by the API
- item_uuid (string, required): UUID of the menu item (obtainable from store catalog data)
- store_uuid (string, required): UUID of the store/restaurant
- section_uuid (string): UUID of the menu section containing the item (from the item's sectionUuid field in store catalog)
- subsection_uuid (string): UUID of the menu subsection containing the item (from the item's subsectionUuid field in store catalog)
Example queries
- {"address":"New York, NY","item_uuid":"36e8c1db-3968-560c-be1d-ad772f614fac","store_uuid":"9b93975a-bfd9-42e3-ab16-54bc6f5fba41","section_uuid":"de91b715-9dda-506d-8220-1c4d436ead09","subsection_uuid":"f6ecca8e-7b42-4f97-9e86-d8f2bab59141"}