Html parsing / tag extraction node

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?

Regards
Haris

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.

Thank you!

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.

Integrations
Help Documents

Help documents are very generic and contain very basic information. i hope they will continue to evolve.

1 Like

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. :point_right: here