This document provides an overview of techniques for scraping data from websites as an economics student. It begins with an introduction and agenda, then covers the theoretical background of web scraping. It presents several no-coding tricks using browser extensions and Google Spreadsheets. Methods of scraping static pages using Python, Beautiful Soup, and Requests are described. Finally, it discusses scraping dynamic pages using Selenium and considerations for web etiquette.