Megamarket.ru Scraper avatar

Megamarket.ru Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Megamarket.ru Scraper

Megamarket.ru Scraper

Scrape Megamarket.ru - Sberbank's Russian marketplace. Search products, browse by category, or fetch full product details: price, discount, rating, reviews, seller, images.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Scrape Megamarket.ru, Sberbank's Russian online marketplace, for live product listings, full product detail pages, and customer reviews. Search by Latin or Cyrillic keyword, browse a category URL, fetch an exact product by URL or numeric ID, or pull ratings and reviews for a product. No login, no cookies, and no CAPTCHA-solving required.

What this actor does

  • Four modes: search (keyword), byCategory (category URL), productDetails (exact product by URL/ID), reviews (rating breakdown + customer reviews)
  • Rich product data: live price, discount, seller, rating, availability, images, specifications, sibling colour/storage/size variants, and the full breadcrumb category path
  • Seller and delivery detail: merchant rating and storefront URL, registered legal entity (name, INN, OGRN/OGRNIP, legal form, phone, email), stock quantity, delivery estimate and options, accepted payment methods, and Sber cashback when offered
  • Filters: minimum/maximum price, minimum rating, on-sale-only, and sort order
  • Empty fields are omitted — a field only appears on a record when Megamarket actually disclosed that value; nothing is padded with nulls or placeholders

Output per product

  • productId — Megamarket's numeric goods ID
  • productUrl — canonical Megamarket product URL
  • title — product name
  • brand — product brand/manufacturer
  • description — product or indexed-source description, when available
  • price — current price
  • originalPrice — previous price when a discount is present
  • discountPercent — current discount, from the crossed-out old price or the storefront's own -NN% badge
  • currency — price currency, normally RUB
  • rating — average customer rating
  • reviewCount — number of customer reviews
  • availability — stock status
  • stockQuantity — units currently available from the active offer
  • deliveryEstimate — plain-language delivery estimate, e.g. Завтра (Tomorrow)
  • deliveryOptions — delivery methods with price and estimated date
  • paymentMethods — payment methods accepted for the active offer
  • cashbackPercent / cashbackAmount — Sber cashback bonus, when the offer awards one
  • sellerName — current merchant
  • sellerUrl — merchant's Megamarket storefront URL
  • sellerLogoUrl — merchant's storefront logo image
  • sellerRating — merchant's summary rating
  • sellerLegalName — registered legal entity name behind the offer
  • sellerLegalForm — legal form, e.g. ИП (sole proprietor) or ООО (LLC)
  • sellerInn — Russian taxpayer ID (INN) of the legal entity
  • sellerOrgn — Russian state registration number (OGRN/OGRNIP)
  • sellerPhone — registered contact phone number
  • sellerEmail — registered contact email
  • images — product image gallery URLs
  • attributes — product specifications from the detail page
  • variants — sibling colour/storage/size variants, each with its own product ID, price, and availability
  • categoryPath — breadcrumb category path from the storefront root to the product
  • recordTypeproduct
  • scrapedAt — UTC extraction timestamp

Search and category-listing rows are lighter-weight (typically title, price, rating, seller, availability, and images). The richer seller/stock/delivery/variant/breadcrumb/attribute fields above are populated on mode=productDetails fetches, where the full product page is parsed.

Output: per-summary (mode = reviews)

  • productId, productUrl
  • rating — average customer rating
  • reviewCount — total number of customer reviews
  • ratingBreakdown — count of reviews per star, 5 down to 1
  • recordTypereviewSummary
  • scrapedAt

Output: per-review (mode = reviews)

  • productId, productUrl
  • reviewId
  • reviewerName
  • reviewRating
  • reviewText — the review comment
  • pros — advantages the reviewer listed
  • cons — disadvantages the reviewer listed
  • images — customer-submitted photo URLs
  • recordTypereview
  • scrapedAt

Input

FieldTypeDefaultDescription
modestringsearchsearch / byCategory / productDetails / reviews
searchQuerystringiphoneFree-text keyword, Latin or Cyrillic (mode=search)
categoryUrlsarrayMegamarket category URLs to browse (mode=byCategory)
productUrlsarrayProduct URLs or bare numeric product IDs (mode=productDetails / reviews)
sortBystringpopular / priceAsc / priceDesc / rating / discount / new (mode=search / byCategory)
minPriceintegerDrop products cheaper than this, in RUB
maxPriceintegerDrop products more expensive than this, in RUB
minRatingintegerDrop products rated below this (1-5)
onSaleOnlybooleanfalseOnly emit products that currently have a discount applied
maxItemsinteger20Hard cap on emitted records (1-1000)
maxReviewsPerProductinteger20Cap on individual review rows per product (mode=reviews); the rating-summary record doesn't count against this
proxyConfigurationobjectRU ResidentialOptional proxy used only as a fallback if the primary live route needs a retry

Example: search by keyword

{
"mode": "search",
"searchQuery": "iphone",
"sortBy": "priceAsc",
"maxItems": 50
}

Example: browse a category with filters

{
"mode": "byCategory",
"categoryUrls": ["https://megamarket.ru/catalog/smartfony/"],
"minPrice": 10000,
"maxPrice": 80000,
"onSaleOnly": true,
"maxItems": 100
}

Example: fetch full product details

{
"mode": "productDetails",
"productUrls": [
"https://megamarket.ru/catalog/details/smartfon-apple-iphone-15-128gb-100067205836/",
"700004031656"
]
}

Example: fetch ratings and reviews

{
"mode": "reviews",
"productUrls": ["700004031656"],
"maxReviewsPerProduct": 50
}

Use cases

  • Monitor product prices and seller changes over time
  • Compare smartphone, electronics, or appliance offers across merchants
  • Enrich a product catalog with images, specifications, and breadcrumb categories
  • Analyze customer ratings and review-star distributions
  • Verify the registered legal entity (INN/OGRN) behind a Megamarket seller
  • Discover canonical Megamarket product IDs and URLs from Russian search terms

Other Russian marketplace actors by CrawlerBros

ActorURL
Citilink Scraper - Russian Electronics Store Productshttps://apify.com/crawlerbros/citilink-scraper
DNS-Shop Scraperhttps://apify.com/crawlerbros/dns-shop-scraper
Eldorado Scraperhttps://apify.com/crawlerbros/eldorado-scraper
ETM Electrical Equipment Scraperhttps://apify.com/crawlerbros/etm-scraper
Holodilnik.ru Scraperhttps://apify.com/crawlerbros/holodilnik-scraper
Lemanapro Scraperhttps://apify.com/crawlerbros/lemanapro-scraper
Magnit Market (mm.ru) Scraperhttps://apify.com/crawlerbros/magnit-market-scraper
Maxidom Scraperhttps://apify.com/crawlerbros/maxidom-scraper
Megamarket.ru Scraper (this actor)https://apify.com/crawlerbros/megamarket-scraper
M.Video Scraperhttps://apify.com/crawlerbros/mvideo-scraper
Onlinetrade.ru Scraperhttps://apify.com/crawlerbros/onlinetrade-scraper
Ozon Scraper - Products, Categories & Searchhttps://apify.com/crawlerbros/ozon-scraper
Petrovich Building Materials Scraperhttps://apify.com/crawlerbros/petrovich-scraper
Regard Scraperhttps://apify.com/crawlerbros/regard-scraper
Russkiy Svet (rs24.ru) Electrical Equipment Scraperhttps://apify.com/crawlerbros/russkiysvet-scraper
Technopark.ru Scraper - Products, Categories & Searchhttps://apify.com/crawlerbros/technopark-scraper
VseInstrumenti.ru Scraperhttps://apify.com/crawlerbros/vseinstrumenti-scraper
Wildberries Scraperhttps://apify.com/crawlerbros/wildberries-scraper
X-Com Shop Scraperhttps://apify.com/crawlerbros/xcom-shop-scraper
Yandex Market Pro Scraperhttps://apify.com/crawlerbros/yandex-pro-scraper

FAQ

Do I need to configure a proxy?

No. The default configuration is ready to run out of the box. The proxyConfiguration input is optional and is only used as a fallback retry if the primary live data route needs one.

Why can a run return zero results?

A query or filter combination may genuinely have no matches, a supplied product URL/ID may no longer exist, or Megamarket's public data route may be temporarily unavailable. The actor never fabricates results — a zero-result run means no genuine match was found.

Why do some search/category rows have fewer fields than product-detail rows?

Megamarket's own listing pages expose a lighter set of fields (title, price, rating, seller, images) than a single product's detail page, which additionally exposes specifications, the seller's legal entity, delivery options, and sibling variants. Fetch the product by URL or ID with mode=productDetails to get the full field set.

Why is onSaleOnly sometimes stricter than expected?

onSaleOnly only keeps rows where Megamarket's page itself disclosed a genuine discountPercent. If a listing page didn't expose that badge for a given product, the row is excluded rather than guessed at — we never fabricate a discount to force a match.

What currency are prices in?

Russian rubles (RUB), as displayed by Megamarket.

Which marketplace is supported?

This actor targets the primary Russian megamarket.ru marketplace.

Is this affiliated with Megamarket or Sberbank?

No. This is a third-party actor that reads Megamarket's own public storefront pages; it is not operated by or affiliated with Megamarket or Sberbank.

How fresh is the data?

Every run fetches Megamarket's live pages at request time — there is no cached or pre-scraped dataset behind this actor.

Can I look up a product by just its numeric ID?

Yes. productUrls accepts either a full product URL or a bare numeric goods ID for both productDetails and reviews modes.