PowerShell, Web scraping PowerShell $web=Invoke-WebRequest 'https://www.emmi-benchmarks.eu/euribor-org/about-euribor.html' $web.AllElements | Where class -eq "box_inner" | %{$_.innerText} 12 $web=Invoke-WebRequest 'https://www.emmi-benchmarks.eu/euribor-org/about-euribor.html'$web.AllElements | Where class -eq "box_inner" | %{$_.innerText}