Pichau Monitor Data Extraction

Pedro Felipe

Pedro Felipe da Silva

scraping_project_5

Pichau Monitor Scraper
This project extracts data from the monitor department of the Pichau store, capturing the name and price of the available products on the website.

šŸ›  Technologies Used

Selenium: For web automation and data extraction.
Pandas: For data manipulation and organization.

šŸ“Œ Features

Accesses Pichau's monitor page.
Captures the name and price of each listed monitor.
Organizes the data into a Pandas DataFrame.
Exports the data to a CSV file for easy analysis.

šŸš€ How to Run

Clone this repository:
Install dependencies:
Run the script:

šŸ“‚ Project Structure

šŸ“ pichau_scraper
│── šŸ“„ main.py # Main scraper code
│── šŸ“„ requirements.txt # Project dependencies
│── šŸ“„ README.md # Project documentation
│── šŸ“„ pichau_monitors.csv # Generated file with extracted data

šŸ“Œ Requirements

Python 3.x
Google Chrome and a compatible ChromeDriver

šŸ“ˆ Sample Output

Monitor Name Price Monitor X R$999 Monitor Y R$1299

šŸ“œ License

This project is licensed under the MIT License. Feel free to use and contribute!
šŸ’” Tip: If Pichau's website structure changes, you may need to update the Selenium selectors to ensure correct data extraction.
Like this project

Posted May 2, 2025

Extracted monitor data from Pichau using Selenium and Pandas.