# Jumia Products Scraper — Prices, Sellers & Ratings (`scrapers_lat/jumia-products-scraper`) Actor

Scrape Jumia product listings across Africa (Nigeria, Kenya, Egypt, Ghana & more). Get price, discount, brand, seller, rating, reviews, SKU, specs. Export to JSON, CSV or Excel.

- **URL**: https://apify.com/scrapers\_lat/jumia-products-scraper.md
- **Developed by:** [Scrapers Lat](https://apify.com/scrapers_lat) (community)
- **Categories:** E-commerce, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $6.80 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#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 Products Scraper — Prices, Sellers & Ratings

> Extract product listings from Jumia, Africa's largest online marketplace, across Nigeria, Kenya, Egypt, Ghana, Ivory Coast, Morocco, Algeria, Tunisia, Uganda and Senegal — with prices, discounts, sellers, ratings and full specifications.

**📥 [Input](https://apify.com/scrapers_lat/jumia-products-scraper/input-schema) · 📤 [Output](https://apify.com/scrapers_lat/jumia-products-scraper/output-schema) · 💰 [Pricing](https://apify.com/scrapers_lat/jumia-products-scraper/pricing) · ▶️ [Examples](https://apify.com/scrapers_lat/jumia-products-scraper/examples)**

### What you get

Search any Jumia marketplace by keyword or category and get clean, structured product data:

- **Product** — name, brand, SKU, image, category path, product URL
- **Pricing** — current price, original price, discount %, local currency, normalized reference price
- **Trust signals** — average rating, number of reviews, Jumia Express flag, sponsored flag
- **Seller** — seller id, and (with details on) seller name and seller performance score
- **Full details** (optional add-on) — complete specifications, key features, description, stock availability, condition, and GTIN/barcode

Every product is de-duplicated by SKU. Filter by price range and sort by price, popularity or newest. Run many searches and categories in a single job.

### Who is it for

- Sellers and brands doing **price monitoring** and competitor tracking across African markets
- Analysts and researchers studying **e-commerce pricing, assortment and demand**
- Dropshippers and resellers sourcing **best-selling, high-rated products**
- Anyone building an **Africa product catalog / price dataset**

### How to use it

1. Pick a **country marketplace** (e.g. Nigeria).
2. Enter one or more **search queries** (e.g. `phone`, `laptop`) and/or **category paths** (e.g. `phones-tablets`).
3. Optionally set a **price range**, **sort order**, and toggle **full product details**.
4. Set **Max Products** and run. Export to JSON, CSV or Excel, or pull via the API.

### FAQ

**Do I need a proxy or login?** No. Anti-bot handling and geolocation are fully managed inside the actor — no configuration, no cookies.

**Which currencies are returned?** Each product carries its local currency (NGN, KES, EGP, GHS, MAD, etc.) plus a normalized reference price so you can compare across countries.

**Are empty runs charged?** No. You are only charged for real product records that are returned. Failed or blocked runs return nothing and cost nothing.

**What is the details add-on?** With "Fetch Full Product Details" on, each product page is opened to capture full specs, description, seller name/score, availability, condition and GTIN. This adds a small per-product charge on top of the base result. Turn it off for fast, listing-only pricing data.

### Related actors

- MercadoLibre Scraper
- AliExpress Scraper
- Amazon Product Scraper

***

Built by [scrapers.lat](https://scrapers.lat). Not affiliated with, endorsed by, or connected to Jumia. Scrapes only publicly available data.

# Actor input Schema

## `country` (type: `string`):

Which Jumia marketplace to scrape.

## `searchQueries` (type: `array`):

One or more search terms. Each runs a separate Jumia catalog search. Leave empty if you use category paths instead.

## `categoryPaths` (type: `array`):

Optional Jumia category paths to scrape instead of / in addition to search, e.g. "phones-tablets", "electronics", "health-beauty".

## `sort` (type: `string`):

How to sort the catalog results.

## `minPrice` (type: `integer`):

Only keep products priced at or above this amount (in the marketplace's local currency).

## `maxPrice` (type: `integer`):

Only keep products priced at or below this amount (in the marketplace's local currency).

## `withDetails` (type: `boolean`):

Also open each product page to capture full specifications, description, seller name & score, availability, condition and GTIN. Adds a small per-product details charge. Off = fast listing-only.

## `maxProducts` (type: `integer`):

Maximum number of products to return across all searches. Free Apify plans are capped at 10.

## `withAiDescription` (type: `boolean`):

Off by default. When on, writes a clean English marketing description of each product. Requires a paid Apify plan. Billed only when a description is produced.

## `withAiAttributes` (type: `boolean`):

Off by default. When on, extracts structured attributes (category, color, model, material, key specs, tags) from each product. Requires a paid Apify plan. Billed only when attributes are produced.

## Actor input object example

```json
{
  "country": "ng",
  "searchQueries": [
    "phone"
  ],
  "sort": "relevance",
  "withDetails": true,
  "maxProducts": 40,
  "withAiDescription": false,
  "withAiAttributes": false
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# 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 = {
    "searchQueries": [
        "phone"
    ],
    "maxProducts": 40
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapers_lat/jumia-products-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 = {
    "searchQueries": ["phone"],
    "maxProducts": 40,
}

# Run the Actor and wait for it to finish
run = client.actor("scrapers_lat/jumia-products-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 '{
  "searchQueries": [
    "phone"
  ],
  "maxProducts": 40
}' |
apify call scrapers_lat/jumia-products-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,scrapers_lat/jumia-products-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/K4uXjZit0MgEX3MEf/builds/VWzR72qWlQpYb4OGs/openapi.json
