Web scraping


Topic history | v1 (current) | created by jjones

Details

Web scraping

| created by jjones | Add resource "Web Scraping with C#"
Title
Web scraping
Description
Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. Web scraping software may access the World Wide Web directly using the Hypertext Transfer Protocol, or through a web browser. While web scraping can be done manually by a software user, the term typically refers to automated processes implemented using a bot or web crawler. It is a form of copying, in which specific data is gathered and copied from the web, typically into a central local database or spreadsheet, for later retrieval or analysis. Web scraping a web page involves fetching it and extracting from it. Fetching is the downloading of a page (which a browser does when a user views a page). Therefore, web crawling is a main component of web scraping, to fetch pages for later processing. Once fetched, then extraction can take place.
Link
https://en.wikipedia.org/?curid=2696619

resources

This topic has no history of related resources.

authors

This topic has no history of related authors.

topics

e.g. Web scraping in C#
v1 | attached by jjones | Add resource "Web Scraping with C#"