$web = Invoke-WebRequest "https://www.alcampo.es/compra-online/productos-frescos/pescados-y-mariscos/anchoas-y-boquerones/anchoas/consorcio-anchoa-en-aceite-de-oliva-29-gramos/p/60139" $web.AllElements | Where Class -eq "productNutritionalInformation valoresNutricionalesTabla" | %{$_.innerText}
Mostrar información nutricional de un producto de consumo 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.