Baby-Walz Scraper — German Baby & Kids Products avatar

Baby-Walz Scraper — German Baby & Kids Products

Pricing

Pay per event

Go to Apify Store
Baby-Walz Scraper — German Baby & Kids Products

Baby-Walz Scraper — German Baby & Kids Products

Scrape baby & kids products, prices, and details from baby-walz.de — Germany's largest baby retailer.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 hours ago

Last modified

Categories

Share

Baby-Walz Scraper

Scrape baby and kids products from baby-walz.de, one of Germany's largest online retailers for strollers, car seats, nursery furniture, clothing, and toys for ages 0-6.

Input

FieldTypeRequiredDescription
categoryUrlsArrayNoCategory page URLs from baby-walz.de
searchQueryStringNoGerman keyword, e.g. "kinderwagen", "maxi cosi", "babybett"
maxResultsIntegerNoProduct limit (default: 100)
proxyConfigurationObjectNoProxy settings

Defaults to searching "baby" if nothing is provided.

Output

FieldTypeExample
nameString"Maxi-Cosi CabrioFix i-Size"
brandString"Maxi-Cosi"
priceNumber149.99
originalPriceNumber179.99
currencyString"EUR"
eanStringEAN/GTIN barcode
skuStringProduct ID
inStockBooleantrue
ratingNumber4.6
reviewCountNumber89
imageUrlStringJSON-LD image
imageUrlsArrayGallery images from data-src attributes
descriptionStringProduct description
categoryString"Unterwegs > Autositze" from breadcrumbs
{
"name": "Maxi-Cosi CabrioFix i-Size",
"brand": "Maxi-Cosi",
"price": 149.99,
"originalPrice": 179.99,
"currency": "EUR",
"inStock": true,
"rating": 4.6,
"category": "Unterwegs > Autositze",
"url": "https://www.baby-walz.de/p/maxi-cosi-cabriofix-i-size/",
"scrapedAt": "2026-03-15T10:00:00.000Z"
}

How it works

  • Listing pages: follows a[href*="/p/"] links and product card selectors
  • Detail pages: JSON-LD Product type is the primary data source, with HTML fallback
  • Pagination via rel="next" and .pagination__next links
  • Breadcrumbs skip "Home" and "Startseite"
  • Max 500 requests per crawl, concurrency limited to 5

Cost

CheerioCrawler, no browser. ~$0.25 per 1,000 products.

Notes

  • German-language content only
  • Product URLs contain /p/ in the path
  • Placeholder and data:image sources are filtered from the image gallery