Search Books

Data Scraping Information from the Web with ASP.NET

Author Rick Leinecker
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
8.00 USD
🛒 Buy New on Amazon 🇺🇸

✓ Available for download now

Share:
Book Details
ISBN / ASINB00095M8P6
ISBN-13978B00095M8P2
AvailabilityAvailable for download now
Sales Rank9,732,041
MarketplaceUnited States 🇺🇸

Description

There are thousands of web resources with data that is useful to other web applications. Government sites, for instance, provide public domain information, such as the voting records of elected officials, geologic information, and rainfall history. If your application needs data that's available from other websites (and of course, if you have permission to use it), then you can easily use the .NET networking classes to scrape these sites for the usable data.

This article gives an overview of the WebClient networking class. It provides a number of demos that retrieve data, and uses the regular expressions classes to parse the data into useful information.