Scrape product listings from Jumia e-commerce platform. Extract detailed product information including prices, ratings, seller details, and more. Perfect for market research and price monitoring.
Extract detailed product data from Jumia, Africa's leading e-commerce platform. This powerful scraper helps you gather comprehensive product information for market research, price monitoring, and competitive analysis.
Each product record includes:
The actor accepts the following inputs:
searchUrls
: Array of Jumia product listing URLs to scrapemaxItems
: Maximum number of products to collect (optional)proxyConfiguration
: Proxy settings (optional)A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.jumia.com.ng/health-care/#catalog-listing" 4 ], 5 "maxItems": 100 6}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "searchUrl": "https://www.jumia.com.ng/health-care/#catalog-listing", 4 "scrapedAt": "2025-01-25T08:38:33.488Z", 5 "product": { 6 "sku": "KI095ST6GT3U2NAFAMZ", 7 "name": "Cleansing Detox Foot Pads - 10 Pieces", 8 "displayName": "Kinoki Cleansing Detox Foot Pads - 10 Pieces", 9 "brand": "Kinoki", 10 "sellerId": 107787, 11 "isShopExpress": true, 12 "categories": [ 13 "Health & Beauty", 14 "Health Care", 15 "Foot Health", 16 "Bunion Pads" 17 ], 18 "prices": { 19 "rawPrice": "1499.00", 20 "price": "₦ 1,499", 21 "priceEuro": "0.92", 22 "taxEuro": "0.06", 23 "oldPrice": "₦ 5,000", 24 "oldPriceEuro": "3.06", 25 "discount": "70%", 26 "discountEuro": "2.14" 27 }, 28 "tags": "APWK|CP_MT140|CP_MT63|CP_MT70|CP_MT8|MSTPRF", 29 "rating": { 30 "average": 3.9, 31 "totalRatings": 70 32 }, 33 "image": "https://ng.jumia.is/unsafe/fit-in/300x300/filters:fill(white)/product/91/0289063/1.jpg?7419", 34 "tracking": { 35 "name": "Cleansing Detox Foot Pads - 10 Pieces", 36 "categoryKey": "bunion-pads", 37 "brandKey": "kinoki" 38 }, 39 "url": "/kinoki-cleansing-detox-foot-pads-10-pieces-360982019.html", 40 "isBuyable": true, 41 "shopExpress": { 42 "title": "Express Shipping" 43 }, 44 "simples": [ 45 { 46 "sku": "KI095ST6GT3U2NAFAMZ-584587630", 47 "loginUrl": "/customer/account/login/?tkWl=KI095ST6GT3U2NAFAMZ-584587630&return=%2Fhealth-care%2F", 48 "isBuyable": true, 49 "name": "", 50 "prices": { 51 "rawPrice": "1499.00", 52 "price": "₦ 1,499", 53 "priceEuro": "0.92", 54 "taxEuro": "0.06", 55 "oldPrice": "₦ 5,000", 56 "oldPriceEuro": "3.06", 57 "discount": "70%", 58 "discountEuro": "2.14" 59 } 60 } 61 ], 62 "selectedVariation": "KI095ST6GT3U2NAFAMZ-584587630", 63 "wishlist": { 64 "added": false, 65 "removeUrl": "/wishlist/remove/KI095ST6GT3U2NAFAMZ/" 66 } 67 } 68 }, 69 ... 70]
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!