Israeli Baby Product Prices - Shilav, Baby Star, Motsesim
Pricing
from $5.00 / 1,000 results
Israeli Baby Product Prices - Shilav, Baby Star, Motsesim
Search Israel's main baby chains in one run. Returns product title, brand, price (ILS), stock, barcode, and a direct product URL from Shilav, Baby Star, and Motsesim.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Swerve
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Israeli Baby Product Prices
Search Shilav, Baby Star, and Motsesim in one run and get a price table for the same branded baby products. Type a product name in Hebrew or English. The Actor returns title, brand, shelf price in ILS, stock, barcode when the store publishes one, and a direct product URL.
This is built for goods sold as the same model in several stores: car seats, strollers, cribs, formula, monitors. It is a poor fit for clothing, where each chain sells a different item.
Click Start with the prefilled query (Cybex) to see results immediately. Scheduling, dataset export (JSON / CSV / Excel), and the Apify API all work on this Actor the same way they do on every other Store Actor.
What data can you extract?
| Field | Meaning |
|---|---|
siteName | Shilav, Baby Star, or Motsesim |
title | Product title on that store |
brand | Vendor / brand |
priceIls | Current price in shekels |
compareAtPriceIls | Crossed-out "was" price when the store is on sale |
inStock | Whether the store marks it available online |
barcode | EAN/UPC when the store publishes one |
sku | Store SKU (sometimes an internal code, not a barcode) |
url | Direct product page |
imageUrl | Main photo |
Example: a Cybex Beezy stroller at ₪1,290 on Shilav and ₪890 on Baby Star in the same run.
{"site": "baby-star","siteName": "Baby Star","title": "טיולון CYBEX Beezy","brand": "Cybex","productType": "טיולון","sku": "40165985","barcode": "4063846450664","priceIls": 890,"compareAtPriceIls": 1290,"currency": "ILS","inStock": true,"url": "https://www.baby-star.co.il/products/40165985","imageUrl": "https://cdn.shopify.com/s/files/...","handle": "40165985","query": "Cybex","scrapedAt": "2026-08-30T21:00:00.000Z"}
How to scrape Israeli baby store prices
- Open this Actor in Apify Console.
- Enter a Search query (
Cybex,Maxi-Cosi,סלקל,עגלה). - Optionally pick stores, a max row cap, or a min/max price in ILS.
- Click Start. Results stream into the dataset while the run is still going.
- Export JSON, CSV, or Excel, or pull the dataset through the Apify API / MCP.
How much will it cost to scrape Israeli baby stores?
This Actor is pay per event plus platform usage, same model as our Zap.co.il scraper.
- result: $0.005 per product row ($5.00 per 1,000 results).
- Actor start: a fraction of a cent, scaled by memory.
- Platform compute is billed on top. This Actor is HTTP-only (no browser), so compute stays small.
A typical branded search (Cybex, Maxi-Cosi) returns tens to a few hundred rows. At $0.005 each, 100 products is about $0.50 in result fees, plus a few cents of compute. Leave Max products blank only when you really want every match; a broad word like עגלה can be large.
Apify's free plan includes monthly usage credit, which is enough to try the prefill.
Input
| Field | Required | Notes |
|---|---|---|
query | yes | Hebrew or English product name. Prefill: Cybex. |
sites | no | shilav, baby-star, motsesim. Empty = all three. |
maxItems | no | Optional cap across all stores. Blank = every match (bounded only by a high safety ceiling). |
minPrice / maxPrice | no | Filter in ILS. |
How it works
All three chains run on Shopify. The Actor searches each storefront, keeps only real search hits (not homepage recommendations), then loads each product's JSON for price, stock, SKU, and barcode. Rows are pushed in chunks, so a timeout only loses the un-pushed tail.
Query tokens must appear in the title, brand, handle, or product type, so a search for Cybex does not keep unrelated accessories the theme happened to render on the same page.
Limits
- Clothing and store-exclusive lines usually cannot be compared across chains. Use this for shared branded SKUs.
- Barcode is often missing on Shilav and Motsesim; Baby Star fills it more often. Join on barcode when present, otherwise on normalized title + brand.
- Prices are the live online snapshot. Club prices, in-store deals, and delivery fees are not included.
- KSP, Super-Pharm, Amazon Israel, and grocery chains are not in this Actor yet. For supermarket / pharmacy shelf prices use Israeli Supermarket Prices. For a general Israeli comparison catalog use Zap.co.il Scraper.
Use cases
- Price intelligence: watch your stroller or car seat versus Shilav and Baby Star.
- Parent-facing comparison: cheapest in-stock listing for a named model.
- Catalog enrichment: brand, image, barcode, and URL for a baby-product database.
- MAP / promo checks:
compareAtPriceIlsvspriceIlswhen a chain is on sale.
FAQ
Is scraping these stores allowed? The Actor reads public storefront search and product pages, the same data a browser user sees. Follow the site terms and use the data lawfully. We do not bypass logins or paywalls.
Why did Motsesim return one row when Shilav returned many? That store simply does not carry the model. A one-row result is a real catalog gap, not a failed run.
Can I run it on a schedule? Yes. Save a task and attach a schedule (daily competitor check is the usual pattern).
How do I call this from code? Use the Apify API, apify-client, or the Apify MCP server with actor swerve/israel-baby-prices.
Will you add more stores? Super-Pharm and grocery chains belong on the official Israeli price-transparency files (already covered by supermarket-prices). More baby specialty chains can be added the same way as these three.