This project scrapes product details (Title & Price) from Amazon using Python and stores the data in a structured CSV file for further analysis.
requests→ Fetching the Amazon webpageBeautifulSoup→ Parsing & extracting HTML datapandas→ Storing data in DataFramedatetime→ Timestamping the data
- Sends a request to Amazon product page with headers
- Extracts product details using BeautifulSoup
- Stores data into a pandas DataFrame
- Exports the DataFrame to a CSV file
- Product Title
- Price