Scraping hidden data

Hi all,

I've searched prior to the question and found some similar topics, but couldn't make it work on my project.
I'm trying to get some data that is not visible on the page itself.
The information is number (EAN code) inside the

Thanks for the support.

Url: Leroy Merlin - Construção, Acabamento, Decoração e Jardinagem

Use the Element Atribute Selector, retrieving the "content" atribute of the span[itemprop="mpn"] (the span that has the atribute itemprop="mpn"

{"_id":"leroy","startUrl":["https://www.leroymerlin.com.br/porcelanato-interno-cimento-esmaltado-borda-reta-munari-cimento-90x90cm-eliane_89042702"],"selectors":[{"delay":0,"extractAttribute":"content","id":"mpn","multiple":false,"parentSelectors":["_root"],"selector":"span[itemprop="mpn"]","type":"SelectorElementAttribute"}]}

Worked perfectly!!

Many thanks!