ÖoB Scraper — Swedish Discount Department Store Products
Pricing
Pay per event
ÖoB Scraper — Swedish Discount Department Store Products
Scrape products, prices, and stock availability from ÖoB (öob.se). Sweden's popular discount department store chain with 100+ locations. Supports search, category browsing, and full catalog via sitemap.
Pricing
Pay per event
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
OoB Scraper
Scrapes products from OoB.se (oob.se), Sweden's popular discount department store chain with 100+ locations. Sells everything from household goods to clothing at low prices.
Technical approach
OoB uses the Voyado Elevate (eSales) search API for product listings. The scraper hits this API directly for fast bulk extraction, then optionally visits individual product pages (which return JSON via a page API) for full details like specs and breadcrumbs.
Input
| Field | Type | Required | Description |
|---|---|---|---|
searchQuery | String | No | Search keyword |
categoryUrl | String | No | OoB category URL |
maxResults | Integer | No | Product limit (default: 100) |
proxyConfiguration | Object | No | Proxy settings |
Output
| Field | Type | Example |
|---|---|---|
name | String | "Handduk 50x70 cm" |
brand | String | Product brand (if available) |
price | Number | 29 |
originalPrice | Number | 49 |
discount | String | "-41%" |
currency | String | "SEK" |
sku | String | Product code |
productId | String | eSales product key |
inStock | Boolean | true |
imageUrl | String | Product image |
imageUrls | Array | All product images |
description | String | Product description |
category | String | Product category |
categories | Array | Full breadcrumb path |
{"name": "Handduk 50x70 cm","price": 29,"originalPrice": 49,"discount": "-41%","currency": "SEK","inStock": true,"category": "Badrum","url": "https://www.xn--ob-eka.se/handduk-50x70-cm","scrapedAt": "2026-03-16T10:00:00.000Z"}
Domain note
OoB uses an internationalized domain name. The actual URL is https://www.xn--ob-eka.se (punycode for oob.se). Both work, but the scraper uses the punycode version internally.
Notes
- Swedish prices in SEK
- The eSales API provides pricing info including "formattedSalesInfo" with sale and original price labels
- Product page JSON includes full attribute tables (specs) and breadcrumb navigation
- Swedish price format: "99:-" or "69,50:-"