ÖoB Scraper — Swedish Discount Department Store Products avatar

ÖoB Scraper — Swedish Discount Department Store Products

Pricing

Pay per event

Go to Apify Store
ÖoB Scraper — Swedish Discount Department Store Products

Ö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

Studio Amba

Maintained by Community

Actor 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

FieldTypeRequiredDescription
searchQueryStringNoSearch keyword
categoryUrlStringNoOoB category URL
maxResultsIntegerNoProduct limit (default: 100)
proxyConfigurationObjectNoProxy settings

Output

FieldTypeExample
nameString"Handduk 50x70 cm"
brandStringProduct brand (if available)
priceNumber29
originalPriceNumber49
discountString"-41%"
currencyString"SEK"
skuStringProduct code
productIdStringeSales product key
inStockBooleantrue
imageUrlStringProduct image
imageUrlsArrayAll product images
descriptionStringProduct description
categoryStringProduct category
categoriesArrayFull 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:-"