Maisons du Monde Scraper — Furniture & Home Decor Data avatar

Maisons du Monde Scraper — Furniture & Home Decor Data

Pricing

from $5.00 / 1,000 result scrapeds

Go to Apify Store
Maisons du Monde Scraper — Furniture & Home Decor Data

Maisons du Monde Scraper — Furniture & Home Decor Data

Scrape furniture, home decor, and lighting products, prices, discounts, ratings, and stock status from maisonsdumonde.com. Search any keyword across 11 European storefronts (FR, BE, DE, ES, IT, NL, AT, PT, CH, LU, UK) and export clean structured catalogue data.

Pricing

from $5.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 hours ago

Last modified

Categories

Share

Maisons du Monde Scraper

Pull furniture, home decor, and lighting data from maisonsdumonde.com — prices, discounts, stock status, ratings, and images — without touching a browser yourself. Search any keyword and get clean, structured product data back as JSON or CSV, ready to feed into a price tracker, a market comparison, or a sourcing list.

Maisons du Monde runs the same catalogue platform across 11 European storefronts (France, Belgium, Germany, Spain, Italy, the Netherlands, Austria, Portugal, Switzerland, Luxembourg, and the UK), so this one actor covers all of them — just switch the country input.

Why this actor

  • No manual copy-pasting. Point it at a keyword, get every matching product with price, discount, and stock status in one dataset.
  • 11 countries, one actor. France is the default, but Germany, Spain, Italy, and the rest of the storefronts are a single input field away — useful for comparing furniture pricing across markets.
  • Handles the anti-bot wall for you. maisonsdumonde.com is protected by DataDome — both the website and its internal product API. This actor routes through a Bright Data Scraping Browser session that clears the challenge automatically, so you never see a CAPTCHA or a blocked request.
  • Marketplace-aware. Maisons du Monde sells both its own products and third-party marketplace items in the same search results — every item is flagged so you can tell which is which.

How to scrape Maisons du Monde data

  1. Open this actor on the Apify Store and click Try for free.
  2. Set Search Query to whatever you're looking for — canape (sofa), table basse (coffee table), luminaire (lighting), or any other French keyword. If you're scraping a non-French storefront, use that language's term instead (e.g. sofa for the German store).
  3. Pick the Country storefront — France is the default, but you can switch to any of the other 10 markets.
  4. Set Max Results to how many products you want (the actor paginates automatically until it hits this number or runs out of matches).
  5. Click Start and download the results as JSON, CSV, or Excel once the run finishes.

No login, no cookies, no anti-bot configuration needed on your end — the actor ships with a working Bright Data Scraping Browser connection built in.

Input

FieldTypeDescription
searchQuerystringKeyword to search for, in the storefront's language. Default: canape.
countrystringWhich storefront to scrape: FR, BE, DE, ES, IT, NL, AT, PT, CH, LU, or UK. Default: FR.
maxResultsintegerMaximum number of products to return. Default: 100.
sbrWsCdpstringBright Data Scraping Browser endpoint. Optional — the actor has one preconfigured; only needed if you want to use your own Bright Data account.
proxyConfigurationobjectKept for compatibility. Page fetching goes through the Bright Data Scraping Browser regardless of this setting.

Example input:

{
"searchQuery": "canape",
"country": "FR",
"maxResults": 100
}

Output

Each item in the dataset looks like this (real output from a test run):

{
"name": "Canapé nuage 3/4 places beige sable",
"brand": "Maisons du Monde",
"line": "Lilo",
"price": 1199,
"currency": "EUR",
"productId": "223233",
"inStock": true,
"isMarketplace": false,
"sponsored": false,
"rating": 4.8,
"reviewCount": 307,
"imageUrl": "https://medias.maisonsdumonde.com/images/f_auto,q_auto,w_350/v1/img/223233_0/canape-nuage-3-4-places-beige-sable.jpg",
"searchQuery": "canape",
"country": "FR",
"language": "fr",
"url": "https://www.maisonsdumonde.com/FR/fr/p/canape-nuage-3-4-places-beige-sable-lilo-223233.htm",
"scrapedAt": "2026-08-27T09:42:10.313Z"
}

And a discounted marketplace item, for comparison:

{
"name": "Canapé droit convertible 3 places en tissu bouclette marron",
"brand": "Best Mobilier",
"line": "Silvia",
"price": 849,
"currency": "EUR",
"originalPrice": 1231,
"discount": "-31%",
"productId": "M26123033",
"inStock": true,
"isMarketplace": true,
"sponsored": true,
"url": "https://www.maisonsdumonde.com/FR/fr/p/canape-droit-convertible-3-places-en-tissu-bouclette-marron-silvia-M26123033.htm?offer=24416695",
"country": "FR",
"language": "fr",
"scrapedAt": "2026-08-27T09:42:10.313Z"
}

Field reference

FieldDescription
nameProduct name
brandBrand — "Maisons du Monde" for first-party items, or the marketplace seller's brand
lineCollection/range name, when the product belongs to one
priceCurrent selling price (the sale price when discounted)
currencyPrice currency, exactly as the storefront returns it — never converted
originalPricePre-discount price, only present when the item is on sale
discountDiscount percentage (e.g. -31%)
productIdMaisons du Monde's internal product ID
inStocktrue/false, or null when the storefront's stock signal is ambiguous (e.g. store-only) — never guessed
isMarketplacetrue when sold by a third-party marketplace seller
sponsoredtrue when the item was a sponsored/ad placement in the results
rating / reviewCountCustomer rating (0–5) and review count, when available
imageUrlMain product image
searchQuery, country, languageThe parameters this item was scraped under
urlFull product page URL
scrapedAtISO timestamp of the scrape

Cost estimate

This actor runs on Apify's Pay-Per-Event pricing. One search page (up to 100 products) costs a single Bright Data Scraping Browser page load, reused for every following page in the same run — the underlying cost works out to well under $0.005 per result. Your Apify usage cost only settles once the run finishes with SUCCEEDED status; a run that fails partway through is billed for what it actually used, not a per-result estimate.

Notes

  • This actor scrapes search results, not individual product detail pages — full descriptions, EAN/SKU codes, and per-size stock ladders aren't included. Everything shown in the search results (price, stock status, rating, brand, image) is captured.
  • inStock reflects the storefront's own online purchase status. A product marked false may still be available in physical stores.
  • Prices and currency are always shown exactly as the storefront quotes them for the country you selected — no currency conversion is applied.