In this video, explained About Web Scraping Amazon Products & Reviews in Python with Selenium and BeautifulSoap. Selenium python library will be used to Open Dynamic Web Pages in Chrome Driver and BeautifulSoap will be used to extract Required Information present in Html tags.
Chrome Driver can be downloaded from here –
Code Can be downloaded from Here –
00:00 – Intro
00:45 – Installing Libraries
01:30 – Importing Python Libraries
02:00 – Opening Chrome Driver
06:25 – No of Pages for a Product
08:00 – Extracting Products information
11:15 – Extracting Product Title
13:25 – Extracting Product Image URL
14:25 – Extracting Product Rating
17:55 – Extracting Product Price
19:40 – Loading Products to Arrays
21:35 – Running Loop for All product Pages
26:45 – Storing Products info into CSV File
29:40 – Recap of Scraping Products
34:32 – Extracting Products Reviews
38:10 – Importing Libraries
38:17 – Opening Chrome Driver
39:25 – Extracting Reviews
40:17 – Extracting User Name
42:20 – Extracting Review Rating
43:22 – Extracting Review Date
44:10 – Extracting Review Title
45:00 – Extracting Review Body
46:15 – Extract Reviews from All Pages
57:30 – Saving Reviews to CSV File
Please subscribe to our channel for more related Videos and Python Machine Learning, Deep learning Projects.
Link to Machine Learning Projects in Python
Link to Deep Learning Projects in Python