Scrape meta data in page

Hello

I would like to scrape a meta data: 3338221002525

<meta itemprop="gtin13" content="3338221002525"/>

can you help me?

Url: https://www.phyto.fr/210508/phytocolor.html

Sitemap:
{id:"sitemap code"}

Need to use an Element Attribute selector for this:

{"_id":"phyto-temp","startUrl":["https://www.phyto.fr/210508/phytocolor.html"],"selectors":[{"id":"gtin","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":"meta[itemprop=\"gtin13\"]","multiple":false,"extractAttribute":"content","delay":0}]}

1 Like

thanks!
i have other problems for this site:

{"_id":"phytosolba","startUrl":["https://www.phyto.fr/"],"selectors":[{"id":"categories","type":"SelectorLink","parentSelectors":["_root"],"selector":"li:nth-of-type(n+3) a.sf-with-ul, li:nth-of-type(n+3) li a","multiple":true,"delay":0},{"id":"produit","type":"SelectorLink","parentSelectors":["categories"],"selector":".has-loyalty-point-action .product-title a","multiple":true,"delay":0},{"id":"gtin","type":"SelectorElementAttribute","parentSelectors":["produit"],"selector":"meta[itemprop=\"gtin13\"]","multiple":false,"extractAttribute":"content","delay":0},{"id":"titre1","type":"SelectorText","parentSelectors":["produit"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"TITRE2","type":"SelectorText","parentSelectors":["produit"],"selector":"h2.product-shortTitle","multiple":false,"regex":"","delay":0},{"id":"TITRE3","type":"SelectorText","parentSelectors":["produit"],"selector":"h3.product-subtitle","multiple":false,"regex":"","delay":0},{"id":"DESC_COURTE","type":"SelectorHTML","parentSelectors":["produit"],"selector":"div[itemprop='description']","multiple":false,"regex":"","delay":0},{"id":"benefices et resultats","type":"SelectorHTML","parentSelectors":["produit"],"selector":".active div.richtext","multiple":false,"regex":"","delay":0},{"id":"conseils personnalises","type":"SelectorHTML","parentSelectors":["produit"],"selector":".active div.richtext","multiple":false,"regex":"","delay":0},{"id":"principaux actifs","type":"SelectorHTML","parentSelectors":["produit"],"selector":".active div.richtext","multiple":false,"regex":"","delay":0},{"id":"IMG","type":"SelectorImage","parentSelectors":["produit"],"selector":".visible a img","multiple":false,"delay":0}]}