Add Instacart to any ModuleX agent or workflow. Public Instacart actions: build shareable recipe + shopping-list pages and look up retailers by postal code. No API key required.
create_shopping_list_page — Create a Shopping List Page on Instacart and return a shareable URL. Users can view the list and add all items to their cart.
Recipe/list pages are pure URL builders (no API hit).
Retailer lookup goes to Instacart’s public /v3/retailers endpoint;
on timeout or non-200 the tool returns a store-finder URL as a
usable fallback (still success=True).