Conforama Product Search Scraper avatar

Conforama Product Search Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Conforama Product Search Scraper

Conforama Product Search Scraper

Scrape product listings from Conforama.ch search results with complete details. This scraper captures product names, prices, promotions, stock status, ratings, and 18+ fields per item — perfect for price comparison, market research, and inventory tracking in Swiss furniture retail.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Stealth mode

Stealth mode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Conforama Product Search Scraper: Extract Furniture & Home Goods Data


About Conforama.ch

Conforama is Switzerland's leading furniture and home goods retailer, offering thousands of products across entertainment systems, bedroom, kitchen, and living room categories. Manually tracking product availability, pricing, and promotions across the site is inefficient — the Conforama Product Search Scraper automates product data extraction, delivering clean, structured records from search result pages.


Overview

The Conforama Product Search Scraper extracts detailed product information from Conforama.ch category and search pages, converting listings into machine-readable data. It is built for:

  • E-commerce analysts monitoring competitor pricing and promotions
  • Price comparison platforms aggregating Swiss furniture market data
  • Retailers tracking stock availability and product positioning
  • Researchers studying furniture market trends in Switzerland
  • Dropshippers and resellers sourcing product information

Key features include configurable scraping limits, robust error handling via ignore_url_failures, and comprehensive product field extraction including pricing, ratings, and stock status.


Input Format

The scraper accepts a JSON configuration object:

{
"urls": [
"https://www.conforama.ch/de/entertainment/c/entertainment"
],
"ignore_url_failures": true,
"max_items_per_url": 200
}
FieldDescription
urlsDirect links to Conforama category or search result pages. Supports /de/, /fr/, and /it/ language variants.
max_items_per_urlMaximum products extracted per URL (e.g., 200). Useful for limiting API usage or testing.
ignore_url_failuresIf true, continues scraping even if some URLs fail. If false, stops on the first error.

Tip: Use category URLs (e.g., /entertainment/c/entertainment) rather than individual product pages for best results. You may scrape multiple categories by adding URLs to the array.


Output Format

Sample output

{
"result_type": "product",
"additional_fields": {
"ec_shortdesc": null,
"cf_product_banners": null,
"click_uri": null,
"urihash": "k1rAh6m2NFapeZñj",
"cf_product_subname": "GPE6068 mehrfarbig",
"cfc_code": "638095",
"ec_rating": null,
"ec_gender": null,
"total_number_of_child_results": null,
"ec_in_stock": null,
"cf_product_flyers": [
"nouveau"
],
"ec_promo_price": 1.95,
"cf_product_price_percentagediscount": -87.0,
"cf_product_number_content_units": "1.0",
"ec_product_id": null,
"cf_product_price_baseprice": " 14.95",
"ec_description": null,
"permanentid": "638095",
"ec_color": "Mehrfarbig",
"ec_item_group_id": "638095",
"cf_product_energy_image": null,
"ec_images": "https://cdn.conforama.ch/medias/600000/30000/8000/000/90/Z_638095_A.webp",
"cf_product_bazaarvoiceaveragerating": null,
"cf_product_multiple_variations": "false",
"cf_product_segm4": null,
"cf_product_serie": null,
"uri": "https://www.conforama.ch/de/poster-grupo-erik-gpe6068/product/638095",
"cf_product_bazaarvoiceratingscount": null,
"ec_brand": "GRUPO ERIK",
"cf_product_availability": "Available",
"clickableuri": "/poster-grupo-erik-gpe6068/product/638095",
"availablestores": [
"AAA",
"660",
"653",
"659",
"657",
"655",
"656",
"654",
"651",
"663",
"652",
"658",
"664",
"668"
],
"cf_product_energy_label": null,
"ec_price": 1.95,
"cf_product_second_image": "https://cdn.conforama.ch/medias/600000/30000/8000/000/90/Z_638095_B.webp",
"cf_product_price_pricetype": "C",
"ec_thumbnails": "https://cdn.conforama.ch/medias/600000/30000/8000/000/90/N_638095_A.webp",
"ec_category": null,
"cf_product_segm3": "BAZAR",
"cf_product_type": "Poster",
"cf_product_segm2": "46 - BAZAR",
"cf_product_price_discountprice": " 1.95",
"cf_product_energy_color": null,
"ec_listing": null,
"ec_name": "GRUPO ERIK Poster"
},
"query_pinned": false,
"badge_placements": [],
"ec_name": "GRUPO ERIK Poster",
"ec_description": null,
"ec_shortdesc": null,
"ec_brand": "GRUPO ERIK",
"ec_category": [],
"ec_thumbnails": [
"https://cdn.conforama.ch/medias/600000/30000/8000/000/90/N_638095_A.webp"
],
"ec_images": [
"https://cdn.conforama.ch/medias/600000/30000/8000/000/90/Z_638095_A.webp"
],
"ec_price": 1.95,
"ec_promo_price": 1.95,
"ec_in_stock": null,
"ec_item_group_id": "638095",
"ec_rating": null,
"ec_product_id": null,
"ec_gender": null,
"ec_color": "Mehrfarbig",
"ec_listing": "",
"click_uri": "https://www.conforama.ch/de/poster-grupo-erik-gpe6068/product/638095",
"permanentid": "638095",
"children": [],
"total_number_of_children": 0,
"from_url": "https://www.conforama.ch/de/entertainment/c/entertainment"
}

Each product record contains 18+ fields with comprehensive details:

Product Identification

FieldMeaning
EC Product IDUnique internal Conforama product identifier
EC NameOfficial product name as displayed on the site
EC BrandManufacturer or brand name
Permanent IDStable product ID across site updates

Classification & Categorization

FieldMeaning
EC CategoryProduct category (e.g., Entertainment, Kitchen, Bedroom)
Result TypeType of result (product, bundle, variant)
EC ListingWhether the item is a standard listing

Pricing & Promotions

FieldMeaning
EC PriceStandard retail price in CHF
EC Promo PriceDiscounted price if a promotion is active
Badge PlacementsPromotion badges (e.g., "Sale", "New", "Hot Deal") — useful for identifying special offers

Availability & Stock

FieldMeaning
EC In StockBoolean indicating current stock availability
EC Item Group IDGroups product variants (colors, sizes) under one parent

Product Details & Media

FieldMeaning
EC Short DescriptionBrief 1-2 sentence product summary
EC DescriptionFull detailed product description with features and specs
EC ThumbnailsURL to small preview image for quick viewing
EC ImagesArray of high-resolution product image URLs for display

Customer & Performance Data

FieldMeaning
EC RatingAverage customer rating (typically 1-5 stars) — indicates product quality and satisfaction
EC GenderDemographic targeting (if applicable, e.g., men's, women's, unisex)
EC ColorPrimary color classification of the product
FieldMeaning
Click URIDirect clickable link to the product detail page
ChildrenSub-products or variants (e.g., different colors of the same sofa)
Total Number Of ChildrenCount of product variants available

Advanced Fields

FieldMeaning
Query PinnedWhether the product is pinned/featured in search results for specific queries
Additional FieldsCustom metadata fields for special promotions or attributes

How to Use

  1. Find category URLs — Browse Conforama.ch and copy the URL of a product category (e.g., /de/entertainment/c/entertainment).
  2. Prepare input JSON — Populate the urls array with one or more Conforama category or search URLs.
  3. Set scraping limits — Adjust max_items_per_url based on your needs (higher = more data, longer runtime).
  4. Enable fault tolerance — Set ignore_url_failures: true for batch jobs to skip broken links gracefully.
  5. Run the scraper — Execute the actor and monitor progress in the logs.
  6. Export results — Download output as JSON, CSV, or Excel for analysis or integration.

Best practices:

  • Language-specific URLs (/de/, /fr/, /it/) scrape the correct language variant.
  • Filter by color or gender before scraping for targeted datasets.
  • Use max_items_per_url: 200 to balance data volume with execution time.

Handling errors:

  • If a URL returns no products, verify it is a valid category page, not a product detail page.
  • Empty EC Images or EC Thumbnails may indicate unloaded media; re-run if needed.

Use Cases & Business Value

  • Price intelligence: Monitor Conforama's pricing strategies and competitor positioning in Swiss furniture retail
  • Promotion tracking: Identify sales patterns, seasonal discounts, and badge placements across categories
  • Inventory insights: Track stock availability changes and product rotation
  • Market research: Analyze product mix, ratings, and customer sentiment in Swiss furniture market
  • Content feeds: Populate affiliate sites, price comparison portals, or product aggregators with real-time data

By automating product data collection, the Conforama scraper eliminates manual entry errors and delivers reliable datasets for analytics, pricing decisions, and market intelligence.


Conclusion

The Conforama Product Search Scraper is a powerful tool for anyone needing structured, up-to-date furniture and home goods data from Switzerland's leading retailer. With 18+ data fields per product and flexible URL configuration, it streamlines competitive analysis, price monitoring, and market research. Start scraping today to unlock actionable insights from Conforama's extensive inventory.