VOOZH about

URL: https://apify.com/tomko5peter/muji-scraper

โ‡ฑ MUJI Product Scraper & Price Tracker (API) ยท Apify


Pricing

$8.99/month + usage

Go to Apify Store

๐Ÿ›๏ธ MUJI Scraper - Extract every product, price & category from any MUJI store worldwide. Smart pattern targeting (men/*, women/clothing/*), two-stage data extraction, and built for scale. Perfect for competitive analysis, market research, and price intelligence.

Pricing

$8.99/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Peter Tomko

Peter Tomko

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

4 months ago

Last modified

Share

๐Ÿ›๏ธ MUJI Product Data Scraper - EU

Download complete MUJI product catalogs from any MUJI country store!

Powerful web scraper that extracts comprehensive product data, pricing, and inventory information from MUJI's e-commerce sites worldwide. Get thousands of products with detailed specifications, images, and real-time availability - perfect for market research, price monitoring, and product analysis.

๐Ÿš€ Key Features

  • ๐ŸŽฏ Smart Category Targeting: Download specific product categories or entire catalogs using flexible pattern matching
  • ๐Ÿ“Š Rich Product Data: Extract detailed specifications, pricing, stock levels, images, and customer reviews
  • ๐ŸŒ Multi-Country Support: Works with any MUJI country site - includes ready-to-use configurations for UK, Germany, and France. Automatically isolates data by country when switching between sites.
  • ๐Ÿ“ˆ Data Historization: Track price changes and product updates over time
  • โšก Efficient Scraping: Built with Python and Apify for fast, reliable data extraction

Input Configuration

FieldDescriptionExample
URLMUJI website URL to scrapehttps://uk.muji.eu/
ALLOW_HISTORIZATIONEnable data versioningtrue or false
DOWNLOAD_ONLY_CATEGORY_NAMESExtract categories only (testing)false
CATEGORY_NAMES_FOR_SCRAPINGFilter categories to scrapemen/*, women/clothing/*

Category Filtering

Use patterns to target specific categories:

  • * - All categories (default)
  • men/* - All men's products
  • women/clothing/* - Women's clothing only
  • men/clothing/*, women/accessories/* - Multiple categories

Patterns are case-insensitive and support wildcards (*). Leave empty to scrape all categories.

Country-Specific Configurations

Example Configurations

The scraper works with any MUJI country site. Below are tested configurations for popular European stores:

United Kingdom - uk.muji.eu

{
"URL":"https://uk.muji.eu/",
"ALLOW_HISTORIZATION":true,
"DOWNLOAD_ONLY_CATEGORY_NAMES":false,
"CATEGORY_NAMES_FOR_SCRAPING":"men/*"
}

Note: Do not use www. prefix for UK MUJI site - use https://uk.muji.eu/ directly.

France - france.muji.eu

{
"URL":"https://france.muji.eu/",
"ALLOW_HISTORIZATION":true,
"DOWNLOAD_ONLY_CATEGORY_NAMES":false,
"CATEGORY_NAMES_FOR_SCRAPING":"men/*"
}

Germany - germany.muji.eu

{
"URL":"https://germany.muji.eu/",
"ALLOW_HISTORIZATION":true,
"DOWNLOAD_ONLY_CATEGORY_NAMES":false,
"CATEGORY_NAMES_FOR_SCRAPING":"men/*"
}

Other Countries

The scraper supports any MUJI country website. Simply replace the URL with your target country's MUJI site:

  • Italy: https://italy.muji.eu/
  • Spain: https://spain.muji.eu/
  • Netherlands: https://netherlands.muji.eu/
  • Japan: https://www.muji.com/jp/
  • US: https://www.muji.us/
  • And many more...

Use the same configuration structure as the examples above, just change the URL field to your desired country's MUJI website.

Output Data Structure

Datasets Created

DatasetDescriptionKey Fields
category-urls-allDiscovered category URLs from navigationmaster_url, url, index, timestamp
products-category-pageBasic product data from category listingsproduct_id, name, price_amount, availability, categories
extended-products-data-allDetailed product data from individual pagesoptions, html_description, specifications, images

Category URLs Structure

{
"master_url":"https://france.muji.eu/",
"url":"https://france.muji.eu/men/clothing/coats-and-jackets",
"index":1,
"timestamp":"2026-02-27T15:46:22.540835"
}

Products Category Page Structure

{
"product_id":8885,
"name":"Veste ร  capuche en polyester dรฉperlante pour homme",
"sku":"P-AD0X5-F-000000",
"url":"https://france.muji.eu/products/mens-water-repellent-hooded-jacket-20408",
"summary":"Cette veste pratique et fonctionnelle...",
"availability":"",
"stock_level":3,
"price_currency":"EUR",
"price_amount":54.95,
"price_formatted":"54,95โ‚ฌ",
"is_on_sale":false,
"main_image_url":"https://cdn11.bigcommerce.com/...",
"categories":["Homme","Vรชtements","Vestes et manteaux"],
"weight_value":0.34,
"rating":0,
"num_reviews":0,
"has_options":true,
"scraped_at":"2026-02-27T15:46:23.673169",
"master_url":"https://france.muji.eu/",
"category_url":"https://france.muji.eu/men/clothing/coats-and-jackets",
"custom_field_material":"100% polyester (rรฉsine polyurรฉthane utilisรฉe au verso)",
"custom_field_country_of_origin":"Viรชt Nam"
}

Extended Products Data Structure

{
"original_product_id":8885,
"original_name":"Veste ร  capuche en polyester dรฉperlante pour homme",
"original_sku":"P-AD0X5-F-000000",
"product_url":"https://france.muji.eu/products/mens-water-repellent-hooded-jacket-20408",
"category_url":"https://france.muji.eu/men/clothing/coats-and-jackets",
"html_description":"Cette veste pratique et fonctionnelle...",
"specifications":"Detailed product specifications and features...",
"muji_price_data":{
"with_tax":{
"formatted":"54,95โ‚ฌ",
"value":54.95,
"currency":"EUR"
}
},
"options":[
{
"display_name":"Couleur",
"required":true,
"values":[
{
"label":"Gris",
"image":{"data":"https://cdn11.bigcommerce.com/..."}
},
{
"label":"Noir",
"image":{"data":"https://cdn11.bigcommerce.com/..."}
}
]
},
{
"display_name":"Taille",
"values":[{"label":"XS"},{"label":"S"},{"label":"M"}]
}
]
}

Getting Started

Local Development

# Install dependencies
pip install-r requirements.txt
# Run locally
./local-run.sh

Deploy to Apify

# Login and deploy
apify login
apify push

Troubleshooting

Common Issues

  • DNS Error: Check URL format - remove www. prefix for UK site
  • No matches: Check category patterns match actual site structure
  • Too many results: Use more specific patterns like men/clothing/* instead of men/*
  • Mixed country data: The scraper automatically filters products by country - when switching from France to Germany, only German products will be processed for extended data

Datasets Created

DatasetDescription
category-urls-allNavigation category URLs discovered from site structure
products-category-pageProduct listings scraped from category pages
extended-products-data-allDetailed product information from individual product pages

You might also like

Muji Keyword Script

hello.datawizards/muji-keyword-script

Extract structured product data from Muji using keywords, including product name, price, image, available sizes and colors. Ideal for e-commerce research, competitor tracking,automated catalogs and analytics dashboards, with reliable residential proxy support for stable, large-scale data collection.

Naturamarket Review Script

hello.datawizards/naturamarket-review-script

Muji Keyword Script is an Apify Actor that extracts customer reviews from product pages, capturing author, rating, title, body, and date in structured JSON. Ideal for market research, sentiment analysis, e-commerce insights, and automating review aggregation for analytics or dashboards.

END Clothing Product Scraper

jungle_synthesizer/endclothing-designer-sneaker-retail-product-scraper

Scrape product catalog data from END Clothing โ€” a top global designer and sneaker retailer. Extracts name, brand, price, sale price, SKU, colour, availability, category, description, and images from all products including clothing, footwear, and accessories.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Google Shopping Price Tracker โ€” Offers & Price History

sian.agency/google-shopping-price-scraper

Track Google Shopping prices across every retailer. Product search, cross-store offers, full price history, reviews and deals in one actor โ€” clean JSON, pay per result. Built for price monitoring, competitor price tracking and product price intelligence.

๐Ÿ‘ User avatar

SIรN Oรœ

5

Amazon Product Scraper

akash9078/amazon-product-scraper

Amazon scraper that extracts comprehensive product data, including pricing, ratings, images, reviews, and seller offers. Perfect for price monitoring, market research, and competitive analysis.

๐Ÿ‘ User avatar

Akash Kumar Naik

26

Airbnb Property Scraper ๐Ÿ 

shahidirfan/airbnb-property-scraper

Extract Airbnb listings at scale. Harvest property data including pricing, reviews, availability, and host profiles. Perfect for vacation rental market analysis, competitor intelligence, and price monitoring across any location worldwide.

Amazon Urls Scraper

getdataforme/amazon-urls-scraper

Extract detailed product data from Amazon URLs worldwide, including titles, prices, ratings, reviews, and specs. Leverages proxies for reliable scraping, delivers structured JSON output. Perfect for e-commerce analysis, competitive intelligence, and market research.

Target Product Scraper

shahidirfan/target-product-scraper

Scrape Target.com product data instantly. Extract prices, reviews, ratings, images & inventory levels. Perfect for price monitoring, competitive analysis & market research. Full product details, zero coding required. Reliable & fast data extraction.

18

5.0