Yandex Market Scraper avatar

Yandex Market Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Yandex Market Scraper

Yandex Market Scraper

Scrape product listings, prices, seller offers, and reviews from Yandex Market, Russia's largest e-commerce platform. Supports search, category browsing, product details with all seller offers, and review scraping.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(7)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

7

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Extract product data, prices, seller offers, and reviews from Yandex Market — Russia's largest e-commerce and price comparison platform used by 60M+ monthly shoppers.

What You Can Scrape

  • Product listings — name, brand, SKU, price (current + original + discount %), rating, review count, seller details, availability, delivery info, specs, images, category hierarchy
  • All seller offers — every seller's price for a single product, with individual seller ratings and delivery options
  • Product reviews — author, star rating, title, text, pros/cons, date, helpful votes, photos
  • Seller reviews — customer reviews for marketplace sellers

Use Cases

  • Price monitoring — track price changes across dozens of sellers for the same product
  • Competitor intelligence — benchmark your pricing against all sellers on Yandex Market
  • Product research — collect specs, ratings, and reviews at scale before entering a market
  • Market entry analysis — understand price ranges, top sellers, and consumer sentiment for Russian markets

Modes

ModeDescription
searchProductsSearch by keyword — returns product cards with prices and ratings
browseCategoryScrape all products in a category by URL
getProductDetailsFull product data + all seller offers for specific product URLs
getReviewsProduct reviews or seller reviews from specific URLs

Input

ParameterTypeRequiredDefaultDescription
modeenumYessearchProductsScraping mode
searchQueriesstring[]searchProductsSearch keywords, e.g. ["iPhone 15", "Samsung Galaxy"]
categoryUrlsstring[]browseCategorymarket.yandex.ru/catalog URLs
productUrlsstring[]getProductDetails, getReviewsmarket.yandex.ru/product--{slug}/{id} URLs
sellerUrlsstring[]getReviewsmarket.yandex.ru/shop--{slug}/{id} URLs
maxItemsintegerNo50Records per query/URL (1–1000)
sortOrderenumNorelevancerelevance, priceAsc, priceDesc, rating, popularity
minPriceintegerNoMinimum price in RUB
maxPriceintegerNoMaximum price in RUB
minRatingenumNoanyany, 3, 3.5, 4, 4.5
reviewsSortOrderenumNonewestnewest, highestRating, lowestRating, mostHelpful
proxyConfigurationproxyNoApify RESIDENTIALStrongly recommended

Output

Product record

{
"recordType": "product",
"productId": "1926025774",
"name": "Apple iPhone 15 128GB Black",
"brand": "Apple",
"url": "https://market.yandex.ru/product--apple-iphone-15/1926025774",
"categoryPath": ["Electronics", "Phones", "Smartphones"],
"rating": 4.8,
"reviewCount": 3241,
"price": 79990,
"originalPrice": 89990,
"discount": 11,
"currency": "RUB",
"sellerName": "re:Store",
"sellerRating": 4.9,
"availability": "in_stock",
"deliveryInfo": "Delivery tomorrow",
"specs": { "RAM": "6 GB", "Storage": "128 GB" },
"images": ["https://avatars.mds.yandex.net/..."],
"offers": [],
"scrapedAt": "2026-05-18T10:00:00+00:00"
}

In getProductDetails mode, offers[] is populated with all seller listings:

{
"sellerName": "Связной",
"sellerRating": 4.7,
"price": 81500,
"originalPrice": 85000,
"discount": 4,
"condition": "new",
"deliveryInfo": "2–3 days",
"offerUrl": "https://market.yandex.ru/offer/..."
}

Review record

{
"recordType": "review",
"reviewType": "product",
"productId": "1926025774",
"productName": "Apple iPhone 15 128GB Black",
"author": "Ivan Petrov",
"rating": 5,
"title": "Excellent phone",
"text": "Battery lasts all day...",
"pros": "Great camera, fast",
"cons": "Expensive",
"date": "2026-01-15",
"helpfulVotes": 42,
"scrapedAt": "2026-05-18T10:00:00+00:00"
}

Proxy

Yandex Market blocks datacenter IPs. Apify Residential proxy is strongly recommended and is set by default. The actor rotates proxy sessions between queries and retries failed requests with a fresh session.

FAQs

Does this work for Russian-language searches? Yes — search queries can be in Russian or English. The platform serves results in the configured locale.

Can I scrape prices from all sellers for one product? Yes — use getProductDetails mode and set your product URL. The offers[] field in each result contains every seller's price, rating, and delivery info.

How many results can I get per query? Up to 1000 per query/URL (set maxItems). Pagination is handled automatically.

What happens if a CAPTCHA appears? The actor attempts automatic CAPTCHA resolution via checkbox click. If that fails, it rotates the proxy session and retries once before skipping to the next URL.

Is this actor maintained? Yes — it is tested daily via Apify's automated run system. Open an issue or contact support if you encounter problems.