A Python-based web scraper to extract product data (name, price, rating) from Jumia Kenya and store it in CSV format.
# Jumia Web Scraper 🛒
## 📌 Project Overview
This project is a web scraping application built using Python to extract product data from Jumia Kenya (www.jumia.co.ke).
## 🎯 Objective
To scrape product details such as:
* Product Name
* Price
* Rating
## 🛠️ Tools & Technologies
* Python
* BeautifulSoup
* Requests
* Pandas
## 📊 Output
* Scraped over 2000+ products
* Stored data in CSV format
## 📁 Files Included
* jumia_scraper.ipynb → Scraping code
* jumia_products.csv → Scraped dataset
* README.md → Project documentation
## 🚀 How to Run
1. Open Jupyter Notebook
2. Run all cells in jumia_scraper.ipynb
3. CSV file will be generated automatically
## 📌 Conclusion
This project demonstrates web scraping, data extraction, and basic data handling using Python.
---