Scrape

Scraping means automating the process of pulling data off the internet. You might scrape sports scores off of ESPN to do a data analysis project, scrape profiles off of LinkedIn to do automated outreach, or scrape addresses from a list to spam them with direct mail. Scraping is usually done with a programming language like Python, a browser automation tool like Selenium, or even these days, some software products.

Scrape