From 67e207955053b358976bdf32378b41ed6e5be140 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Tue, 10 Mar 2026 11:44:24 -0700 Subject: [PATCH] Add DoorDash/order.online fast-path parser Extract menu data directly from embedded JSON in DoorDash HTML: - Categories from MenuBookCategory entries - Items with names, descriptions, prices, and image URLs from StorePageCarouselItem - Business info from page title and StoreHeaderAddress - Uses Claude to assign items to categories - Upgrades image URLs to 600px for better quality Co-Authored-By: Claude Opus 4.6 --- api/setup/analyzeMenuUrl.cfm | 176 +++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) diff --git a/api/setup/analyzeMenuUrl.cfm b/api/setup/analyzeMenuUrl.cfm index 506de04..75ec043 100644 --- a/api/setup/analyzeMenuUrl.cfm +++ b/api/setup/analyzeMenuUrl.cfm @@ -1147,6 +1147,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ([^<]+)', pageHtml)> + + ([^<]+)', '\1')> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #serializeJSON(response)# + + + + + + + + +