Debenhams Scraper avatar

Debenhams Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Debenhams Scraper

Debenhams Scraper

Scrape debenhams.com, the UK department store retailer. Search by keyword, browse any department, filter by brand/gender/price/discount, or fetch specific product URLs. Returns pricing, sale price, sizes, colours, images, ratings, descriptions.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Scrape debenhams.com — the UK department store retailer selling fashion, home, beauty, and general merchandise from hundreds of brands. Search by keyword, browse any department, filter by brand or gender, or fetch specific product URLs directly. Returns pricing, sale price, sizes, colours, image galleries, ratings, reviews, and descriptions. No login, no cookies, no API key required.

What this actor does

  • Four modes: search (keyword), byDepartment (browse a department), byBrand (browse a brand), byUrl (fetch specific product pages directly)
  • 13 departments: Clothing, Home & Garden, Accessories, Footwear, Beauty, Toys & Games, Home Improvement, Sports & Leisure, Pet Care, Tech & Entertainment, Health & Wellness, Gifts, Baby & Child Care
  • Gender facet: Female, Male, Unisex, or any
  • Fit classification facet: Main, Adult, Children's, Plus, Petite, Tall, Wide Fit, Extra Wide Fit, Big & Tall, Shapewear, Maternity, Baby, Toddler
  • Sale detection: current price vs. was-price, with discount percentage
  • Filters: price range, on-sale-only, in-stock-only, minimum rating, colour, size, fit classification, sort order
  • Empty fields are omitted — no null, no empty arrays in the output

Output per product

  • title — product name
  • productKey — Debenhams' internal product ID
  • brand — brand name (own-label or third-party)
  • department — top-level department
  • gender — audience facet (Female / Male / Unisex)
  • classification — Main / Adult / Childrens / Plus / Petite / Tall / Maternity / etc.
  • category — product category (e.g. "Dresses", "Trainers")
  • style — style taxonomy (e.g. "Wrap Dress", "Wedge Trainers")
  • breadcrumbs[] — full category breadcrumb trail
  • description — product description
  • price — current selling price
  • wasPrice — original price, present only when the item is reduced
  • onSaletrue if wasPrice is present and higher than price
  • discountPercent — percentage off, present only when on sale
  • currency — always GBP
  • colour — the colourway of this listing
  • colours[] — every colour the product is available in
  • sizes[] — every size the product is available in
  • images[] — product image gallery
  • occasion[], design[] — descriptive style facets, where available
  • season, collection — where available
  • availability"In Stock" or "Out of Stock"
  • isNewtrue if flagged as a new arrival
  • material — fabrication/material, where available (e.g. "Woven", "Cotton")
  • thumbnailUrl — small swatch/thumbnail image, where available
  • nextDayDeliverytrue if eligible for next-day delivery, where available
  • rating — average customer rating (0–5), where reviews exist
  • reviewCount — number of customer reviews, where reviews exist
  • listingSource"Debenhams" for own-label listings, "Marketplace" for third-party marketplace sellers
  • productUrl — canonical product page URL
  • recordType — always "product"
  • scrapedAt — UTC timestamp of the scrape

Input

FieldTypeDefaultDescription
modestringsearchsearch / byDepartment / byBrand / byUrl
searchQuerystringdressKeyword to search for (mode=search)
departmentstringClothingDepartment to browse (mode=byDepartment)
brandstringCoastExact brand name to browse (mode=byBrand)
productUrlsarrayDirect debenhams.com/product/... URLs to fetch (mode=byUrl)
genderstringanyany / Female / Male / Unisex
classificationstringanyFit facet: any / Main / Adult / Childrens / Plus / Petite / Tall / Wide Fit / Extra Wide Fit / Big & Tall / Shape / Maternity / Baby / Toddler
colourstringRestrict to a colourway, e.g. black, navy, red (applies to search/byDepartment/byBrand)
sizestringRestrict to an exact size, e.g. 12, M, XL (applies to search/byDepartment/byBrand)
sortBystringrelevancerelevance / priceLowToHigh / priceHighToLow / ratingHighToLow / discountHighToLow
minPriceintDrop products cheaper than this (GBP)
maxPriceintDrop products more expensive than this (GBP)
onSaleOnlybooleanfalseOnly keep products with a reduced price
inStockOnlybooleanfalseOnly keep products currently in stock
newInOnlybooleanfalseOnly keep products flagged as new arrivals
minRatingintDrop products rated below this (0–5)
maxItemsint20Hard cap on emitted records (1–1000)
proxyConfigurationobjectAUTONot required for normal operation; kept as a safety net

Example: search for a keyword, sale items only

{
"mode": "search",
"searchQuery": "trainers",
"onSaleOnly": true,
"maxItems": 30
}

Example: browse a department filtered by price and gender

{
"mode": "byDepartment",
"department": "Clothing",
"gender": "Female",
"minPrice": 20,
"maxPrice": 80,
"sortBy": "priceLowToHigh",
"maxItems": 25
}

Example: browse a specific brand

{
"mode": "byBrand",
"brand": "Coast",
"minRating": 4,
"maxItems": 20
}

Example: search a fit classification, colour and size

{
"mode": "search",
"searchQuery": "dress",
"classification": "Plus",
"colour": "black",
"size": "16",
"maxItems": 20
}

Example: fetch full detail for specific product URLs

{
"mode": "byUrl",
"productUrls": [
"https://www.debenhams.com/product/double-second-chiffon-wrap-dress-with-cape-sleeves_p-c9128692-6a00-4c1e-bad9-815f25c49ea1"
]
}

Use cases

  • Price monitoring — track current vs. was-price and sale status across a department
  • Brand distribution research — see how a brand's range is priced and sized on a major UK department store
  • Fashion trend research — pull ratings, review counts, and pricing across categories
  • Catalog enrichment — feed product titles, images, and descriptions into a product feed
  • Marketplace vs. own-label analysislistingSource distinguishes Debenhams own-label from third-party marketplace sellers

FAQ

Is this affiliated with Debenhams? No. This is an independent, third-party actor that reads publicly accessible product data from debenhams.com. It is not affiliated with, endorsed by, or connected to Debenhams.

Do I need to log in or provide cookies? No. All product search and browse data returned by this actor is publicly accessible without an account.

Why do some products have no wasPrice/onSale fields? Those fields are only added when a genuine reduced price is detected. Full-price products simply omit them rather than showing false/null.

Why are rating and reviewCount sometimes missing? Not every product has customer reviews yet. Those fields are only populated when Debenhams has published a rating for that product.

Does brand include third-party sellers, not just Debenhams' own label? Yes — Debenhams' catalog spans hundreds of brands sold directly and via its marketplace. listingSource tells you whether a given result is a Debenhams-fulfilled listing or a third-party marketplace listing.

How are sizes represented? Exactly as Debenhams lists them for that product — numeric UK clothing/shoe sizes, age-based kids sizes, or letter sizes (S/M/L), since sizing schemes differ across departments.

How fresh is the data? Every run queries live data at request time — pricing, stock, and ratings reflect what debenhams.com shows at the moment of the run.

Is there a rate limit? The actor paces requests and automatically retries through Apify's free datacenter proxy group if a request is temporarily throttled.