Zap.co.il Product Prices & Reviews Scraper avatar

Zap.co.il Product Prices & Reviews Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Zap.co.il Product Prices & Reviews Scraper

Zap.co.il Product Prices & Reviews Scraper

Merchant prices and customer reviews for any product on zap.co.il, Israel's largest price-comparison site. One record per product with offers and reviews — pick prices, reviews, or both. Target by URL, ID, category, or brand. Read-only.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Amram Englander

Amram Englander

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 days ago

Last modified

Share

Zap.co.il Product Prices & Reviews Scraper extracts merchant prices and customer reviews for any product on zap.co.il, Israel's largest price-comparison marketplace. Give it a product link, choose whether you want prices, reviews, or both, and get clean structured data — one record per product, with every merchant offer and every review included.

It's a simple, powerful tool for price monitoring, competitor research, and review analysis. No coding required.

Why use this scraper?

  • 💰 Price monitoring & repricing — track every seller's price and shipping on a product, spot the cheapest offer instantly, and react the moment a competitor cuts their price.
  • 📊 Competitive analysis — see exactly who you're up against: which stores carry a product, where you rank on price, and how your rating stacks up.
  • Review & sentiment insights — collect every customer review with its rating, text, and pros to learn what buyers love (or complain about) — about your products or a rival's.
  • 🔍 Market & product research — sweep a whole category or brand to size up demand, price ranges, and the best-reviewed models.
  • ⚙️ Automate it — schedule runs and pull only new prices and reviews to keep your dashboards and alerts fresh.

How to use it

  1. Open the Input tab.
  2. Paste one or more product URLs (or product IDs), or enter a category to scrape a whole section.
  3. Choose what to scrape — prices, reviews, or both.
  4. (Optional) Set a proxy — an Israeli proxy is recommended for the most reliable results.
  5. Click Start. When it finishes, view or download the data as JSON, CSV, or Excel.

Input

You only need one target. Example:

{
"productUrls": ["https://www.zap.co.il/model.aspx?modelid=1124638"],
"parts": ["offers", "reviews"]
}
FieldDescription
productUrlsOne or more product page links.
modelIdsProduct IDs, if you have them instead of full links.
categoryScrape a whole category (e.g. e-cellphone for cellphones).
manufacturerFilterOptional — limit a category run to a single brand.
partsWhat to collect: offers (prices), reviews, or both (default).
maxProductsLimit how many products to scrape in category mode. 0 = no limit.
maxReviewsLimit reviews per product (newest first). 0 = all.
reviewsSinceOnly reviews on or after a date (YYYY-MM-DD) — great for scheduled runs.
proxyConfigurationProxy settings; an Israeli proxy is recommended.

Output sample

One record per product, with offers and reviews nested:

{
"modelId": "1124638",
"name": "Apple iPhone 13 128GB",
"manufacturer": "Apple",
"category": "Cellphones",
"aggregateRating": 4.5,
"reviewCount": 43,
"offerCount": 23,
"minPrice": 1090,
"maxPrice": 3350,
"offers": [
{
"merchantId": "3607",
"merchantName": "Smile Phone",
"merchantRating": 5,
"price": 1090,
"shippingPrice": 0,
"shippingDays": null,
"isMarketplace": false
}
],
"reviews": [
{
"reviewId": "1431390",
"author": "Hadas",
"date": "2024-12-03",
"ratingStars": 5,
"text": "An Apple product — durable and reliable…",
"pros": ["Display quality", "Battery life"],
"helpful": 0,
"notHelpful": 0
}
],
"modelUrl": "https://www.zap.co.il/model.aspx?modelid=1124638",
"scrapedAt": "2026-05-30T00:00:00.000Z"
}

You can download the dataset in JSON, CSV, Excel, or HTML, or pull it via the API.

Output fields

FieldDescription
modelId, name, manufacturerProduct ID, name, and brand
categoryProduct category
aggregateRatingAverage customer rating (0–5)
reviewCountTotal number of reviews the product has
offerCount, minPrice, maxPriceNumber of offers and price range (₪)
offers[]Each merchant: name, rating, price, shipping cost, delivery days, marketplace flag
reviews[]Each review: author, date, rating, text, pros, helpful votes
modelUrl, scrapedAtProduct link and capture time

Output views

The Output tab gives you three ready-made tables of the same run:

  • Products — one row per product
  • Offers — one row per merchant price (great for price monitoring)
  • Reviews — one row per review (great for sentiment analysis)

How many products can I scrape?

As many as you like. Prices for a product come from a single page; reviews are collected in pages of ~16. Use maxProducts and maxReviews to keep runs fast and predictable, or parts: ["offers"] for the quickest price-only runs.

Integrations

Connect the scraper to your stack with the Apify API, scheduling, webhooks, and integrations like Make, Zapier, Google Sheets, and Slack. Tip: feed an offer's merchantId into the Zap.co.il Stores Scraper to enrich any seller with its full profile and reviews.

How much does it cost to scrape Zap.co.il?

You pay only for Apify platform usage (compute + optional proxy) — there's no per-result surcharge. A price-only run (parts: ["offers"]) is cheapest: one page per product. Pulling reviews adds a request per ~16 reviews. Use maxProducts, maxReviews, and parts to keep runs predictable. New Apify accounts include a monthly free-usage tier that covers small runs at no cost.

FAQ

What format is the data in? Can I export to Excel or CSV? Yes — download the dataset as JSON, CSV, Excel, or HTML, or pull it from the Apify API. Each product is one record with offers and reviews nested.

Can I run it on a schedule? Yes. Schedule runs from the Apify Console and use reviewsSince to collect only new reviews, keeping price alerts and dashboards fresh.

Is the data in Hebrew? Product names and review text are in Hebrew, as they appear on zap.co.il. Prices, ratings, and IDs are language-neutral.

How do I get prices for a whole category or brand? Set category (e.g. e-cellphone) and optionally manufacturerFilter to sweep a section instead of passing individual product URLs.

Do I need a proxy? An Israeli proxy is recommended for the most reliable results — set it in the Input tab under Proxy configuration.

Feedback

Found an issue or want a new feature? Open an issue on the Actor's Issues tab.