Web scraping exercises

Trivial examples, but good practice: below are a couple of websites I scraped for homework as part of Jonathan Soma's 2018 Data Image and Sound class (within Columbia School of Journalism).

H&M.com Home Goods: Sales

Scraped information on sale items from H&M.com's home department.

Exercise performed in Python using Selenium; code available here.

Sci-Fi Books

Scraped information on top science fiction books by female authors, from goodreads.com

Exercise performed in Python using Beautiful Soup; code available here.