dhsg
BBuildShip
•Created by dhsg on 6/22/2024 in #❓・buildship-help
Using Anthropic Extract node
Im having trouble getting Anthropic Extract node working to how I want it to, Im looking to target webpages with food menus.
At first i tried using fields such as dish name, description, price. Here Im assuming the AI will work out what i want and close match it with the data from the webpage. However that kept giving errors for the sample URLs. So I tried a different approach.
I used the AI (autofill witih AI) and it generated for me;
Object.keys(ctx["root"]["request"]["body"]).join(", ")
Which kinda worked better but only returned the dish names but ignore the pricing from the webpage (https://www.huahinindianrestaurant.com/menu/)
Appreciate any help or advice.
P.S, Could you provide an intergration that could provide data via a Extract from Image node?3 replies