$web = Invoke-WebRequest "https://www.elcorteingles.es/supermercado/0110120646700219-lindt-swiss-premium-chocolate-con-leche-y-avellanas-tableta-300-g/" $web.AllElements | Where Class -eq "info _nutrients" | %{ $_.innerText }
Mostrar información nutricional de un producto de consumo en el supermercado de El Corte Inglés con PowerShell (PowerShell, Nutrición, Automatización)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.