Last time we looked at one of the new PowerShell v3 cmdlets for working with web data, Invoke-WebRequest. This week we'll look at a cmdlet that I think you'll find even easier to use, ...
APIs seem to be everywhere these days. Every popular online service has one. APIs allow developers to interact with online services without actually having to point and click their way through a UI.
Web scraping tools are helpful for gathering data from various web pages. For example, price comparison sites that share the best deals usually grab their information from specific feeds e-tailers set ...