A Python-based web scraper that extracts laptop details (title, price and product link) from Amazon using Selenium for dynamic page handling and BeautifulSoup for HTML parsing.
- Scrapes laptop listings from Amazon.
- Extracts useful data such as:
- Product Title
- Price
- Product URL
- Uses Selenium to handle dynamic content and JavaScript-rendered pages.
- Uses BeautifulSoup for efficient HTML parsing and data extraction.
- Saves data to a CSV file for further analysis.
| Tool | Purpose |
|---|---|
| Python | Core language |
| Selenium | Automates browser and loads dynamic content |
| BeautifulSoup (bs4) | Parses and extracts HTML data |
| pandas | Organizes and exports data (CSV/Excel) |