Kaup24.ee Scraper — Estonian Marketplace Products & Prices
Pricing
from $2.00 / 1,000 result scrapeds
Kaup24.ee Scraper — Estonian Marketplace Products & Prices
Scrape products from Kaup24.ee, a leading Estonian online marketplace (Pigu Group). Extract prices, original prices, brands, ratings, stock and seller type (1P/3P) for any search or category. No cookies or login required.
Pricing
from $2.00 / 1,000 result scrapeds
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Kaup24.ee Scraper
Scrape product data from Kaup24.ee, one of the leading online marketplaces in Estonia and part of the Pigu Group. Give it a search term or a category URL and it returns a clean, structured list of products: names, prices, discounts, brands, ratings, stock status, seller type and images.
No cookies, no login, no browser automation to set up. You pass a search query, you get JSON.
What this actor does
Kaup24.ee lists hundreds of thousands of products across electronics, home, garden, toys, beauty and more, sold both by Kaup24 itself (1P) and by third-party marketplace sellers (3P). This actor reads the live search and category pages and extracts every product card into a flat record you can drop straight into a spreadsheet, a database, or a price-monitoring pipeline.
Typical uses:
- Price monitoring — track how a competitor or supplier prices a product range over time.
- Assortment research — see which brands and products are listed in a category, and at what price.
- Marketplace intelligence — separate first-party (Kaup24) offers from third-party seller offers using the
sellerTypefield. - Deal tracking — the
originalPricefield exposes the strike-through "was" price, so you can measure real discount depth.
How to scrape Kaup24.ee data
- Open the actor in the Apify Console.
- Enter a Search Query in Estonian (for example
telefon,sülearvuti,tolmuimeja,kohvimasin). Alternatively, paste one or more Start URLs pointing at a Kaup24.ee search or category page. - Set Max Results to the number of products you want (the actor paginates automatically, 60 products per page).
- Leave the proxy configuration at its default.
- Click Start. Results stream into the dataset as they are collected, and can be exported as JSON, CSV, Excel, or fetched through the Apify API.
You can also run it programmatically through the Apify API or any of the Apify client libraries.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | What to search for on Kaup24.ee, in Estonian. Used when no start URLs are given. Defaults to telefon. |
startUrls | array | Optional. Kaup24.ee search or category URLs to scrape instead of the search query (e.g. https://kaup24.ee/et/mobiiltelefonid). |
maxResults | integer | Maximum number of products to scrape. Default 100. |
brightDataApiKey | string | Optional. Your own unblocking API key. Leave empty to use the built-in one. |
proxyConfiguration | object | Proxy settings. Fetching runs through a built-in unblocking service, so the default is fine. |
Example input
{"searchQuery": "telefon","maxResults": 100,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "EE"}}
Output
Each product is one dataset record with the following fields:
| Field | Type | Example |
|---|---|---|
name | string | Telefon Samsung Galaxy A16 4/128GB Green |
brand | string | SAMSUNG |
price | number | 112.84 |
currency | string | EUR |
originalPrice | number/null | 149 |
rating | number/null | 5 |
reviewCount | integer/null | 10 |
sellerType | string | 1P (Kaup24) or 3P (marketplace seller) |
inStock | boolean | true |
deliveryPromise | string | pickup-tomorrow |
productId | integer | 42212884 |
variantId | integer | 267950341 |
categoryId | integer | 85 |
imageUrl | string | https://ee2.pigugroup.eu/.../..._large.jpg |
url | string | https://kaup24.ee/et/mobiiltelefonid/...?id=42212884 |
scrapedAt | string | 2026-07-07T19:22:56.753Z |
Example output
{"name": "Telefon Samsung Galaxy A16 4/128GB Green","brand": "SAMSUNG","price": 112.84,"currency": "EUR","originalPrice": 149,"rating": 5,"reviewCount": 10,"sellerType": "1P","inStock": true,"deliveryPromise": "pickup-tomorrow","productId": 42212884,"variantId": 267950341,"categoryId": 85,"imageUrl": "https://ee2.pigugroup.eu/colours/.../samsung-galaxy-a16-4128gb-green_large.jpg","url": "https://kaup24.ee/et/mobiiltelefonid-foto--videokaamerad/mobiiltelefonid-ja-aksessuaarid/mobiiltelefonid/telefon-samsung-galaxy-a16-4128gb-green?id=42212884","scrapedAt": "2026-07-07T19:22:56.753Z"}
Prices and discounts
price is the current selling price shown on the product card, in euros. When a product is discounted, originalPrice holds the higher strike-through "was" price, so originalPrice - price is the discount amount. When there is no discount, originalPrice is null.
First-party vs marketplace sellers
Kaup24.ee is a marketplace, so a search returns a mix of products sold by Kaup24 itself and products sold by independent sellers. The sellerType field lets you filter:
1P— sold and shipped by Kaup24.3P— sold by a third-party marketplace seller.
Search tips
- Search terms should be in Estonian, since that is how the catalogue is indexed.
telefon= phone,sülearvuti= laptop,teler= TV,tolmuimeja= vacuum cleaner. - To scrape a whole category rather than a search, pass its URL in
startUrls(for examplehttps://kaup24.ee/et/mobiiltelefonid). Category pages use the same layout and paginate the same way. - Results are returned 60 per page. Set
maxResultsto control how deep the actor paginates.
Cost estimate
This actor is billed pay-per-result. One request returns a full page of 60 products, so the per-result cost stays low even for large runs. Scraping a few thousand products across a category is inexpensive; check the live estimate on the actor page for exact numbers.
Limitations and notes
- Data comes from the search and category listings, which cover all the fields above. Deep per-product detail pages (full specs, all images, seller name) are not fetched in this version.
ratingandreviewCountare only present for products that have received reviews.- Prices and availability are captured at scrape time (
scrapedAt). Re-run the actor to refresh.
Related Scrapers
Kaup24.ee runs on the Pigu Group platform. Build a complete view of Baltic and Nordic online retail with these sibling scrapers from Studio AMBA:
- Pigu.lt Scraper — the largest Lithuanian online marketplace (pigu.lt).
- Auto24 EE Scraper — Estonian used-car marketplace (auto24.ee).
- Apotheka LV Scraper — Latvian pharmacy products (apotheka.lv).
- Verkkokauppa Scraper — Finnish electronics retailer (verkkokauppa.com).
- Allegro Scraper — the largest Polish online marketplace.
- Browse the Apify Store e-commerce category for more marketplace and retail scrapers from Studio AMBA.
Your feedback
If you notice any data quality issues, missing fields, or broken runs, let us know through the Apify Console. We monitor and update this scraper to keep it reliable.