Zoozavr Scraper avatar

Zoozavr Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Zoozavr Scraper

Zoozavr Scraper

Scrape the Zoozavr (zoozavr.ru) pet catalog by category — product name, price, old price, brand, rating and reviews. Great for competitor price monitoring in the Russian pet market.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Sasha Ebashu

Sasha Ebashu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Zoozavr Pet Store Scraper

Scrape the Zoozavr (zoozavr.ru) pet catalog by category and get clean, structured data for every product — name, price, old price, discount, rating and review count — ready for competitor price monitoring in the Russian pet market.

No login, no API key. Export to JSON, CSV, Excel or Google Sheets.


What it extracts

For every product in a category it returns:

  • 🏷️ Name
  • 💰 Price (₽) and old price + discount % when the item is on sale
  • Rating and review count
  • 🔗 Product URL and product ID
  • 🗂️ The category it came from and a scrapedAt timestamp

Run it on a schedule and diff the results to watch competitor prices move.


How to use it

  1. Add one or more category URLs (or just their slugs):
    • Full URL: https://zoozavr.ru/catalog/index/name/dry_food_for_cats/
    • Slug only: dry_food_for_cats
    • Find slugs in the site menu, e.g. cats, dogs, korm_dly_koshek, dry_food_for_cats, canned_dog_food, rodents, birds, fish_reptiles, vetapteka.
  2. Set max pages per category (36 products per page) and an optional total max items cap.
  3. Run it, then download or pull the results via API.

⚠️ Proxy: RU residential required

Zoozavr blocks datacenter IPs (it returns an "access restricted" page to them). This actor therefore defaults to Apify Residential proxy from a Russian IP, which works reliably. You can also plug in your own RU residential/mobile proxies in the proxy field.

Because residential traffic is metered, large catalog sweeps use more proxy data than a typical datacenter scraper — scope your categories and page limits to what you need.


Input parameters

ParameterTypeDescriptionDefault
categoryUrlsarrayCategory page URLs or slugs to scrapeone example category
maxPagesPerCategoryintegerResult pages per category (36 items each); 0 = until the category ends10
maxItemsintegerStop after this many products in total (0 = unlimited)0
monitorModebooleanCompare this run to the previous one (same categories) and tag price changes — see belowfalse
onlyChangesbooleanWith monitor mode on, return only the products that changedfalse
proxyConfigurationobjectProxy — defaults to Apify Residential, country RURU residential

Output fields

FieldDescription
storeAlways "zoozavr".
idZoozavr product ID.
nameProduct name (includes the brand).
priceCurrent price, ₽.
oldPricePre-discount price, ₽, when on sale (else null).
discountPctDiscount percentage when on sale (else null).
currencyAlways "RUB".
ratingAverage product rating (else null).
reviewsCountNumber of reviews (else null).
urlDirect link to the product page.
categoryUrlThe category the product was scraped from.
scrapedAtTimestamp of the run.

Price monitor (track changes over time)

Turn on monitorMode and run it on a schedule: each run is compared to the previous one (same categories), so you see what actually changed instead of a fresh dump every time. Each row gains:

  • changeTypenew, price_up, price_down or unchanged
  • previousPrice — the price at the last run (null for new products)
  • firstSeenAt / lastConfirmedAt — data-freshness stamps (tell fresh data from stale)
  • priceLow30 / priceHigh30 — rolling 30-day low and high (spot fake discounts)

Add onlyChanges to output just the products that moved — a clean delta for alerts or a dashboard. Off by default, so normal runs are unaffected.


Notes

  • Only public catalog data is collected. Respect Zoozavr's Terms of Service and your local regulations.
  • Stock/quantity is not exposed in the catalog listing, so it is not included.