Mumzworld Scraper avatar

Mumzworld Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Mumzworld Scraper

Mumzworld Scraper

Scrape baby and kids products from mumzworld.com. Use filters or paste a Mumzworld URL — the URL wins when set. Returns price, brand, stock, and photos.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Categories

Share

🍼 Mumzworld Scraper

Want Mumzworld baby and kids products in a spreadsheet? This scraper makes it easy.

Use structured filters (GCC country, category, optional SKU) — structured filters work better for AI agents — or paste an input_url from Mumzworld once you've already opened a category in the browser. When input_url is set it overrides the filters below.

Mumzworld catalogues tens of thousands of SKUs across UAE, KSA, Kuwait, Qatar, Bahrain, and Oman. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Retailers: Export diapers, toys, feeding, and maternity ranges with local prices.
  • Dashboards: Track UAE vs KSA pricing without paging the site.
  • Market research: Slice by country storefront and top-level category.
  • Data analysts: Export structured Mumzworld rows with public product URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Mumzworld results.
  • 📚 RAG Systems: Feed titles, prices, and brands into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a /en/c/diapers or /sa-en/c/toys-learning URL (input_url) if you already filtered in the browser, or use structured filters (better for AI agents). input_url always wins when set.
  • 🎯 Website-Matched Filters: Same GCC locales and /c/{slug} categories as mumzworld.com.
  • 🌐 Local prices: AED, SAR, KWD, QAR, BHD, or OMR depending on country.

📦 What's inside the data?

Every row includes all of these fields:

  • Core: sku, id, url, name, brand
  • Price: price, regular_price, currency
  • Stock / place: stock_status, country, image_url

🚀 Quick start

Option A — Input URL

  1. Open Diapers (or another category), copy the URL.
  2. Paste it into input_url.
  3. Set max_results and click Start.

Option B — Structured filters (better for AI agents)

  1. Leave input_url empty.
  2. Pick country and category.
  3. Set max_results (up to 2000) and click Start.

Tech details for developers 🧑‍💻

Input Example (filters):

{
"country": "AE",
"category": "diapers",
"max_results": 100
}

Input Example (URL override):

{
"input_url": "https://www.mumzworld.com/sa-en/c/toys-learning",
"max_results": 50
}

Output Example:

{
"sku": "ASTA-KC65303",
"id": "80838",
"url": "https://www.mumzworld.com/en/huggies-128pcs-new-born-diapers-size-1-value-pack-upto-5kg",
"name": "Huggies Extra Care Newborn, Size 1, Up to 5 kg, Twin Jumbo Pack, 128 Diapers",
"brand": "Huggies",
"price": 100,
"regular_price": 164,
"currency": "AED",
"stock_status": "IN_STOCK",
"country": "AE",
"image_url": "https://www.mumzworld.com/media/catalog/product/cache/.../ASTA-KC65303-1.jpg"
}

Output fields:

FieldDescription
skuMumzworld SKU.
idInternal catalog id.
urlPublic product page for the chosen locale.
nameProduct title.
brandBrand name.
priceCurrent/final price as a number.
regular_pricePre-discount price when published.
currencyAED, SAR, KWD, QAR, BHD, or OMR.
stock_statuse.g. IN_STOCK.
countryISO country used for the storefront.
image_urlPrimary catalog image.

📋 Input reference (detailed)

ParameterTypeRequiredDefaultDescription
input_urlstringNoPaste a /c/{slug} or product URL; overrides filters when set.
countrystring enumNoAEAE, SA, KW, QA, BH, OM.
categorystring enumNodiapersdiapers, toys-learning, travel-gear, feeding-and-nursing, household-supplies, health-safety, baby-clothing-shoes, nursery-bedroom, bath-and-skin-care, books-dvds, maternity, pharmacy, outdoor, sale, back-to-school.
skustringNoExact SKU lookup (ignores category).
max_resultsintegerNo50Maximum rows (12000).

Notes on filters

  • Prefer exact enum strings from the Apify input dropdowns (same slugs as Mumzworld URLs).
  • input_url always wins over filters when provided.
  • Default storefront is UAE (/en), matching mumzworld.com.
  • Prices follow the selected country (Content-Currency), not a single global list.