Modern and Classic Data Scraping Fail to Read Price Values (due to   in HTML)

Description:
I’m trying to scrape apartment listings from storia.ro using both Classic and Modern Data Scraping activities in UiPath. The goal is to extract fields like Title, Price, Location, Surface, etc.
However, the Price field is missing or incomplete in the scraped DataTable, even though it’s clearly visible on the webpage.

Using browser DevTools, I found that the price values are written like this:

89 900 €

These non-breaking spaces ( ) seem to break the internal table structure that UiPath relies on, preventing it from recognizing the price as part of the data grid — even when using Modern UI automation.

Is there a known workaround for handling non-breaking spaces in structured scraping? Should I switch to extracting the full HTML using outerHTML and parse it manually (e.g. with Regex or VB.NET)?
Can this be handled through Extract Metadata tweaking or some Modern UI trick?

1 Like

Yes, I have the same problem. An answer would be very helpful!!