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

3 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.

The scraper collects only publicly available product information and never logs in or submits anything. Reviews and product names are in Hebrew. You are responsible for how you use the data and for complying with zap.co.il's Terms of Service and applicable law.

Feedback

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