Find nearby takeaways and get their menus from Deliveroo or Just Eat.
goplaces CLI installed (brew install steipete/tap/goplaces)GOOGLE_PLACES_API_KEY environment variable setUse goplaces to search for restaurants near a location:
# Search by coordinates (negative longitude needs = syntax)
goplaces search "takeaway" --lat=53.7179 --lng=-6.3561 --radius-m=3000 --limit=10
# Search by cuisine
goplaces search "chinese takeaway" --lat=53.7179 --lng=-6.3561 --radius-m=2000
# Filter by rating
goplaces search "pizza" --lat=53.7179 --lng=-6.3561 --min-rating=4 --open-now
Common location coordinates for Ireland:
browser action=start target=host
browser action=navigate targetUrl="https://deliveroo.ie/" target=host
browser action=act request={"kind": "type", "ref": "<textbox-ref>", "text": "Drogheda, Co. Louth"}
Menu items typically appear as buttons with structure:
User: "What takeaways are near me in Drogheda?"
→ Run goplaces search, present top 5-10 results with ratings
User: "Show me the menu for Mizzoni's"
→ Browser to Deliveroo → search → click restaurant → snapshot → parse menu
User: "What pizzas do they have?"
→ Filter menu items by category, present pizza options with prices
If restaurant not on Deliveroo, try Just Eat:
browser action=navigate targetUrl="https://www.just-eat.ie/" target=host
Similar flow: enter postcode/address → browse restaurants → click for menu
共 1 个版本