
Jumia Product Scraper ποΈ
2 hours trial then $19.99/month - No credit card required now

Jumia Product Scraper ποΈ
2 hours trial then $19.99/month - No credit card required now
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.
Actor Metrics
10 Monthly users
No reviews yet
No bookmarks yet
>99% runs succeeded
Created in Jan 2025
Modified 2 months ago
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.
π― Use Cases
- Monitor product prices and discounts
- Track competitor pricing strategies
- Analyze product ratings and reviews
- Research market trends
- Build product catalogs
- Compare seller performance
β¨ Features
- π Automatic pagination handling
- π Detailed product information extraction
- π° Price and discount tracking
- β Rating and review data
- π·οΈ Category and brand information
- π Express shipping status
- π SKU and seller details
π’ Output Data
Each product record includes:
- Product name and brand
- Current and original prices
- Discount information
- Product categories
- Seller information
- Rating and review counts
- Product images
- SKU details
- Express shipping status
- Product URL
- Tracking information
π‘ Input Parameters
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)
π Limitations
- Only works with public Jumia product listings
- Rate limiting may affect scraping speed
- Some product details may vary by region
Input Example
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}
Output sample
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]