Nexscope logo

Ozon Product Trend API

REST API and MCP service documentation generated from server-side API definitions. Responses shown here are the direct payload returned by each API execution.

API selector
Ozon Marketplace

API overview

MPSTATS Ozon Russia single SKU daily time-series performance. Returns daily sales units, price, stock, rating, and optionally search position/visibility data for one Ozon product by date granularity. Use for validating growth trends, seasonality, and anomaly detection.

Try this API
Endpoint
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-trend/run
MCP method
nexscope_ozon_product_trend

Authentication

All run endpoints require a user API key. Send it as a bearer token in the Authorization header.

Authorization: Bearer nk_xxxxxxxxxxxxxxxxx
Missing or invalid API keys return an authentication error. Manage keys from .
POSThttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-trend/run

Run an API

Request parameters documented by ecommerce.ozon-product-trend.

Slugozon-product-trend
HeadersAuthorization: Bearer nk_...
Content-Type: application/json
Request bodyAPI-specific JSON object.
Response bodyDirect API response payload. No data/result wrapper is added.

Status codes

CodeDescription
200API executed successfully. Body is the direct response payload.
400Request JSON or required API parameters are invalid.
401API key is missing, invalid, or cannot be matched to a user.
5xxAPI execution or upstream service failed.

Example request

curl -X POST https://api.nexscope.ai/api/skill-api/v1/skills/ozon-product-trend/run \
  -H "Authorization: Bearer nk_xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "startDate": "2026-01-01",   "productId": 1664362124,   "endDate": "2026-01-31",   "includeSearchStats": false,   "includeFbs": false }'
All categories/ Ozon Marketplace
POSThttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-trend/run

Run this API

Send a JSON request to execute this API and receive the direct response payload.

Open tester

Endpoint

MethodPOST
Pathhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-trend/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
productIdintegerrequired
Ozon product SKU
Example: 1664362124
startDatestringoptional
Statistics start date, YYYY-MM-DD; data delayed by T-1, latest is yesterday
Example: 2026-01-01
endDatestringoptional
Statistics end date, YYYY-MM-DD; data delayed by T-1, latest is yesterday
Example: 2026-01-01
includeFbsbooleanoptional
Whether to include FBS data
Example: false
includeSearchStatsbooleanoptional
Whether to include search position / visibility; not supported for some niches
Example: false

Request example

{
  "startDate": "2026-01-01",
  "productId": 1664362124,
  "endDate": "2026-01-31",
  "includeSearchStats": false,
  "includeFbs": false
}

Response body

Returns the documented upstream API response directly without an additional wrapper.

NameTypeRequiredDescription
codestringoptional
Return code (string), "200" indicates success
errcodeintegeroptional
Return code (integer), 200 indicates success
Example: 1
data[].msg/errmsgstringoptional
Message; ok for success
totalintegeroptional
Number of daily data points (window days)
Example: 1
dataarrayoptional
List of daily data points (see details below)
Example: []
columnsarrayoptional
Rendered column definitions
Example: []
costTimeintegeroptional
API latency (milliseconds)
Example: 1
costTokenintegeroptional
Tokens consumed
Example: 1
typestringoptional
Response type
data[].datestringoptional
Date, YYYY-MM-DD
Example: 2026-01-01
data[].hasDatabooleanoptional
Whether there is data for this day (false indicates a missing day, distinct from sales=0)
Example: false
data[].pricenumberoptional
Daily selling price
Example: 1
data[].oldPricenumberoptional
Daily original price before discount
Example: 1
data[].ozonCardPricenumberoptional
Ozon Card price (Ozon official bank card discount price)
Example: 1
data[].discountintegeroptional
Discount, integer percentage 0-100
Example: 1
data[].currencystringoptional
Currency symbol (e.g., ₽ / $ / €)
data[].salesintegeroptional
Daily sales (units)
Example: 1
data[].balanceintegeroptional
Daily FBO warehouse stock (units)
Example: 1
data[].ratingnumberoptional
Rating, 0-5
Example: 1
data[].commentsintegeroptional
Review count
Example: 1
data[].isBestsellerbooleanoptional
Whether the "bestseller" badge was active that day
Example: false
data[].isNewbooleanoptional
Whether the "new product" badge was active that day
Example: false
errmsgstringoptional
Upstream status message returned by the provider.
msgstringoptional
Provider-specific status message.
messagestringoptional
Provider-specific message.
titlestringoptional
Provider-specific response title.
sourceTypestringoptional
Provider-specific source platform type.
sourceToolstringoptional
Provider-specific source tool name.
pageintegeroptional
Current page returned by the upstream provider.
pageSizeintegeroptional
Page size returned by the upstream provider.
pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
totalPageintegeroptional
Total page count returned by the upstream provider.
dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.

Response example

Direct response payload. No extra wrapper is added.

{
  "errcode": 1,
  "total": 1,
  "data": [
    {
      "date": "2026-01-01",
      "hasData": false,
      "price": 1,
      "oldPrice": 1,
      "ozonCardPrice": 1,
      "discount": 1,
      "sales": 1,
      "balance": 1,
      "rating": 1,
      "comments": 1,
      "isBestseller": false,
      "isNew": false
    }
  ],
  "columns": [],
  "costTime": 1,
  "costToken": 1
}

Responses

CodeDescription
200API executed successfully. Body is the direct response payload.
400Request JSON or required API parameters are invalid.
401API key is missing, invalid, or cannot be matched to a user.
5xxAPI execution or upstream service failed.

Data source, freshness, and limitations

Source, freshness, coverage, rate limits, and estimation notes are not specified in this API definition unless they appear in the request or response field documentation above. Do not assume official marketplace data or real-time freshness when it is not explicitly documented.

Related APIs

Ozon Brand Products

MPSTATS Ozon Russia brand drill-down product list. Returns all products under an Ozon brand display name (Russian/Latin) with complete metrics: sales, revenue, price, rating, stock, turnover, lost revenue, supporting multi-dimensional numeric filters, sorting, and currency conversion. Use for brand benchmarking, competitor analysis, brand product structure research, SKU-level bestseller analysis.

Ozon Category Products

MPSTATS Ozon Russia category drill-down product list by Russian category path. Returns all products in a category with complete metrics: sales, revenue, price, rating, stock, turnover, lost revenue, supporting multi-dimensional numeric filters, sorting, and currency conversion. Use for category bestseller mining, blue-ocean insight discovery, category ranking analysis, brand landscape observation.

Ozon Category Search

Seerfar Ozon category product search: fetches the product list for a given Ozon category ID, returning category-level aggregates (total sales, total revenue, average price, average rating, seasonality) and per-product sales, price, rating, review count, brand, seller, and fulfillment method. Use for category selection analysis, category bestseller mining, category capacity and price band analysis, seasonality assessment.

Ozon Product Detail

MPSTATS Ozon Russia SKU full detail batch query. Pass up to 100 Ozon product IDs at once, returning each SKU's price, discount, Ozon Card price, rating, review count, stock, sales, revenue, revenue potential/lost revenue, listing date, images, and complete product card.

MCP

Use the MCP endpoint when an agent needs to discover and call API tools with JSON-RPC.

GET /api/skill-api/v1/mcp
POST /api/skill-api/v1/mcp
Authorization: Bearer nk_xxxxxxxxxxxxxxxxx
Content-Type: application/json

Call a tool

{
  "jsonrpc": "2.0",
  "id": "tool-call-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_ozon_product_trend",
    "arguments": {
      "startDate": "2026-01-01",
      "productId": 1664362124,
      "endDate": "2026-01-31",
      "includeSearchStats": false,
      "includeFbs": false
    }
  }
}

Online test

Execute the current API with your API key and JSON payload.

Try it

Send a real request with the same contract shown in the reference.

Endpoint
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-trend/run
MCP method
nexscope_ozon_product_trend
cURL
curl -X POST \
  https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-trend/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "startDate": "2026-01-01", "productId": 1664362124, "endDate": "2026-01-31", "includeSearchStats": false, "includeFbs": false }'
Response
No response yet. Run the request to see the response here.