# Ozon Listings Scraper (`piotrv1001/ozon-listings-scraper`) Actor

The Ozon Listings Scraper extracts products from Ozon.ru categories, searches and product pages — prices, discounts, stock, ratings, reviews, sellers, variants, characteristics and images — ideal for price monitoring, competitor research and catalogue building on theRussian marketplace.

- **URL**: https://apify.com/piotrv1001/ozon-listings-scraper.md
- **Developed by:** [FalconScrape](https://apify.com/piotrv1001) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 products

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### 🚀 Ozon Scraper

Extract products from Ozon.ru, Russia's largest online marketplace. The **Ozon Scraper** takes category URLs, search URLs or a search query and returns structured product data — prices in roubles, original prices and discounts, stock left, ratings and review counts, badges, delivery dates and images — with optional product-page details: the Ozon Card price, the seller and its rating, characteristics, variants, the full gallery and cheaper offers from other sellers. Built for price monitoring, competitor research, catalogue building and market analysis in Russia and the CIS.

### ✨ Features

- 🏷️ **Listings from any category or search**: title, SKU, URL, price, original price, discount %, stock left, rating, review count, "verified brand" and other labels, sale badge, delivery date, images, sponsored flag.
- 📄 **Product details** (optional): Ozon Card price, availability, seller name, URL, ID and rating, category path, characteristics, colour/memory/size variants with their own prices and stock, all gallery images, marketing labels, questions count, and the cheapest competing offer.
- 🔗 **Product URLs too**: paste product links directly to get their details.
- 🎛️ **Filters and sorting**: any filter or sorting in the Ozon URL is respected (price range, brand, `sorting=new`, `sorting=price` …).
- ⚡ **Parallel pagination**: pages are fetched side by side; caps per start URL keep runs predictable.
- 💰 **Pay per product**: one small price per listing row, a higher one per product enriched with details.

### 🛠️ How It Works

1. **Paste URLs or a search query** – e.g. `https://www.ozon.ru/category/smartfony-15502/`, `https://www.ozon.ru/search/?text=iphone` or the query `iphone 17`.
2. **Choose the depth** – Set **Max products per start URL** and switch on **Scrape product details** if you need seller, variants and characteristics.
3. **Run the scraper** – Get one row per product in the dataset (JSON, CSV, Excel, API).

### 💰 Pricing

| Event           |  Price | What you get                                                                                                           |
| --------------- | -----: | ---------------------------------------------------------------------------------------------------------------------- |
| Product listing | $0.002 | One product from a category or search page with price, discount, stock, rating, reviews, badges and images             |
| Product details | $0.006 | One product enriched from its product page (seller, variants, characteristics, gallery …); replaces the listing charge |

500 products from a category cost $1.00; the same 500 with details cost $3.00. Products whose product page cannot be opened fall back to the listing row and are charged at the listing price.

### 📥 Input

| Field           | Type    | Description                                                               |
| --------------- | ------- | ------------------------------------------------------------------------- |
| `startUrls`     | array   | Ozon category, search or product URLs. Default: the Smartphones category. |
| `search`        | string  | Optional search query, added on top of the start URLs.                    |
| `maxItems`      | integer | Products to collect per start URL or query. Default `50`.                 |
| `scrapeDetails` | boolean | Open every product page for the extra fields. Default `false`.            |

### 📊 Sample Output Data

A listing row, and the same product with **Scrape product details** on:

```json
[
    {
        "type": "product",
        "sku": "2835197995",
        "url": "https://www.ozon.ru/product/apple-smartfon-iphone-17-pro-sim-esim-globalnaya-versiya-global-12-512-gb-nano-sim-esim-serebristyy-2835197995/",
        "title": "Apple Смартфон iPhone 17 Pro (SIM+eSIM) - ГЛОБАЛЬНАЯ ВЕРСИЯ - Global 12/512 ГБ, Nano-SIM, eSIM, серебристый, серый металлик",
        "price": 127198,
        "originalPrice": 221349,
        "discountPercent": 42,
        "currency": "RUB",
        "stockLeft": 25,
        "rating": 5,
        "reviewsCount": 2991,
        "brandVerified": true,
        "labels": ["Бренд проверен"],
        "badge": "Распродажа",
        "deliveryDate": "17 сентября",
        "images": [
            "https://ir-20.ozone.ru/s3/multimedia-1-7/14860933027.jpg",
            "https://ir-20.ozone.ru/s3/multimedia-1-c/7985566992.jpg"
        ],
        "isSponsored": true,
        "isAdult": false,
        "sourceUrl": "/category/smartfony-15502/",
        "scrapedAt": "2026-09-14T11:10:02.118Z"
    },
    {
        "type": "product",
        "sku": "2959933612",
        "url": "https://www.ozon.ru/product/apple-smartfon-iphone-17-esim-2-global-8-256-gb-esim-chernyy-prozrachnyy-2959933612/",
        "title": "Apple Смартфон iPhone 17 (eSIM×2) -  Global 8/256 ГБ, eSIM, черный, прозрачный",
        "price": 88398,
        "cardPrice": 83409,
        "originalPrice": null,
        "discountPercent": null,
        "currency": "RUB",
        "isAvailable": true,
        "rating": 5,
        "reviewsCount": 6547,
        "questionsCount": 2542,
        "brandVerified": true,
        "seller": {
            "id": "2090753",
            "name": "Дубайский Экспресс",
            "url": "https://www.ozon.ru/seller/dubaidutyfree/",
            "rating": 5,
            "logo": "https://cdn1.ozonusercontent.com/s3/marketing-api/eb/tfc/c96/e93a5ca1-7f68-42d1-92b5-275eccac6a23.jpeg"
        },
        "categories": ["Электроника", "Телефоны и смарт-часы", "Смартфоны", "Apple"],
        "categoryUrl": "https://www.ozon.ru/category/smartfony-15502/apple-26303000/",
        "characteristics": [
            { "name": "Диагональ экрана, дюймы", "value": "6.3" },
            { "name": "Процессор", "value": "A19" }
        ],
        "variants": [
            {
                "name": "Цвет",
                "selected": "Две eSIM | Чёрный",
                "totalVariants": 10,
                "options": [
                    {
                        "sku": "2834741381",
                        "name": "SIM+eSIM | Белый",
                        "url": "https://www.ozon.ru/product/apple-smartfon-iphone-17-sim-esim-globalnaya-versiya-global-8-256-gb-nano-sim-esim-belyy-2834741381/",
                        "inStock": true,
                        "price": 84799,
                        "originalPrice": 147594
                    }
                ]
            }
        ],
        "images": [
            "https://ir-20.ozone.ru/s3/multimedia-1-o/14860912992.jpg",
            "https://ir-20.ozone.ru/s3/multimedia-1-w/7979775872.jpg"
        ],
        "marketingLabels": ["30% на сберпрайм"],
        "cheaperOfferFrom": 77551,
        "city": "Москва",
        "scrapedAt": "2026-09-14T11:12:40.551Z"
    }
]
```

Prices are shown as delivered to Moscow, Ozon's default region.

### 🔗 Use cases

- **Price monitoring**: Re-run on your categories or competitor searches to track prices, discounts and stock over time.
- **Competitor and seller research**: See which sellers own the buy box, how they are rated, and where a cheaper offer exists.
- **Catalogue building**: Titles, images, variants and characteristics for thousands of SKUs in one run.
- **Market analysis**: Ratings, review counts and sponsored placements across a whole category.

Get the Russian marketplace at your fingertips — run the **Ozon Scraper** today! 🚀

# Actor input Schema

## `startUrls` (type: `array`):

Ozon category, search or product URLs, e.g. https://www.ozon.ru/category/smartfony-15502/ or https://www.ozon.ru/search/?text=iphone. Filters and sorting in the URL are kept; category and search pages are paginated automatically.

## `search` (type: `string`):

Optional — a search phrase to run on Ozon, e.g. iphone 17. Added on top of the start URLs.

## `maxItems` (type: `integer`):

How many products to collect from each category, search URL or search query.

## `scrapeDetails` (type: `boolean`):

Also open every product page for the Ozon Card price, seller and seller rating, characteristics, variants, all images, category path and cheaper offers. Slower and priced per product page.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.ozon.ru/category/smartfony-15502/"
    }
  ],
  "maxItems": 50,
  "scrapeDetails": false
}
```

# Actor output Schema

## `rows` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.ozon.ru/category/smartfony-15502/"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("piotrv1001/ozon-listings-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [{ "url": "https://www.ozon.ru/category/smartfony-15502/" }] }

# Run the Actor and wait for it to finish
run = client.actor("piotrv1001/ozon-listings-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.ozon.ru/category/smartfony-15502/"
    }
  ]
}' |
apify call piotrv1001/ozon-listings-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,piotrv1001/ozon-listings-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/dvDcaNu4qFTfeAQ5q/builds/AhTQGPaCvG2NfeFfk/openapi.json
