Konga Scraper avatar

Konga Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Konga Scraper

Konga Scraper

Scrape Konga.com - Nigeria's leading online shopping marketplace. Search by keyword or browse Konga's real product categories, filter by price range in NGN, and sort results. Get product names, prices, discounts, ratings, sellers, and images. No login required.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Scrape Konga.com — Nigeria's leading online shopping marketplace. Search by keyword or browse Konga's real product categories, filter by price range in Nigerian Naira (NGN), and sort by price or rating. Get product names, prices, discounts, ratings, sellers, stock status, and images — all from Konga's public storefront, no login required.

What this actor does

  • Two modes: search (keyword) and browseCategory (Konga's real top-level taxonomy)
  • Price range filter in NGN, combinable with keyword search or category browse
  • Sort order: relevance, price low-to-high, price high-to-low, or customer rating
  • Rich product data: current price, discount percentage, seller, stock status, ratings, and category path
  • Empty fields are omitted — you'll never see null, "", or [] in the output

Output per product

  • productId, sku, name, brand
  • priceNgn — original listed price
  • specialPriceNgn — discounted price, if on sale
  • finalPriceNgn — the price a buyer actually pays; currency: "NGN"
  • discountPercent — computed when a special price applies
  • ratingAverage, ratingCount
  • inStock, stockQuantity
  • categoryTopLevel, categoryPath — deepest matched category breadcrumb
  • attributes — extra product attributes Konga publishes (color, brand, etc.), when available
  • seller{ name, city, state, isPremium }
  • isOfficialStore, isKongaFulfilled, isPayOnDelivery, isFreeShipping, expressDelivery
  • availabilityLocations — pickup/delivery hub locations, when published
  • promoLabel — e.g. "Hot Deal", when active
  • description — plain-text product description (HTML stripped, truncated)
  • imageUrl, productUrl
  • recordType: "product", scrapedAt

Input

FieldTypeDefaultDescription
modeselectsearchsearch (keyword) or browseCategory (taxonomy browse)
searchQuerystringphoneKeyword to search for (mode=search)
categoryselectOne of Konga's real top-level categories (required for browseCategory; optional narrowing filter for search)
priceMinNgnintMinimum price in NGN
priceMaxNgnintMaximum price in NGN
sortByselectrelevancerelevance / priceLowToHigh / priceHighToLow / topRated
maxItemsint20Maximum number of products to return (1–1000)
proxyConfigurationproxyAUTOOptional — see Data Source / Limitations
{
"mode": "search",
"searchQuery": "smartphone",
"maxItems": 20
}

Example: browse a category with a price range

{
"mode": "browseCategory",
"category": "Electronics",
"priceMinNgn": 10000,
"priceMaxNgn": 50000,
"sortBy": "priceLowToHigh",
"maxItems": 30
}

Example: top-rated products in a category

{
"mode": "browseCategory",
"category": "Home and Kitchen",
"sortBy": "topRated",
"maxItems": 25
}

Example: keyword search narrowed to a category and price ceiling

{
"mode": "search",
"searchQuery": "speaker",
"category": "Electronics",
"priceMaxNgn": 20000,
"maxItems": 20
}

Use cases

  • Price monitoring — track NGN pricing and discounts across categories over time
  • Market research — analyze Nigerian e-commerce catalog breadth by category
  • Competitor benchmarking — compare Konga listings against other Nigerian marketplaces
  • Deal aggregation — surface discounted / top-rated products for a niche
  • Seller intelligence — see which sellers and fulfilment types dominate a category

Data source / limitations

  • Data comes from Konga's public search backend — the same service konga.com's own website calls to render search results in a visitor's browser. No login, cookies, or paid API key are required; the search key used is a public, read-only key that Konga publishes to every site visitor's browser.
  • Category values reflect Konga's actual live taxonomy at the time of research; if Konga adds or renames a top-level category, this actor's category enum may need an update.
  • Apify's free datacenter (AUTO) proxy pool does not currently offer a Nigeria (NG) country option. This actor works reliably from any datacenter IP (no Nigeria-specific IP is required to reach Konga's public search backend), so results are complete either way — geo-pinning to Nigeria would only matter for testing Nigeria-specific redirects or currency display, which this actor already normalizes to NGN regardless of request origin.
  • Product descriptions are truncated to keep dataset rows a reasonable size.

FAQ

Is this affiliated with Konga? No. This is an independent, third-party actor that reads Konga's public search results. It is not affiliated with, endorsed by, or sponsored by Konga.

Do I need an account, cookies, or an API key? No. All data returned is publicly visible to any visitor of konga.com without logging in.

Why NGN only? Konga is a Nigeria-focused marketplace and prices its entire catalog in Nigerian Naira.

Can I combine searchQuery and category? Yes — in search mode, setting both narrows keyword results to a specific category.

What happens if my filters match nothing? The actor finishes successfully with 0 records and a clear status message — it will not error or crash.

How current is the pricing? Prices, discounts, and stock status are read live from Konga at the time the actor runs.

Is a proxy required? No. Konga's public search backend is reliably reachable without any proxy, and also works with Apify's free AUTO datacenter proxy if configured.