Jumia Product Scraper avatar

Jumia Product Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Jumia Product Scraper

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

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

3

Monthly active users

13 hours ago

Last modified

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

FieldTypeDefaultRequiredDescription
modestringsearchScraping mode: search by keyword or provide direct URLs. Options: search, productUrl, categoryUrl
searchQuerystringProduct search keyword
countrystringngJumia country site to scrape
startUrlsarrayDirect Jumia product or category URLs to scrape
priceMinintegerMinimum price filter (in local currency)
priceMaxintegerMaximum price filter (0 = no limit)
sortBystring``Sort order for the results. Options: ``, popularity, priceasc, pricedesc, rating
maxItemsinteger50Maximum number of products to scrape
proxyConfigurationobjectApify ResidentialProxy settings. Residential proxy is strongly recommended

Output

Each scraped item includes:

FieldDescription
productIdProduct id
nameName of the item, listing, or entity
brandBrand or manufacturer name
priceCurrent price as displayed on the site
originalPriceOriginal price before any discount
currencyCurrency code (e.g. USD, EUR, GBP)
discountDiscount percentage or amount off
ratingAverage user rating score
reviewCountTotal number of reviews or ratings
sellerSeller or vendor display name
isOfficialStoreIs official store
categoryPrimary product or content category
categoryPathCategory path
countryCountry name or ISO country code
imageUrlImage url
productUrlProduct url
inStockBoolean — true if item is currently in stock
expressDeliveryExpress delivery
isFlashSaleIs flash sale
isFreeReturnIs 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 maxItems reasonable 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