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