How can I properly grab the (HTML) labels and values in the "Kenmerken"-section on this webpage?

Describe the problem/error/question

Is there a more experienced N8N user around that can give me a lead on how to convert the html into a nice list of labels and values (without section headers)?

At the moment I have attempted to extract the list of labels and values from this page:

https://www.funda.nl/koop/veghel/huis-42256379-hezelaarstraat-48/

However, since the HTML is not structured consistently I am unable to get a reliable list of items (with my level of n8n-skill).

Share the output returned by the last node

So far I have managed to get the different categories:

Hey @Teije

Welcome to the n8n community :tada:!

At a glance, the url you want to extract data from protects the browser queries through a temporary cookie. So if you don’t include those values, the html that your example HTTP node is fetching doesn’t include the data you precisely want to extract.

Next I leave you an example of workflow that does return the data to extract. But as it is a temporary cookie, it will not be valid indefinitely.

From here, you can extract the data you want with the HTML node.

If you want to know how to import the cookie data in the http node, I leave you the following video where you can see how to do it (Loom | Free Screen & Video Recording Software | Loom)

:wink:

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.