HTML_Extract : [Empty Array]

Hi @fischera, it seems your current workflow is giving you incomplete tables which are especially problematic. From my experience, this causes many selectors around tables (stuff like td) to not work as expected. In addition, the option in your browser would be relative to the entire page, not just your result.

So, perhaps you might want to try an approach where you wrap each result back in a <table>, then use hand-picked selectors for these results?

Like so:

This example flow would return a list like this in the end:

I’ve tried to find the most human-readable selector possible, so this example is using a :contains selector searching for a specific text value in each table cell. This isn’t an official CSS selector afaik, but n8n supports it so I am not asking any further questions here :wink:. You should be able to easily utilize this to find additional fields.

Hope this helps! Let me know if you have any questions on this example (though I’ll only be back next week, so might take a bit for me to check back on this) :slight_smile: