Web Scraping
The process of extracting data from websites using automated scripts. It involves sending a programmatic request to a web server, retrieving the underlying code of a webpage, and extracting specific, targeted information to save it in a structured local format, such as a database or a spreadsheet.