# Jumia Product Scraper 🛍️ (`easyapi/jumia-product-scraper`) Actor

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.

- **URL**: https://apify.com/easyapi/jumia-product-scraper.md
- **Developed by:** [EasyApi](https://apify.com/easyapi) (community)
- **Categories:** E-commerce, Integrations
- **Stats:** 138 total users, 0 monthly users, 29.4% runs succeeded, 3 bookmarks
- **User rating**: 4.96 out of 5 stars

## Pricing

from $4.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Jumia Product Scraper 🛍️

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.

```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.

```json
[
    {
        "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/"
            }
        }
    },
    ...
]
```

# Actor input Schema

## `searchUrls` (type: `array`):

List of Jumia product listing URLs to scrape

## `maxItems` (type: `integer`):

Maximum number of products to scrape (default: 100)

## `proxyConfiguration` (type: `object`):

Proxy settings for the scraper

## Actor input object example

```json
{
  "searchUrls": [
    "https://www.jumia.com.ng/health-care/#catalog-listing"
  ],
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchUrls": [
        "https://www.jumia.com.ng/health-care/#catalog-listing"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("easyapi/jumia-product-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchUrls": ["https://www.jumia.com.ng/health-care/#catalog-listing"],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("easyapi/jumia-product-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchUrls": [
    "https://www.jumia.com.ng/health-care/#catalog-listing"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call easyapi/jumia-product-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,easyapi/jumia-product-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/SqE6Cg7U75yiYDAs4/builds/D6dcRGYP1xjAbaN7B/openapi.json
