In this project, we extracted data from an Amazon product page and stored it in a csv file.
Project Details
The "Amazon Web Scraping w/ Python" project utilizes libraries like BeautifulSoup, requests, and Selenium to scrape dynamic content from Amazon's website. The script extracts information such as product title, price, and reviews for a specified product, utilizing Selenium for pages that rely on JavaScript for content loading. The extracted data is then stored in a CSV file for further analysis.