Megamarket.ru Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
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 IDproductUrl— canonical Megamarket product URLtitle— product namebrand— product brand/manufacturerdescription— product or indexed-source description, when availableprice— current priceoriginalPrice— previous price when a discount is presentdiscountPercent— current discount, from the crossed-out old price or the storefront's own-NN%badgecurrency— price currency, normallyRUBrating— average customer ratingreviewCount— number of customer reviewsavailability— stock statusstockQuantity— units currently available from the active offerdeliveryEstimate— plain-language delivery estimate, e.g.Завтра(Tomorrow)deliveryOptions— delivery methods with price and estimated datepaymentMethods— payment methods accepted for the active offercashbackPercent/cashbackAmount— Sber cashback bonus, when the offer awards onesellerName— current merchantsellerUrl— merchant's Megamarket storefront URLsellerLogoUrl— merchant's storefront logo imagesellerRating— merchant's summary ratingsellerLegalName— registered legal entity name behind the offersellerLegalForm— legal form, e.g.ИП(sole proprietor) orООО(LLC)sellerInn— Russian taxpayer ID (INN) of the legal entitysellerOrgn— Russian state registration number (OGRN/OGRNIP)sellerPhone— registered contact phone numbersellerEmail— registered contact emailimages— product image gallery URLsattributes— product specifications from the detail pagevariants— sibling colour/storage/size variants, each with its own product ID, price, and availabilitycategoryPath— breadcrumb category path from the storefront root to the productrecordType—productscrapedAt— 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,productUrlrating— average customer ratingreviewCount— total number of customer reviewsratingBreakdown— count of reviews per star, 5 down to 1recordType—reviewSummaryscrapedAt
Output: per-review (mode = reviews)
productId,productUrlreviewIdreviewerNamereviewRatingreviewText— the review commentpros— advantages the reviewer listedcons— disadvantages the reviewer listedimages— customer-submitted photo URLsrecordType—reviewscrapedAt
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | search | search / byCategory / productDetails / reviews |
searchQuery | string | iphone | Free-text keyword, Latin or Cyrillic (mode=search) |
categoryUrls | array | – | Megamarket category URLs to browse (mode=byCategory) |
productUrls | array | – | Product URLs or bare numeric product IDs (mode=productDetails / reviews) |
sortBy | string | – | popular / priceAsc / priceDesc / rating / discount / new (mode=search / byCategory) |
minPrice | integer | – | Drop products cheaper than this, in RUB |
maxPrice | integer | – | Drop products more expensive than this, in RUB |
minRating | integer | – | Drop products rated below this (1-5) |
onSaleOnly | boolean | false | Only emit products that currently have a discount applied |
maxItems | integer | 20 | Hard cap on emitted records (1-1000) |
maxReviewsPerProduct | integer | 20 | Cap on individual review rows per product (mode=reviews); the rating-summary record doesn't count against this |
proxyConfiguration | object | RU Residential | Optional 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
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.