Kjell & Company Scraper — Swedish Electronics & Accessories avatar

Kjell & Company Scraper — Swedish Electronics & Accessories

Pricing

Pay per event

Go to Apify Store
Kjell & Company Scraper — Swedish Electronics & Accessories

Kjell & Company Scraper — Swedish Electronics & Accessories

Scrape products, prices, specs, and reviews from Kjell.com. Sweden's leading electronics and accessories retailer. Supports search and category browsing.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Kjell & Company Scraper

Scrapes product listings and details from kjell.com, the Swedish electronics and accessories chain with 200+ stores across Scandinavia.

How it works

The scraper uses CheerioCrawler (HTTP-only, no browser) and supports three modes:

  1. Search -- pass a searchQuery to search the full site
  2. Category -- pass a categoryUrl to scrape a specific department
  3. Sitemap discovery -- leave both empty and the scraper will crawl the XML sitemap to find product pages

Product data is pulled from JSON-LD structured data, with HTML fallback parsing for pages without schema markup. Prices are in SEK.

Input

FieldTypeRequiredDescription
searchQueryStringNoKeyword search (e.g., "usb kabel", "hdmi")
categoryUrlStringNoCategory URL path or full URL from kjell.com
maxResultsIntegerNoMaximum products to return (default: 100)
proxyConfigurationObjectNoProxy settings

Output

FieldTypeExample
nameString"USB-C till USB-C kabel 1 m"
brandString"Kjell & Company"
priceNumber149
originalPriceNumber199
currencyString"SEK"
skuString"44281"
inStockBooleantrue
ratingNumber4.8
reviewCountNumber234
imageUrlStringProduct image
descriptionStringProduct description text
specsObjectKey-value specification pairs
categoryString"Kablar"
categoriesArrayFull breadcrumb path
urlString"https://www.kjell.com/se/..."

Example

{
"name": "USB-C till USB-C kabel 1 m",
"brand": "Kjell & Company",
"price": 149,
"currency": "SEK",
"inStock": true,
"rating": 4.8,
"reviewCount": 234,
"category": "Kablar",
"url": "https://www.kjell.com/se/produkter/kablar/usb-c-kabel/p/44281",
"scrapedAt": "2026-03-16T10:00:00.000Z"
}

Cost

HTTP-only scraping, no browser overhead. Around $0.25 per 1,000 products.

Things to know

  • Product URLs follow the pattern /se/.../p/{articleNumber}
  • The sitemap mode discovers the full catalog but is slower than targeted search
  • Some older pages may lack JSON-LD and yield less complete data via HTML parsing