KuantoKusta Scraper — Portuguese Price Comparison & Deals avatar

KuantoKusta Scraper — Portuguese Price Comparison & Deals

Pricing

Pay per usage

Go to Apify Store
KuantoKusta Scraper — Portuguese Price Comparison & Deals

KuantoKusta Scraper — Portuguese Price Comparison & Deals

Scrape products, prices, store offers, specs, and ratings from KuantoKusta.pt — Portugal's leading price comparison site. No login required.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

KuantoKusta Scraper - Product Prices & Store Offers from Portugal's Price Comparison Leader

Extract product data, prices across multiple stores, ratings, specifications, and availability from KuantoKusta.pt — Portugal's largest and most popular price comparison website, aggregating offers from 50+ Portuguese online retailers.

What is KuantoKusta Scraper?

KuantoKusta Scraper collects structured product data from KuantoKusta.pt. It searches for products, navigates category pages, follows pagination, and optionally visits individual product detail pages to extract rich data including store-level pricing, specifications, EAN barcodes, ratings, and breadcrumb categories.

KuantoKusta is the go-to price comparison platform in Portugal. With thousands of products across electronics, home appliances, smartphones, fashion, sports, and more, it aggregates prices from retailers like Fnac, Worten, DARTY, MediaMarkt, and dozens of smaller Portuguese shops. Their "desde X" (from X) pricing model shows the lowest available price across all stores.

No login required. No cookies needed. Fully automated.

Why use this actor?

  • Price intelligence — Track the lowest prices across 50+ Portuguese retailers in one scrape. KuantoKusta already does the comparison — you just extract the data.
  • Market research — Understand Portuguese e-commerce pricing, product availability, and retailer competition. Essential for brands entering the PT market.
  • Competitor monitoring — See which retailers carry your products and at what prices. KuantoKusta lists individual store prices with shipping costs.
  • Deal detection — KuantoKusta badges products as "Boa compra" (good deal), "Mais vendido" (bestseller), and "Favorito clientes" (customer favorite).
  • MAP enforcement — Match products by EAN barcode across retailers to monitor Minimum Advertised Price compliance in Portugal.

How to scrape KuantoKusta data

Option 1: Search by keyword

Set searchQuery to any product name or keyword in Portuguese. KuantoKusta supports broad queries.

Examples: "televisao", "smartphone", "aspirador", "portatil", "maquina de cafe", "samsung galaxy"

Option 2: Browse categories

Provide KuantoKusta category URLs. The site uses the pattern /a/{id}/{category-name}:

  • https://www.kuantokusta.pt/a/1/informatica — Computers & IT
  • https://www.kuantokusta.pt/a/155/smartphones-e-acessorios — Smartphones
  • https://www.kuantokusta.pt/a/356/electrodomesticos — Home appliances
  • https://www.kuantokusta.pt/a/1469/gaming — Gaming
  • https://www.kuantokusta.pt/a/1075/casa-e-decoracao — Home & Decor
  • https://www.kuantokusta.pt/a/818/desporto — Sports

Option 3: Direct product URLs

Provide individual product URLs (/p/{id}/{slug}) to scrape specific products with full detail data.

Option 4: Fast listing mode

Set scrapeDetails to false for quick price sweeps. The scraper extracts basic data (name, price, store count, rating) from listing pages only, skipping individual product visits. 5-10x faster.

Input

FieldTypeDefaultDescription
searchQueryStringsmartphoneKeyword search in Portuguese
categoryUrlsArrayCategory or product page URLs to scrape
maxResultsInteger100Maximum products to return (up to 100,000)
maxPagesInteger5Max pagination pages per search/category (~40 products/page)
scrapeDetailsBooleantrueVisit product pages for full data (slower but richer)
proxyConfigurationObjectProxy settings for reliability

Tips:

  • KuantoKusta has minimal anti-bot protection, but proxies help for large runs.
  • Each listing page shows ~40 products. With maxPages: 5, you get up to ~200 products per search.
  • For full catalog dumps, increase maxPages to 25+ and set a high maxResults.
  • The scrapeDetails toggle controls speed vs depth. Off = faster but basic data only.

Output

Each result contains:

FieldTypeExample
nameString"TV LG 43\" 43LR60006LA LED Smart TV Full HD HDR10 Pro"
brandString"LG"
priceNumber192.49
currencyString"EUR"
storeCountNumber33
inStockBooleantrue
ratingNumber4.9
reviewCountNumber8
eanString"8806096520963"
imageUrlStringPrimary product image URL
specsObject{"Resolution": "1920x1080", "Screen Size": "43\""}
categoryString"Televisores / TV LED-LCD"
categoriesArray["Imagem e Som", "Televisores", "TV LED-LCD"]
urlStringFull product URL on KuantoKusta
scrapedAtStringISO 8601 timestamp

Example output

[
{
"name": "TV LG 43\" 43LR60006LA LED Smart TV Full HD HDR10 Pro",
"brand": "LG",
"price": 192.49,
"currency": "EUR",
"storeCount": 33,
"inStock": true,
"rating": 4.9,
"reviewCount": 8,
"ean": "8806096520963",
"productId": "11925036",
"imageUrl": "https://s1.kuantokusta.pt/img_upload/produtos_imagemsom/602329_3_lg-43-43lr60006la-led-smart-tv-full-hd-hdr10-pro.jpg",
"specs": {
"Resolution": "1920x1080 (Full HD/1080p)",
"Screen Size": "43\" (109 cm)",
"Technology": "LED Direct-LED",
"HDR": "HDR10 Pro",
"Audio": "20W, 2.0 channels, Dolby AC3",
"Energy Class": "F (SDR)"
},
"category": "Televisores / TV LED-LCD",
"categories": ["Imagem e Som", "Televisores", "Televisores / TV LED-LCD"],
"description": "TV LG 43\" com Full HD, HDR10 Pro, webOS 23, Wi-Fi 5, Bluetooth 5.0",
"url": "https://www.kuantokusta.pt/p/11925036/lg-43-43lr60006la-led-smart-tv-full-hd-hdr10-pro",
"language": "pt",
"scrapedAt": "2026-06-07T10:30:15.000Z"
},
{
"name": "Samsung Galaxy A56 5G 6.7\" Dual SIM 8GB/256GB Graphite",
"brand": "Samsung",
"price": 349.90,
"currency": "EUR",
"storeCount": 28,
"inStock": true,
"rating": 4.5,
"productId": "11837891",
"imageUrl": "https://s1.kuantokusta.pt/img_upload/produtos_comunicacoes/123456_2_samsung-galaxy-a56.jpg",
"category": "Smartphones",
"url": "https://www.kuantokusta.pt/p/11837891/samsung-galaxy-a56-5g-dual-sim-8gb-256gb-graphite",
"language": "pt",
"scrapedAt": "2026-06-07T10:30:18.000Z"
}
]

How much does it cost?

KuantoKusta Scraper uses CheerioCrawler (HTTP-only, no browser) which keeps costs very low.

ScenarioProductsDetail pagesEstimated costTime
Quick listing sweep100Off~$0.01~10 sec
Search with details100On~$0.05~1 min
Large category500On~$0.20~5 min
Multi-category dump2,000On~$0.70~15 min
Price-only bulk run2,000Off~$0.05~2 min

Can I integrate?

KuantoKusta Scraper connects to the full Apify integration ecosystem:

  • Apify API — Trigger runs programmatically, stream results in real-time
  • Webhooks — Notify your systems when scraping completes
  • Google Sheets — Auto-export Portuguese price data for team access
  • Zapier / Make — Build no-code automations triggered by new product data
  • Slack alerts — Get notified when tracked product prices drop
  • Airbyte / BigQuery / Snowflake — Stream to your data warehouse for analytics
  • Scheduled runs — Set up daily price monitoring with Apify Schedules
  • Direct download — CSV, JSON, XML, or Excel export from the Apify Console

Can I use it as an API?

Use KuantoKusta Scraper as a Portuguese product price API. Start runs, poll for results, and process data in your application.

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("studio-amba/kuantokusta-scraper").call(run_input={
"searchQuery": "televisao",
"maxResults": 50,
"scrapeDetails": True,
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
stores = item.get("storeCount", "?")
print(f"{item['name']} — desde EUR {item['price']} (em {stores} lojas)")

JavaScript

import { ApifyClient } from "apify-client";
const client = new ApifyClient({ token: "YOUR_API_TOKEN" });
const run = await client.actor("studio-amba/kuantokusta-scraper").call({
searchQuery: "portatil",
maxResults: 200,
maxPages: 10,
scrapeDetails: true,
});
const { items } = await client
.dataset(run.defaultDatasetId)
.listItems();
items.forEach((item) => {
const stores = item.storeCount ? ` (${item.storeCount} lojas)` : "";
console.log(`${item.name} — EUR ${item.price}${stores}`);
});

FAQ

What is KuantoKusta?

KuantoKusta is Portugal's largest price comparison website. It aggregates product prices from 50+ online Portuguese retailers including Fnac, Worten, DARTY, MediaMarkt, and many smaller shops. The name means "How much does it cost?" in Portuguese.

What does "desde" mean in the prices?

"Desde" means "from" in Portuguese. KuantoKusta shows the lowest available price across all stores that sell the product. When you scrape with scrapeDetails: true, you get individual store prices.

What are the KuantoKusta badges?

KuantoKusta awards badges to products: "Boa compra" (good buy — best value), "Mais vendido" (bestseller — highest sales), and "Favorito clientes" (customer favorite — highest rated). These indicate consumer-validated quality.

Can I get prices from individual stores?

Yes. When scraping with scrapeDetails: true, the product detail pages show individual store offers with prices and shipping costs. The price field always shows the lowest available price.

What product categories does KuantoKusta cover?

Electronics, smartphones, computers, home appliances, gaming, fashion, sports, home decor, beauty, baby products, and more. It covers most consumer product categories available in the Portuguese market.

Limitations

  • JavaScript-rendered content — Some dynamic elements may not be captured by the HTTP-only CheerioCrawler. The vast majority of product data is in the static HTML.
  • Store-level data — Individual store offers are extracted best from product detail pages (scrapeDetails: true).
  • Portuguese market only — KuantoKusta covers the Portuguese market. Prices are in EUR.
  • Rate limits — For very large runs (5,000+ products), use Apify proxies and moderate concurrency.
  • Category pages — Some category landing pages show featured products rather than full listings. Use search queries for comprehensive results.

Other European price comparison scrapers

Build a complete view of European consumer pricing by combining KuantoKusta data with these companion scrapers:

  • Coolblue Scraper — Belgium & Netherlands electronics prices from the Benelux's top retailer.
  • Vanden Borre Scraper — Belgian electronics chain (Fnac Darty group), 13,000+ products.
  • Krefel Scraper — Belgium's #2 electronics retailer with detailed specs and stock data.

Your feedback

KuantoKusta updates their site regularly. If you notice data quality issues, missing fields, or broken runs, let us know through the Apify Console or GitHub. We monitor and update this scraper actively.