VOOZH about

URL: https://apify.com/abotapi/ozon-ru-scraper

⇱ Ozon.ru Scraper – Products, URLs, Keywords, Sellers & Reviews · Apify


👁 Ozon.ru Scraper – Products, URLs, Keywords, Sellers & Reviews avatar

Ozon.ru Scraper – Products, URLs, Keywords, Sellers & Reviews

Pricing

from $1.30 / 1,000 results

Go to Apify Store

Ozon.ru Scraper – Products, URLs, Keywords, Sellers & Reviews

Extract structured product data from Ozon.ru, Russia’s largest marketplace. Search by keyword or use product, category, and seller URLs. Get clean JSON with 40+ fields, including prices, discounts, ratings, specs, variants, images, current seller, buybox sellers, and reviews.

Pricing

from $1.30 / 1,000 results

Rating

0.0

(0)

Developer

👁 AbotAPI

AbotAPI

Maintained by Community

Actor stats

1

Bookmarked

28

Total users

14

Monthly active users

4 days ago

Last modified

Share

Ozon.ru Product, Review, Seller & Buybox Scraper

Pull structured data from Ozon.ru, Russia's largest online marketplace. Search by keyword or paste product, category and seller links, and get back clean JSON with 40+ fields per product: pricing, discount, rating, full specifications, variants, image gallery, the current seller, the full list of competing sellers (the buybox), and customer reviews. Fast, with a deep field set per product and a low cost per result.

Why this scraper

  • 40+ fields per product, including data most Ozon scrapers skip.
  • Buybox tracking: for every product you get the current seller AND every competing seller offering the same item, each with their own price, delivery date, legal entity and authorized-brand flag. Run it on a schedule to watch who wins the buybox over time.
  • Seller transparency: seller name, id, rating, order count and registered legal entity with its state registry number.
  • Full specifications: the complete characteristic list (40+ rows on a typical product), plus the description, hashtags, and the per-star rating breakdown.
  • Variants: every size / colour / memory option with its own SKU and price.
  • Customer reviews: turn on 'Attach reviews' to add reviews (text, pros, cons, star score, photos, videos, helpfulness votes) to each product record, paged up to your chosen limit.
  • Two input modes: keyword search with filters, and direct URL walking (product, category, search, seller, and short links). To export reviews for specific products, paste their URLs in URL mode and turn on 'Attach reviews'.
  • Lean or rich: switch detail enrichment off for a fast, cheap run with the core listing fields, or leave it on for the full record.

Data you get

Sample shape: values are illustrative placeholders, not from a live listing.

FieldExample
sku"100000001"
url"https://www.ozon.ru/product/100000001/"
title"Sample Smartphone 6/128 GB, Nano-SIM"
brand"Sample Brand"
price59990
originalPrice89990
discountPercent33
currency"RUB"
rating4.8
reviewCount1200
questionCount35
availability"3 left in stock"
coverImage"https://ir.ozone.ru/s3/multimedia-1-x/0000000000.jpg"
images["https://ir.ozone.ru/.../0000000001.jpg", "..."]
specs[{"name": "Screen size", "value": "6.1"}, {"name": "Battery", "value": "3349"}] (full list, 40+ rows)
description"Package contents: phone, cable, documentation"
hashtags["#Sample", "#SampleBrand"]
ratingBreakdown{"5": 900, "4": 200, "3": 60, "2": 20, "1": 20}
variants[{"sku": "100000002", "value": "Blue", "price": 57990}]
categoryPath"Electronics > Phones > Smartphones"
sellerName"Sample Seller"
sellerId"1000000"
seller{"sellerId": "1000000", "name": "Sample Seller", "rating": 4.9, "ordersCount": "1.6 K", "legalName": "Sample legal entity", "registryNumber": "000000000000000", "isPremium": true}
otherSellersCount13
otherSellersMinPrice54990
buyboxSellers[{"sellerId": "1000001", "name": "Sample Seller 2", "price": 54990, "legalName": "Sample legal entity 2", "registryNumber": "000000000000000", "deliveryText": "Delivery in 2 days", "authorizedSeller": "Verified brand seller"}]
reviews[{"authorName": "Sample A.", "score": 5, "comment": "Sample review text", "usefulUp": 4}]
scrapedAt"2026-01-01T00:00:00.000Z"

Each attached review carries: reviewId, authorName, score, comment, positive, negative, photos, videos, usefulUp, usefulDown, commentsCount, status, publishedAt.

How to use

Search with filters:

{
"mode":"search",
"queries":["iphone 15","samsung galaxy"],
"sortBy":"price",
"minPrice":40000,
"maxPrice":120000,
"scrapeProductDetails":true,
"fetchBuybox":true,
"fetchSellerDetails":true,
"maxPages":3,
"maxListings":100,
"proxy":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"RU"}
}

Fast, cheap run with core listing fields only:

{
"mode":"search",
"queries":["наушники"],
"scrapeProductDetails":false,
"maxPages":5,
"proxy":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"RU"}
}

Walk URLs (product, category, search or seller; short ozon.ru/t/ links are resolved):

{
"mode":"url",
"urls":[
"https://www.ozon.ru/product/100000001/",
"https://www.ozon.ru/category/smartfony-15502/",
"https://www.ozon.ru/seller/1000000/"
],
"maxPages":2,
"proxy":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"RU"}
}

Export reviews for specific products (URL mode + attach reviews):

{
"mode":"url",
"urls":["https://www.ozon.ru/product/100000001/","https://www.ozon.ru/product/100000002/"],
"fetchReviews":true,
"maxReviewsPerProduct":200,
"proxy":{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"RU"}
}

Input parameters

ParameterTypeDefaultDescription
modestring"search""search" or "url".
queriesarray["iphone 15"]Search terms (search mode).
sortBystring"score"score, price, price_desc, new, rating, discount.
minPriceintegerLower price bound in rubles.
maxPriceintegerUpper price bound in rubles.
minRatingintegerKeep products at or above this rating (1 to 5).
urlsarrayProduct, category, search or seller URLs (url mode).
maxReviewsPerProductinteger30Reviews to page through per product.
scrapeProductDetailsbooleantrueAdds full specs, gallery, variants, seller and category path to each product.
fetchBuyboxbooleantrueAttach the full list of competing sellers per product.
fetchSellerDetailsbooleantrueEnrich the current seller from its seller page.
fetchReviewsbooleanfalseAttach customer reviews to each product record (paged up to maxReviewsPerProduct).
maxReviewsPerProductinteger30When fetchReviews is on, reviews to page through per product.
maxPagesinteger1Result pages to walk per query or URL.
maxListingsinteger0Total product cap across all inputs (0 = unlimited).
proxyobjectApify Residential RUProxy configuration.

Send results into your apps (MCP connectors)

Optionally pipe the scraped results into the apps you already use, via Model Context Protocol (MCP) connectors. This is an extra delivery step after the scrape — the Apify dataset is never changed.

What gets written to the connector: a condensed, human-readable summary of each record — not the full JSON. Each item becomes one entry with a title and its key fields flattened to plain text. The complete record always stays in the Apify dataset.

  1. Authorize a connector once under Apify → Settings → Integrations (Notion, Linear, Airtable, or Apify).
  2. Select it in the "Pipe results into your apps" input field. (If the picker is empty, you haven't authorized a connector yet.)
  3. For Notion, also set notionParentPageUrl to the page where items should be created.

The connection is mediated by Apify's MCP proxy, so this actor never sees your third-party credentials. Leave the field empty to skip.

Output example

Sample shape: values are illustrative placeholders, not from a live listing.

{
"sku":"100000001",
"url":"https://www.ozon.ru/product/100000001/",
"title":"Sample Smartphone 6/128 GB, Nano-SIM",
"brand":"Sample Brand",
"price":59990,
"originalPrice":89990,
"discountPercent":33,
"currency":"RUB",
"rating":4.8,
"reviewCount":1200,
"questionCount":35,
"availability":"3 left in stock",
"coverImage":"https://ir.ozone.ru/s3/multimedia-1-x/0000000000.jpg",
"images":["https://ir.ozone.ru/s3/multimedia-1-x/0000000001.jpg"],
"specs":[{"name":"Screen size","value":"6.1"}],
"variants":[{"sku":"100000002","value":"Blue","price":57990,"aspectName":"Colour"}],
"categoryPath":"Electronics > Phones > Smartphones",
"sellerName":"Sample Seller",
"sellerId":"1000000",
"seller":{
"sellerId":"1000000",
"name":"Sample Seller",
"rating":4.9,
"ordersCount":"1.6 K",
"legalName":"Sample legal entity",
"registryNumber":"000000000000000",
"isPremium":true
},
"otherSellersCount":13,
"otherSellersMinPrice":54990,
"buyboxSellers":[
{
"sellerId":"1000001",
"name":"Sample Seller 2",
"price":54990,
"originalPrice":54990,
"legalName":"Sample legal entity 2",
"registryNumber":"000000000000000",
"deliveryText":"Delivery in 2 days",
"authorizedSeller":"Verified brand seller",
"productSku":"100000003"
}
],
"reviews":[],
"scrapedAt":"2026-01-01T00:00:00.000Z"
}

Plan requirement

Ozon.ru accepts traffic mainly from Russian residential connections, so a Russian residential proxy is strongly recommended. On Apify this means an Apify plan that includes Residential proxy (Starter or higher), with the proxy set to Residential and country RU (the default in the input). On the free plan, without Residential access, runs may return zero items; the actor prints an upgrade hint at the start of the run.

You might also like

Ozon.ru Scraper

natanielsantos/ozon-scraper

Easily scrape Ozon's product data. You can use it to extract name, prices, images, description, and more

👁 User avatar

Nataniel Santos

164

Ozon.ru Product Scraper PRO | Парсер товаров Ozon

zen-studio/ozon-scraper-pro

Full product data for any Ozon URL or search query - pricing, specs, variants, reviews, sellers, price history. Search with filters (price, rating, delivery). Tile-only mode 5x cheaper. JSON/CSV/Excel. No login. | Товары Ozon: цены, характеристики, варианты, отзывы, продавцы, история цен.

480

4.4

Ozon.ru Buybox & Seller Price Tracker | Трекер байбокса

zen-studio/ozon-buybox-scraper

All sellers competing on any Ozon product card - prices, buybox winner, ratings, delivery, badges, legal entity, OGRN. One row per seller, sorted by price. Unlimited usage. JSON/CSV/Excel. No login. | Все продавцы на карточке Ozon: цены, байбокс, рейтинги, доставка, юрлица, ОГРН. Безлимит.

11

Ozon.ru Seller & Competitor Scraper | Парсер продавцов Ozon

zen-studio/ozon-seller-scraper

Seller profiles for any Ozon URL - ratings, orders, legal entity, OGRN, confirmed brands, and all competing sellers with prices. Competitors included free. JSON/CSV/Excel. No login. | Продавцы Ozon: ейтинг, заказы, юрлицо, ОГРН, бренды, конкуренты с ценами. Конкуренты бесплатно.

71

Ozon.ru Product Reviews & Q&A Scraper | Парсер отзывов Ozon

zen-studio/ozon-product-reviews-scraper

All reviews for any Ozon product - ratings, photos, videos, pros/cons, seller responses, and Q&A. Media gallery and questions included free. JSON/CSV/Excel. No login. | Отзывы Ozon: рейтинг, фото, видео, ответы продавца, вопросы. Медиа и Q&A бесплатно.

127

Wildberries Product Search Scraper

stealth_mode/wildberries-product-search-scraper

Scrape product listings from Wildberries.ru, Russia's largest online marketplace. Extract prices, ratings, supplier info, stock levels, and product specifications from search and category pages. Ideal for market research, price monitoring, and competitive analysis in the Russian e-commerce market.

👁 User avatar

Stealth mode

64

Douyin 抖音 Product Search Scraper - Price, Sales & Commission

zen-studio/douyin-product-search-scraper

Search Douyin Shop (抖音商城) products by keyword and extract price, monthly sales, a 30-day sales trend, positive-review ratio, shop name and score, and affiliate commission rate. One row per product in clean JSON, ready for product research, competitor analysis, and affiliate selection.

19

Douyin Shop Scraper — Products, Search, Reviews

sian.agency/douyin-shop-scraper

Scrape Douyin Shop (抖音商城) into clean structured datasets — keyword product search, deep product details with SKUs and images, and customer reviews with ratings and photos. Three operations in one actor. No account, no API key, no setup.

32

Wildberries Product Scraper 🔍🛒 - Cheap дешёвый  Вайлдберриз

scrapestorm/wildberries-product-scraper---cheap-deshyovyy-vayldberriz

Easily collect product listings from Wildberries  ягодки, one of Russia’s largest e-commerce platforms. Simply enter a keyword to extract key details like name, brand, price, discount, availability & images 🔍 Seamlessly integrate with ur analytics tools for price tracking or competitor analysis!⚡📊

👁 User avatar

Storm_Scraper

59

5.0