PowerShell, Web scraping PowerShell $web = Invoke-WebRequest "https://tarifaluzhora.es" $web.Content -split "`n" | %{ ($_ | Select-String "col-xs-9") -replace "<.*?>"} 12 $web = Invoke-WebRequest "https://tarifaluzhora.es" $web.Content -split "`n" | %{ ($_ | Select-String "col-xs-9") -replace "<.*?>"}