Jumia Advanced Scraper is a powerful tool designed to extract in-depth product information from Jumia, one of Africa’s largest e-commerce platforms.
The Jumia Advanced Scraper is a powerful tool designed to extract in-depth product information from Jumia, one of Africa’s largest e-commerce platforms. Whether you're a market researcher, entrepreneur, or online retailer, this scraper is built to help you gather essential product data with ease.
When it comes to scraping, it can be challenging to estimate the resources needed to extract data as use cases may vary significantly. That's why the best course of action is to run a test scrape with a small sample of input data and limited output. You’ll get your price per scrape, which you’ll then multiply by the number of scrapes you intend to do.
Watch this video for a few helpful tips. And don't forget that choosing a higher plan will save you money in the long run.
Our scrapers are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our scrapers, when used for ethical purposes by Apify users, are safe. However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers. You can also read Apify blog post on the legality of web scraping.
You need to provide the scrape type with either "category_url", "product_urls", or "search" fields to start with.
You can sort products by their popularity, price (highest or lowest), newest first, or rating. You can optionally choose to scrape reviews (defaults to true), and provide maximum of reviews to scrape. Note that if a product has a lot of reviews, then scraping them will take longer. So, if you just want a quick scraping, you can set a maximum reviews count such as 100. You can also choose your image resolution (defaults to medium resolution), and set a price range if you want.
Example for scraping a category:
1{ 2 "scrape_type": "category", 3 "category_url": "https://www.jumia.com.ng/baby-bath-toys/", 4 "sort_by": "popularity", 5 "price_range": "10000-25000", 6 "get_reviews": true, 7 "max_reviews_per_product": 100, 8 "image_resolution": "medium" 9}
Example for scraping a product:
1{ 2 "scrape_type": "product", 3 "product_urls": [ 4 "https://www.jumia.com.ng/product-1.html", 5 "https://www.jumia.com.ng/product-2.html" 6 ], 7 "get_reviews": true, 8 "image_resolution": "high", 9 "max_reviews_per_product": 1000 10}
Example for scraping a search result:
1{ 2 "scrape_type": "search", 3 "search": "iphone 16", 4 "sort_by": "lowest-price", 5 "get_reviews": true, 6 "image_resolution": "low", 7 "max_reviews_per_product": 10 8}
You can download the dataset extracted by Jumia Advanced Scraper scraper in various formats such as JSON, HTML, CSV, or Excel.
A sample output result for each product URL will be as following:
1{ 2 "name": "Kids Bath Water Play Table Toy With Accessories", 3 "description": "This kids’ water table will create a mini water park right in your bathroom or even backyard and balcony!...", 4 "product_link": "https://www.jumia.com.ng/product", 5 "price": { 6 "price_ngn": 30000, 7 "price_usd": 20, 8 "old_price_ngn": 36000, 9 "old_price_usd": 24, 10 "discount": "20%" 11 }, 12 "rating_info": { 13 "rating": 4.0, 14 "number_of_ratings": 20, 15 "rating_distribution": { 16 "5": 2, 17 "4": 1, 18 "3": 0, 19 "2": 1, 20 "1": 0 21 } 22 }, 23 "images": [ 24 "https://ng.jumia.is/unsafe/fit-in/600x600/filters:fill(white)/product/29/7444031/1.jpg", 25 "https://ng.jumia.is/unsafe/fit-in/600x600/filters:fill(white)/product/29/7444031/2.jpg" 26 ], 27 "number_of_reviews": 10, 28 "reviews": [ 29 { 30 "title": "Nice", 31 "comment": "My baby will love this", 32 "rating": 5.0, 33 "date": "06-05-2024", 34 "written_by": "John Doe", 35 "is_verified": true 36 } 37 ] 38}
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!