Discover/jumia.co.ke API
live

jumia.co.ke APIjumia.co.ke

Access Jumia Kenya product listings, prices, specs, reviews, flash sales, and category data via 8 structured API endpoints.

Endpoints
8
Updated
3mo ago
Try it
Page number to retrieve
Search keyword (e.g. 'laptop', 'smartphone', 'samsung')
api.parse.bot/scraper/cab0bf0b-4e99-4167-b8f5-279aa64d4d9e/<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/cab0bf0b-4e99-4167-b8f5-279aa64d4d9e/search_products?page=1&query=laptop' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Search for products by keyword with pagination. Returns product listings matching the search query.

Input
ParamTypeDescription
pageintegerPage number to retrieve
queryrequiredstringSearch keyword (e.g. 'laptop', 'smartphone', 'samsung')
Response
{
  "type": "object",
  "fields": {
    "page": "integer",
    "products": "array of product objects with name, id, brand, category, price, url, slug, and optional rating, reviews_count, original_price, discount_percentage, image_url",
    "total_results": "integer or null if count not available on page"
  },
  "sample": {
    "data": {
      "page": 1,
      "products": [
        {
          "id": "HP246CL59HQP0NAFAMZ",
          "url": "https://www.jumia.co.ke/renewed-renewed-hp-stream-11-pro-g5-laptop-intel-celeron-n4000-4gb-ram-64gb-ssd-11.6-hd-grey-327157281.html",
          "name": "Renewed HP Stream 11 PRO G5 Laptop - Intel Celeron N4000, 4GB RAM, 64GB SSD, 11.6\" HD, Grey",
          "slug": "renewed-renewed-hp-stream-11-pro-g5-laptop-intel-celeron-n4000-4gb-ram-64gb-ssd-11.6-hd-grey-327157281",
          "brand": "Renewed",
          "price": "KSh 8,999",
          "category": "Computing",
          "image_url": "https://ke.jumia.is/unsafe/fit-in/300x300/filters:fill(white)/product/18/2751723/1.jpg?3094",
          "reviews_count": 17,
          "original_price": "KSh 16,999"
        }
      ],
      "total_results": null
    },
    "status": "success"
  }
}

About the jumia.co.ke API

The Jumia Kenya API provides 8 endpoints covering product search, category browsing, detailed product specs, customer reviews, flash sales, and homepage deals from jumia.co.ke. The search_products endpoint accepts a keyword query and returns paginated listings including name, price, brand, category, slug, and optional rating and review count. Whether you're tracking prices, analyzing product availability, or monitoring promotions, the API surfaces the data in structured JSON.

Product Search and Discovery

The search_products endpoint takes a query string (for example, 'laptop' or 'samsung') and an optional page integer, returning an array of product objects with fields including name, id, brand, category, price, url, slug, rating, reviews_count, original_price, and discount information where available. get_category_products works similarly but scopes results to a specific category slug — like 'phones-tablets' or 'computing' — obtainable from list_categories, which reads the site's navigation menu and returns each category's name, url, and slug.

Product Details and SKU Lookup

get_product_details accepts a slug from search or category results and returns the full product record: name, current_price, images (array of URLs), specifications (key-value pairs), and gtm_data when present. For cases where you already hold a SKU, get_product_by_sku returns the core product card — id, url, name, slug, brand, price, category, and image_url — without requiring a slug. These two lookup endpoints let you start from either identifier.

Reviews, Flash Sales, and Deals

get_product_reviews takes a sku and returns an array of review objects, each with rating, title, text, date, author, and a verified_purchase boolean. get_flash_sales requires no inputs and returns the current flash sale product list including optional discount_percentage per item. get_homepage_deals returns an array of deal sections, each containing a title and a products array, reflecting the promotional groupings shown on the homepage.

Common use cases
  • Track price changes across Jumia Kenya product listings using search_products and comparing price and original_price over time.
  • Build a Kenyan e-commerce price comparison tool by fetching specifications and current_price from get_product_details.
  • Aggregate customer sentiment by pulling rating, text, and verified_purchase fields from get_product_reviews across multiple SKUs.
  • Monitor active promotions by polling get_flash_sales and get_homepage_deals to surface discount opportunities.
  • Populate a product catalog feed by iterating get_category_products across category slugs from list_categories.
  • Resolve product metadata from a known SKU list using get_product_by_sku to enrich datasets with brand, category, and image_url.
  • Analyze category depth and breadth on Jumia Kenya by mapping slugs returned from list_categories to product counts.
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 Kenya have an official developer API?+
Jumia operates a seller and affiliate API (Jumia Affiliate API) aimed at partners and merchants, documented at https://developer.jumia.com. It is not a general-purpose public product data API, and access requires a partnership agreement. This Parse API covers product, review, and deal data without requiring affiliate credentials.
What does `get_product_details` return that `search_products` does not?+
search_products returns summary-level fields: name, price, brand, category, slug, and optional rating and reviews_count. get_product_details adds specifications (a key-value object of product attributes), a full images array, and gtm_data when available. Use the slug from search results as the input to get_product_details to retrieve the expanded record.
Is seller or merchant information available for individual products?+
Not currently. The API covers product-level data — name, price, specs, images, and reviews — but does not expose seller name, seller ratings, fulfilled-by fields, or stock levels per seller. You can fork this API on Parse and revise it to add a seller-detail endpoint if that data is needed.
Does pagination work consistently across all listing endpoints?+
search_products and get_category_products both accept an optional page integer, and search_products returns a total_results field that may be null if the count is not available on a given page. get_flash_sales and get_homepage_deals return full available sets in a single call and do not support pagination.
Are products from Jumia Nigeria, Egypt, or other Jumia country sites included?+
No. This API is scoped to jumia.co.ke (Kenya). Prices are in Kenyan Shillings, and category slugs and product availability reflect the Kenyan storefront only. You can fork this API on Parse and revise it to point at a different Jumia country domain.
Page content last updated . Spec covers 8 endpoints from jumia.co.ke.
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 Kenya API – Products, Reviews & Deals · Parse