Jumia Product Scraper 🛍️

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.

ECOMMERCEINTEGRATIONSApify

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 scrape
  • maxItems: 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]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!