Unable to execute regex

Hi @tre, this would be one of the things that are simpler with to extract using the HTML node and a CSS selector. You can use your browser to find suitable CSS selectors (I’ve described this here for example).

Specifically for the “foundedOn” value, a workflow like this should do:

I’ve also included the data from the ld+json script (which holds for example the employee count you were previously reading). This is the result:

Hope this helps!