Jumia Product Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
Jumia Product Scraper
Scrape product listings from Jumia e-commerce platform. Extract product names, prices, ratings, seller details, and other product information.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Coding Frontned
Maintained by CommunityActor stats
0
Bookmarked
7
Total users
3
Monthly active users
13 hours ago
Last modified
Categories
Share
Scrape product listings from Jumia e-commerce platform. Extract product names, prices, ratings, seller details, and other product information.
Features
- Keyword search — find content by keyword, search term, or topic
- Direct URL mode — scrape specific pages by providing target URLs
- Location filtering — narrow results to specific cities, regions, or countries
- Configurable result limit — set exactly how many items to collect per run
- Price tracking — current price, original price, discount %, and currency
- Cloud-ready — runs on Apify with scheduling, proxy rotation, and webhook support
Use Cases
- Product catalog building and automated price comparison
- Competitor pricing, inventory, and promotion monitoring
- E-commerce market research and trend analysis
- Deal-finding alerts and dynamic repricing systems
Input
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
mode | string | search | Scraping mode: search by keyword or provide direct URLs. Options: search, productUrl, categoryUrl | |
searchQuery | string | — | Product search keyword | |
country | string | ng | Jumia country site to scrape | |
startUrls | array | — | Direct Jumia product or category URLs to scrape | |
priceMin | integer | — | Minimum price filter (in local currency) | |
priceMax | integer | — | Maximum price filter (0 = no limit) | |
sortBy | string | `` | Sort order for the results. Options: ``, popularity, priceasc, pricedesc, rating | |
maxItems | integer | 50 | Maximum number of products to scrape | |
proxyConfiguration | object | Apify Residential | Proxy settings. Residential proxy is strongly recommended |
Output
Each scraped item includes:
| Field | Description |
|---|---|
productId | Product id |
name | Name of the item, listing, or entity |
brand | Brand or manufacturer name |
price | Current price as displayed on the site |
originalPrice | Original price before any discount |
currency | Currency code (e.g. USD, EUR, GBP) |
discount | Discount percentage or amount off |
rating | Average user rating score |
reviewCount | Total number of reviews or ratings |
seller | Seller or vendor display name |
isOfficialStore | Is official store |
category | Primary product or content category |
categoryPath | Category path |
country | Country name or ISO country code |
imageUrl | Image url |
productUrl | Product url |
inStock | Boolean — true if item is currently in stock |
expressDelivery | Express delivery |
isFlashSale | Is flash sale |
isFreeReturn | Is free return |
Sample Output
{"productId": "productId_value","name": "Entity or Business Name","brand": "Brand Name","price": "$49.99","originalPrice": "$79.99","currency": "currency_value","discount": "38%","rating": 4.5}
Notes
- Proxy: Residential proxy is highly recommended — set
proxyConfiguration: { useApifyProxy: true, apifyProxyGroups: ["RESIDENTIAL"] } - Rate limits: Keep
maxItemsreasonable per run to avoid IP bans or rate throttling - Scheduling: Use Apify Scheduler to run this actor on a recurring basis for a consistently fresh dataset