Mumzworld Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor 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/diapersor/sa-en/c/toys-learningURL (input_url) if you already filtered in the browser, or use structured filters (better for AI agents).input_urlalways 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
- Open Diapers (or another category), copy the URL.
- Paste it into
input_url. - Set
max_resultsand click Start.
Option B — Structured filters (better for AI agents)
- Leave
input_urlempty. - Pick country and category.
- 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:
| Field | Description |
|---|---|
sku | Mumzworld SKU. |
id | Internal catalog id. |
url | Public product page for the chosen locale. |
name | Product title. |
brand | Brand name. |
price | Current/final price as a number. |
regular_price | Pre-discount price when published. |
currency | AED, SAR, KWD, QAR, BHD, or OMR. |
stock_status | e.g. IN_STOCK. |
country | ISO country used for the storefront. |
image_url | Primary catalog image. |
📋 Input reference (detailed)
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
input_url | string | No | — | Paste a /c/{slug} or product URL; overrides filters when set. |
country | string enum | No | AE | AE, SA, KW, QA, BH, OM. |
category | string enum | No | diapers | diapers, 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. |
sku | string | No | — | Exact SKU lookup (ignores category). |
max_results | integer | No | 50 | Maximum rows (1–2000). |
Notes on filters
- Prefer exact enum strings from the Apify input dropdowns (same slugs as Mumzworld URLs).
input_urlalways 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.