Discover/jumia.com.ng API
live

jumia.com.ng APIjumia.com.ng

Access Jumia Nigeria product listings, flash sales, specs, pricing in NGN, ratings, and category navigation via a structured REST API.

Endpoints
5
Updated
10d ago
Try it
Page number for pagination.
Brand name or slug (e.g. 'hp', '246-hp').
Search keyword (e.g. 'laptop', 'samsung phone').
Category slug used in the URL path (e.g. 'laptops', 'smartphones').
Maximum price filter in NGN. Must be used together with price_min.
Minimum price filter in NGN. Must be used together with price_max.
api.parse.bot/scraper/7d6997a8-af3e-435a-9395-25a7f80366e9/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/7d6997a8-af3e-435a-9395-25a7f80366e9/search_products?page=1&query=laptop' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for products on Jumia Nigeria by keyword, category, brand, and price range. Returns paginated product listings with pricing, ratings, and availability information.

Input
ParamTypeDescription
pageintegerPage number for pagination.
brandstringBrand name or slug (e.g. 'hp', '246-hp').
querystringSearch keyword (e.g. 'laptop', 'samsung phone').
categorystringCategory slug used in the URL path (e.g. 'laptops', 'smartphones').
price_maxintegerMaximum price filter in NGN. Must be used together with price_min.
price_minintegerMinimum price filter in NGN. Must be used together with price_max.
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "products": "array of product objects with keys: name, price, old_price, discount, rating, reviews_count, url, sku",
    "has_next_page": "boolean, whether more results are available",
    "total_results_text": "string or null, text summary of total results from the page"
  },
  "sample": {
    "data": {
      "page": 1,
      "products": [
        {
          "sku": "HP246CL6SL7SVNAFAMZ",
          "url": "https://www.jumia.com.ng/hp-probook-11-x360-touchscreen-intel-celeron-128gb-ssd-4gb-ram-windows10-pro-free-usb-light-419161801.html",
          "name": "Hp ProBook 11 X360-TOUCHSCREEN Intel Celeron 128GB SSD-4GB RAM WINDOWS10 Pro & Free USB Light",
          "price": "₦ 200,000",
          "rating": 5,
          "discount": "50%",
          "old_price": "₦ 400,000",
          "reviews_count": 3
        }
      ],
      "has_next_page": true,
      "total_results_text": null
    },
    "status": "success"
  }
}

About the jumia.com.ng API

The Jumia Nigeria API provides 5 endpoints for extracting product data from jumia.com.ng, covering keyword search, category browsing, individual product details, flash sales, and the full category navigation tree. The get_product_details endpoint returns structured specifications, current and original pricing, discount percentages, brand, and review summaries for any product URL on the platform. All pricing is denominated in NGN.

Search and Browse Products

The search_products endpoint accepts a query string along with optional filters for category, brand, price_min, and price_max (both price filters must be supplied together, in NGN). It returns a paginated list of product objects, each containing name, price, old_price, discount, rating, reviews_count, url, and sku. The has_next_page boolean and total_results_text field make it straightforward to iterate through multi-page result sets. The get_gaming_laptops endpoint exposes the same response shape scoped to Jumia's laptops category, accepting the same brand and price filters.

Product Details and Specifications

get_product_details takes a full or relative Jumia product URL and returns a richer payload than the listing endpoints: a specifications object with key-value pairs (e.g. RAM, storage, display size), a product_details prose description, total_reviews text, and resolved brand alongside pricing fields. This is the endpoint to use when you need structured spec data beyond what appears in search results.

Flash Sales and Category Navigation

get_flash_sales returns all products currently featured in the flash sales section — no inputs required. Each product object includes discount and old_price, making it useful for tracking promotional pricing. get_category_list returns the full two-level navigation tree: top-level category names and URLs, each with a subcategories array of child name/URL pairs. The category slugs returned here can feed directly into the category parameter of search_products.

Common use cases
  • Monitor NGN price changes across a product category by polling search_products with a fixed category slug over time.
  • Build a flash-sale alert system using get_flash_sales to detect new discounted products and their discount and old_price values.
  • Populate a product comparison tool with structured specs by calling get_product_details for multiple SKUs and diffing their specifications objects.
  • Aggregate laptop listings by brand for a price-tracking dashboard using get_gaming_laptops with the brand filter.
  • Generate a sitemap of Jumia Nigeria's category structure by consuming the categories and subcategories arrays from get_category_list.
  • Enrich an affiliate feed with current pricing, ratings, and discount percentages pulled from search_products and get_product_details.
  • Filter products within a specific NGN budget range by combining price_min and price_max on search_products.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Jumia Nigeria have an official developer API?+
Jumia operates a Seller/Merchant API intended for vendors managing orders and inventory on the platform. There is no public product catalog API available to general developers. This Parse API covers the consumer-facing product catalog, pricing, and category data.
What does `get_product_details` return that listing endpoints do not?+
get_product_details returns a specifications object with structured key-value pairs (such as display size or battery capacity), a product_details prose description, and a total_reviews text string. Listing endpoints like search_products only return summary fields: name, price, old_price, discount, rating, reviews_count, url, and sku.
Can I retrieve individual customer reviews and review text for a product?+
Not currently. get_product_details returns total_reviews as a count string and rating as a score, but individual review text and reviewer metadata are not included. You can fork this API on Parse and revise it to add an endpoint that returns per-review content.
Is pagination supported across all listing endpoints?+
search_products and get_gaming_laptops both accept a page integer parameter and return has_next_page to indicate whether additional pages exist. get_flash_sales returns all current flash sale products in a single response with no pagination input. get_category_list also returns a single flat response.
Does the API cover Jumia storefronts in other African countries, such as Kenya or Egypt?+
Not currently. All endpoints are scoped to jumia.com.ng (Nigeria), and pricing is denominated in NGN. You can fork this API on Parse and revise it to point at a different Jumia country domain.
Page content last updated . Spec covers 5 endpoints from jumia.com.ng.
Related APIs in EcommerceSee all →
mouser.com API
mouser.com API
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
Jumia Nigeria API – Products, Prices & Categories · Parse