CDON Scraper — Nordic Marketplace for Electronics, Fashion & Ho
Pricing
Pay per event
CDON Scraper — Nordic Marketplace for Electronics, Fashion & Ho
Scrape products, prices, specs, and availability from cdon.se — Sweden's leading online marketplace. Supports search queries and category browsing.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Studio Amba
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
CDON Scraper
Extracts products from CDON.se, Sweden's largest online marketplace with thousands of third-party sellers across electronics, fashion, home, and more.
How it works
CDON is built on Next.js. The scraper reads product data from the embedded __NEXT_DATA__ JSON (fastest path) with fallback to JSON-LD and HTML card parsing. It understands CDON-specific patterns like brand links under /varumarke/ and image proxying through /_next/image.
Set scrapeDetails: true to visit individual product pages for seller info, specs, and stock levels.
Input
| Field | Type | Required | Description |
|---|---|---|---|
categoryUrl | String | No | e.g. https://cdon.se/hemelektronik |
searchQuery | String | No | Free text (default: laptop) |
maxResults | Integer | No | Default: 100 |
scrapeDetails | Boolean | No | Visit product pages for full data (default: false) |
proxyConfiguration | Object | No | Proxy settings |
Output
| Field | Type | Example |
|---|---|---|
name | String | "Apple MacBook Air 13\" M3 256GB" |
brand | String | "Apple" |
price | Number | 12990 |
currency | String | "SEK" |
originalPrice | Number | 14990 |
sku | String | "CDON-123456" |
ean | String | "1234567890123" |
inStock | Boolean | true |
seller | String | "ElectroWorld" |
rating | Number | 4.5 |
url | String | Product URL |
category | String | "Hemelektronik > Datorer" |
{"name": "Apple MacBook Air 13\" M3 256GB","brand": "Apple","price": 12990,"currency": "SEK","url": "https://cdon.se/produkt/apple-macbook-air/","inStock": true,"scrapedAt": "2026-03-16T10:00:00.000Z"}
Cost
~0.3 CU per 1,000 in listing mode. Detail mode: ~1 CU per 1,000.
Notes
- CDON is a marketplace -- the same product may appear from multiple sellers
- Prices in SEK
- Product URLs follow the pattern
/produkt/{slug}/