Skip to content

aviolante/web_scrape_shopping_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shopping List Web Scraping

This is the step-by-step code tied to the Medium post: "Hey Selenium, scrape me a shopping list" as well as the saved CSV file, final_shopping_df.csv, produced from the steps.

This simple scraping project shows 4 basic steps of scraping using Selenium:

  • Open web browser
  • Go to desired web page
  • Perform desired action(s)
  • Scrape information from rendered web page

Dependencies

selenium
time
pandas
numpy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages