Tag: scraping
-
How to read an HTML page with UTF8 encoding using PowerShell
Yesterday I was working on a project that requires heavy HTML pages content scraping. What I wrote were several PowerShell files which were scraping the content using Invoke-WebRequest and Invoke-RestMethod. And everything was great and smooth… until I got to an HTML page with some Greek letters inside. To my surprise both PowerShell built in…