PowerShell, Web scraping PowerShell $url='https://www.bbc.com/news/' $result = Invoke-WebRequest $url $result.AllElements | Where Class -eq 'gs-c-promo-heading__title gel-pica-bold nw-o-link-split__text' | %{$_.innerText} 123 $url='https://www.bbc.com/news/'$result = Invoke-WebRequest $url$result.AllElements | Where Class -eq 'gs-c-promo-heading__title gel-pica-bold nw-o-link-split__text' | %{$_.innerText}