Thanks for checking out our Web Scraping course! If you want to go back to the main Like I Am Five website, click here.
Web Scraping Curriculum
Web scraping is just copying and pasting...with style
Available in
days
days
after you enroll
Getting listing information from Airbnb manually
Available in
days
days
after you enroll
Writing code to get information for one listing
Available in
days
days
after you enroll
Formatting listings data
Available in
days
days
after you enroll
- Chatting through our formatting changes (1:18)
- 'replace' method (6:20)
- Replacing unwanted text in scrape_airbnb.py (6:59)
- 'split' method (11:10)
- Splitting guest_info in scrape_airbnb.py (7:03)
- 'strip' method (2:49)
- Removing leading and trailing spaces in scrape_airbnb.py (1:46)
- Concatenating strings (2:21)
- Updating the link in scrape_airbnb.py (1:33)
Getting data for all listings
Available in
days
days
after you enroll
Saving listings data to spreadsheet
Available in
days
days
after you enroll
- We got all the data, now let's store it somewhere! (3:18)
- Using lists to store data as our code runs (9:01)
- Adding code to scrape_airbnb.py to store listings info (6:41)
- Using dictionaries to store the name of the value in addition to the value itself (8:31)
- Updating scrape_airbnb.py to store information on each listing in a dictionary (3:52)
- Saving listings data into a spreadsheet (7:03)
Getting listings for multiple locations
Available in
days
days
after you enroll
Wrapping it up
Available in
days
days
after you enroll