i am building a micro app to get url of a website and return all links on that web page.
in N8N or make.com we have nodes for it. here i do not see any such node.
i choose to use Javascript node with regex to accomplish the task but i wonder is it the correct way of doing it with Nucal?
Using a JavaScript node for regex can be highly effective for specific tasks, particularly when you need to efficiently manage data manipulation or validation. Which additional nodes did you require for specific operations while developing your app? If you could let us know about the different nodes youâve seen, we will be adding them to the system like integrations.
there is a html extract node in N8N which allows us to get html elements using css selectors. itâs very useful for web scrapping.
there is a similar node in make.com which allows to extract html elements using regular expressions. itâs not as easy to use a N8N html extract node but still very useful.
i do not see any similar node in nucal yet. we can use javascript node with regex for it but its not so convenient for a normal user.
i can try to implement it myself but need some guidance on how to create DOM in javascript node. a short code sample that is valid inside nucal javascript node will be very helpful.
NUCAL help documents include examples of all our available nodes and how to use them. You can develop the app you want to build by reviewing these. You can also benefit from integrations in your apps, which offer many action capabilities. Iâm leaving the links below. We will be developing the necessary enhancements for the âHTML Extractâ and other upcoming nodes. Thank you for your feedback.
Of course, thisâs just a starting point as a baseline. The help documents will continue to be developed. In addition, weâll soon be adding a separate resource to the portal that will include tutorial videos.
Here is a full HTML Node (A NuCAL app can be designed as a Node, which makes NuCAL a very platform for customization) you can drag and drop for ease of use.
You can see how to use the âhtml nodeâ in the app by watching the video app card in the marketplace, and we can review all the technical details from the document below. here