# Jumia Scraper — Prices, Ratings & Official Stores (`crawloop/jumia-scraper`) Actor

Jumia search scraper for keyword and category product cards across African markets. Get local price, old price, discount, rating, and the Official Store badge. HTTP — no browser. Built for price monitoring and catalog research.

- **URL**: https://apify.com/crawloop/jumia-scraper.md
- **Developed by:** [Andrej Kiva](https://apify.com/crawloop) (community)
- **Categories:** E-commerce, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 product listings

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

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

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

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

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Jumia Scraper — Prices, Ratings & Official Stores

> **Disclaimer:** Unofficial tool — not affiliated with, sponsored by, or endorsed by Jumia or its affiliates. Data is read from publicly accessible search pages only. No login. You are responsible for complying with applicable law and the site’s terms. No warranty on accuracy or availability. Provided for informational and research use.

Search Jumia by **keyword** or **category URL** and extract **product cards** with **SKU**, **title**, **local price**, **old price**, **discount**, **rating**, **rating count**, and the **Official Store** badge. This **Jumia scraper** is an **API alternative** for **price monitoring** and **catalog research** across Nigeria, Kenya, Egypt, and other Jumia markets. Run it from **Python**, **Node.js**, or **MCP**; export JSON / CSV / dataset. **HTTP** only — no headless browser.

> **Crawloop Marketplace & E-commerce Suite** — Jumia search cards, then Amazon, AliExpress, Flipkart, or Walmart for the same product outside Africa.

| **Jumia Scraper** ◄── *you are here* | [Amazon Search Scraper](https://apify.com/crawloop/amazon-search-scraper) | [AliExpress Search Scraper](https://apify.com/crawloop/aliexpress-search-scraper) | [Flipkart Scraper](https://apify.com/crawloop/flipkart-scraper) | [Walmart Scraper](https://apify.com/crawloop/walmart-scraper) |
| :---: | :---: | :---: | :---: | :---: |
| Jumia keyword / category cards, local price, Official Store | Amazon keyword SERP, badges, sponsored | AliExpress prices, sold count, Choice | Flipkart INR price, MRP, Assured | Walmart ZIP-local prices |

***

### When to use this Actor

- **Africa price checks** — local selling price, old price, and percent off on a keyword
- **Catalog pulls** — SKU, title, rating, and image from search or category URLs
- **Official Store shortlists** — keep only cards flagged Official Store
- **Scheduled refresh** — same query, compare `price` and `discountPercent` over time

### When not to use this Actor

- **Product page specs, gallery, or seller name** — search cards only. The card has an Official Store badge, not a seller profile
- **Review text** — rating and rating count are on the card; review bodies are not
- **Amazon, AliExpress, Flipkart, or Walmart** — use the sibling Actors in the table above

***

### Key Features

- **Keyword search** — `query` or batch `queries` (up to 4 in parallel)
- **Country** — Nigeria, Kenya, Egypt, Ghana, Morocco, Côte d'Ivoire, Uganda, Senegal. Pasted URLs keep their own domain
- **Paste search or category URLs** — pagination updates `page`. Product page URLs are rejected
- **Pagination + caps** — up to **20 pages** per query, or stop at `maxItems`
- **Price and rating filters** — `minPrice`, `maxPrice`, `minRating`, `officialStoreOnly`
- **HTTP** — Chrome TLS impersonation, 256 MB. Catalog pages use the Apify unblocker proxy

***

### How to scrape Jumia search results

1. Set a keyword in `query`, or paste search/category URLs in `searchUrls`.
2. Pick `country` for keyword searches (default Nigeria).
3. Cap volume with `maxItems` and `maxPages`.
4. Run the Actor. Download the default dataset as JSON, CSV, or Excel — or call it from Python, Node.js, or MCP.

***

### Input Parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `query` | String | — | Primary search keyword |
| `queries` | Array | — | Extra keywords (same country and filters) |
| `searchUrls` | Array | — | Search or category URLs. Product pages are rejected |
| `country` | String | `NG` | Market for keyword searches |
| `maxPages` | Integer | `1` | Pages per query/URL (1–20) |
| `maxItems` | Integer | — | Product cap **per** query or URL |
| `startPage` | Integer | `1` | First page |
| `minPrice` / `maxPrice` | Number | — | Drop cards outside this local-currency range |
| `minRating` | Number | — | Minimum average rating (0–5) |
| `officialStoreOnly` | Boolean | `false` | Keep Official Store cards only |
| `deduplicateIds` | Boolean | `true` | One row per `productId` in the run |
| `maxConcurrency` | Integer | `2` | Parallel queries (1–4) |
| `proxyConfiguration` | Object | unblocker, Nigeria | Apify Proxy. Catalog pages need the unblocker group |

#### Input example

```json
{
  "query": "phone",
  "country": "NG",
  "maxPages": 1,
  "maxItems": 40,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["UNBLOCKER"],
    "apifyProxyCountry": "NG"
  }
}
```

***

### Output

Each dataset item is one search card.

| Field | Description |
| :--- | :--- |
| `productId` | Jumia SKU |
| `title`, `brand` | Card title and brand |
| `price`, `oldPrice` | Selling price and struck-through price, local currency |
| `discountPercent` | Percent off shown on the card |
| `currency` | Inferred from the price symbol (`NGN`, `KES`, `EGP`, and others) |
| `rating`, `ratingCount` | Average stars and rating count |
| `officialStore` | Official Store badge |
| `imageUrl`, `productUrl` | Image and product link |
| `page`, `position`, `searchQuery` | Where the card was found |
| `scrapedAt` | UTC timestamp |

#### Output example

```json
{
  "source": "jumia_search",
  "searchQuery": "phone",
  "page": 1,
  "position": 1,
  "productId": "XI363MP809NCTNAFAMZ",
  "title": "XIAOMI Redmi 15C 6.9'' 4GBRAM/128GB ROM Android 15 -Midnight Black",
  "brand": "XIAOMI",
  "price": 167999,
  "oldPrice": 195000,
  "discountPercent": 14,
  "currency": "NGN",
  "rating": 4.1,
  "ratingCount": 770,
  "officialStore": true,
  "productUrl": "https://www.jumia.com.ng/xiaomi-redmi-15c-6.9-4gbram128gb-rom-android-15-midnight-black-418597148.html",
  "scrapedAt": "2026-09-25T08:20:00Z"
}
```

***

### Use Cases

| Use case | What you get | Why it helps |
| :--- | :--- | :--- |
| **Price monitoring** | `price`, `oldPrice`, `discountPercent` | Track promo depth on a keyword |
| **Catalog build** | SKU, title, image, URL | Seed a sheet without opening each product page |
| **Official Store filter** | `officialStore` | Drop cards that are not badged |
| **Cross-market check** | Same keyword on Amazon or Flipkart | Compare an Africa card with another catalog |

***

### Integration examples

#### Node.js

```javascript
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('crawloop/jumia-scraper').call({
  query: 'phone',
  country: 'NG',
  maxPages: 1,
  maxItems: 40
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items.slice(0, 5));
```

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient(token)
run = client.actor("crawloop/jumia-scraper").call(
    run_input={"query": "phone", "country": "NG", "maxPages": 1, "maxItems": 40}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item.get("productId"), item.get("title"), item.get("price"), item.get("currency"))
```

#### cURL

```bash
curl "https://api.apify.com/v2/acts/crawloop~jumia-scraper/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"query":"phone","country":"NG","maxPages":1,"maxItems":40}'
```

### MCP and AI assistants

Use this Actor from AI tools via [Apify MCP](https://docs.apify.com/platform/integrations/mcp). Connect your Apify account, then call this Actor by Store ID `crawloop/jumia-scraper`.

Example prompts:

- "Run Jumia Scraper for phone in Nigeria, 1 page, return productId, title, price, oldPrice, and discountPercent"
- "Scrape Jumia Kenya for samsung, keep Official Store cards rated 4 and up, summarize the cheapest 20"
- "Chain Jumia Scraper then Amazon Search Scraper for the same keyword and compare Nigeria cards with the US SERP"

### Suite next step

After a Jumia keyword pull, compare the same products on [Amazon Search Scraper](https://apify.com/crawloop/amazon-search-scraper). For India catalog cards, use [Flipkart Scraper](https://apify.com/crawloop/flipkart-scraper). For cross-border wholesale cards, use [AliExpress Search Scraper](https://apify.com/crawloop/aliexpress-search-scraper).

***

### FAQ

**Does this open product pages?**
No. One search or category document per page. Specs, reviews, and seller names that are not on the card are not collected.

**Which countries work?**
Keyword search supports Nigeria, Kenya, Egypt, Ghana, Morocco, Côte d'Ivoire, Uganda, and Senegal. A pasted URL uses the domain in that URL.

**What if the run saves nothing?**
An empty keyword or a blocked page finishes without rows and without a crash. Check the status message.

**Can I schedule it?**
Yes. Save a task with the same keyword and run it on a schedule. Compare `price` across runs.

# Actor input Schema

## `query` (type: `string`):

Jumia keyword (for example phone).

## `queries` (type: `array`):

Optional extra keywords. Each query uses the same country and page cap.

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

Search or category URLs. Pagination updates the page parameter. Product page URLs are rejected.

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

Jumia market for keyword searches. Pasted URLs keep their own domain.

## `maxPages` (type: `integer`):

Search pages per query or URL (1–20). Stops earlier when maxItems is reached.

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

Optional cap on products saved per keyword or search URL.

## `startPage` (type: `integer`):

First results page (1-based).

## `minPrice` (type: `number`):

Drop cards cheaper than this amount in the local currency shown on the card.

## `maxPrice` (type: `number`):

Drop cards more expensive than this amount in the local currency shown on the card.

## `minRating` (type: `number`):

Keep cards with at least this average rating (0–5). Cards without a rating are dropped when this is set.

## `officialStoreOnly` (type: `boolean`):

Keep only cards flagged Official Store.

## `deduplicateIds` (type: `boolean`):

Save each productId once across the whole run.

## `maxConcurrency` (type: `integer`):

How many keywords or URLs to fetch in parallel (1–4).

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

Apify Proxy. Catalog pages need the unblocker group. Datacenter and residential are challenged.

## Actor input object example

```json
{
  "query": "phone",
  "country": "NG",
  "maxPages": 1,
  "maxItems": 40,
  "startPage": 1,
  "officialStoreOnly": false,
  "deduplicateIds": true,
  "maxConcurrency": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "UNBLOCKER"
    ],
    "apifyProxyCountry": "NG"
  }
}
```

# Actor output Schema

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

Default dataset items.

# 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 = {
    "query": "phone",
    "maxItems": 40
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/jumia-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 = {
    "query": "phone",
    "maxItems": 40,
}

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

```

## MCP server setup

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