https://github.com/imnotndesh/jumiascraper
A small python program that collects the best deals for you from Jumia. It is easily adjustable for your needs.
https://github.com/imnotndesh/jumiascraper
python3 small-projects webscraping
Last synced: about 1 month ago
JSON representation
A small python program that collects the best deals for you from Jumia. It is easily adjustable for your needs.
- Host: GitHub
- URL: https://github.com/imnotndesh/jumiascraper
- Owner: Imnotndesh
- Created: 2023-01-09T09:39:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T19:47:53.000Z (over 3 years ago)
- Last Synced: 2025-12-27T11:01:32.156Z (6 months ago)
- Topics: python3, small-projects, webscraping
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jumia Scraper
This is a tool to fetch data from Jumia Kenya that are related to your search and finds you the best deals and provide you to the links for each.
The tool is fully written in python and conveys athered info in two ways:
1. Through a JSON file ("In the works")
2. Directly on the terminal
(i am also workin on making it into an api)
# HOW DO I GET IT WORKING
1. Check if you have an Python Interprator Installed.
Ensure you have an install of python in your system, if not you can fetch the install instructions from python.org
2. Install Beautiful Soup.
This can be done from your terminal using the command:
On windows : $ pip install Beautifulsoup4
On linux : $ pip3 install Beautifulsoup4
3. Install requests.
This can be done from your terminal using the command:
On windows : $ pip install requests
On linux : $ pip3 install requests
4. Run the script by double clicking the .py file
5. Once running enter the category or product you want and the program will fetch the data for you from multiple sites.
The program will display the fetched data to you including links to the product or if you chose the data to be displayed via JSON the file will be saved in the same directory as where the scraper file is located.
Hope you enjoy the program and more features coming soon......
Thanks.