
Jumia Product Scraper ποΈ
Pricing
$19.99/month + usage

Jumia Product Scraper ποΈ
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.
2.0 (1)
Pricing
$19.99/month + usage
0
Total users
31
Monthly users
12
Runs succeeded
>99%
Last modified
3 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.
{"searchUrls": ["https://www.jumia.com.ng/health-care/#catalog-listing"],"maxItems": 100}
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.
[{"searchUrl": "https://www.jumia.com.ng/health-care/#catalog-listing","scrapedAt": "2025-01-25T08:38:33.488Z","product": {"sku": "KI095ST6GT3U2NAFAMZ","name": "Cleansing Detox Foot Pads - 10 Pieces","displayName": "Kinoki Cleansing Detox Foot Pads - 10 Pieces","brand": "Kinoki","sellerId": 107787,"isShopExpress": true,"categories": ["Health & Beauty","Health Care","Foot Health","Bunion Pads"],"prices": {"rawPrice": "1499.00","price": "β¦ 1,499","priceEuro": "0.92","taxEuro": "0.06","oldPrice": "β¦ 5,000","oldPriceEuro": "3.06","discount": "70%","discountEuro": "2.14"},"tags": "APWK|CP_MT140|CP_MT63|CP_MT70|CP_MT8|MSTPRF","rating": {"average": 3.9,"totalRatings": 70},"image": "https://ng.jumia.is/unsafe/fit-in/300x300/filters:fill(white)/product/91/0289063/1.jpg?7419","tracking": {"name": "Cleansing Detox Foot Pads - 10 Pieces","categoryKey": "bunion-pads","brandKey": "kinoki"},"url": "/kinoki-cleansing-detox-foot-pads-10-pieces-360982019.html","isBuyable": true,"shopExpress": {"title": "Express Shipping"},"simples": [{"sku": "KI095ST6GT3U2NAFAMZ-584587630","loginUrl": "/customer/account/login/?tkWl=KI095ST6GT3U2NAFAMZ-584587630&return=%2Fhealth-care%2F","isBuyable": true,"name": "","prices": {"rawPrice": "1499.00","price": "β¦ 1,499","priceEuro": "0.92","taxEuro": "0.06","oldPrice": "β¦ 5,000","oldPriceEuro": "3.06","discount": "70%","discountEuro": "2.14"}}],"selectedVariation": "KI095ST6GT3U2NAFAMZ-584587630","wishlist": {"added": false,"removeUrl": "/wishlist/remove/KI095ST6GT3U2NAFAMZ/"}}},...]