Nexscope

Ozon Category Products API

REST API and MCP service documentation generated from server-side API definitions. Responses use the shared code, msg, and data envelope.

API selector
Ozon Marketplace

API overview

List products in an Ozon category with sales, revenue, price, rating, stock, turnover, and lost-revenue metrics.

Try this API
Endpoint
https://api.nexscope.ai/api/skill-api/v1/skills/ozon-category-products/run
MCP method
nexscope_ozon_category_products

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://api.nexscope.ai/api/skill-api/v1/skills/ozon-category-products/run

Run an API

Request parameters documented by ecommerce.ozon-category-products.

Slugozon-category-products
HeadersAuthorization: Bearer nk-...
Content-Type: application/json
Request bodyAPI-specific JSON object.
Response bodyPlatform envelope: code, msg, data, ts, time, cost, traceId. Inspect data.status for asynchronous completion.

Status codes

CodeDescription
200HTTP request completed. Check JSON code; only 0 indicates business success or acceptance.
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-category-products/run \
  -H "Authorization: Bearer nk-xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "startDate": "2026-07-01",   "includeFbs": false,   "pageSize": 10,   "categoryPath": "Электроника/Телефоны и смарт-часы/Аксессуары для смартфонов и телефонов/Чехлы для смартфонов",   "endDate": "2026-07-31",   "page": 1,   "currencyRate": 1 }'
All categories/ Ozon Marketplace
POSThttps://api.nexscope.ai/api/skill-api/v1/skills/ozon-category-products/run

Run this API

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

Endpoint

MethodPOST
Pathhttps://api.nexscope.ai/api/skill-api/v1/skills/ozon-category-products/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
categoryPathstringrequired
Full Ozon Russian category path, levels separated by /, e.g., Одежда/Женская одежда/Футболки и топы женские
Example: Электроника/Телефоны и смарт-часы/Аксессуары для смартфонов и телефонов/Чехлы для смартфонов
startDatestringoptional
Statistics start date YYYY-MM-DD; latest is yesterday
Example: 2026-01-01
endDatestringoptional
Statistics end date YYYY-MM-DD; latest is yesterday
Example: 2026-01-01
pageintegeroptional
Page number, starting from 1
Example: 1
pageSizeintegeroptional
Rows per page 1-100, default 100
Example: 10
sortFieldstringoptional
Sort column name (snake_case), e.g., sales, revenue, final_price, balance, rating
sortDirectionstringoptional
asc / desc
currencystringoptional
Currency code, default RUB, e.g., USD
currencyRateintegeroptional
Custom exchange rate (for non-default currency)
Example: 1
includeFbsbooleanoptional
Whether to include FBS data
Example: false
filtersarrayoptional
List of numeric filter conditions, each {field, op, value, value2?}, multiple conditions AND
Example: []

Request example

{
  "startDate": "2026-07-01",
  "includeFbs": false,
  "pageSize": 10,
  "categoryPath": "Электроника/Телефоны и смарт-часы/Аксессуары для смартфонов и телефонов/Чехлы для смартфонов",
  "endDate": "2026-07-31",
  "page": 1,
  "currencyRate": 1
}

Response body

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.
codeintegerrequired
0 means accepted or successful; nonzero is a platform error.
msgstring | nullrequired
Msg value used by this API operation.
tsstringrequired
Epoch milliseconds.
timestringrequired
Server local time: yyyy-MM-dd HH:mm:ss.
coststringrequired
Elapsed milliseconds, never credits; -1 outside web requests.
traceIdstring | nullrequired
Trace id value used by this API operation.

Any of option 1

NameTypeRequiredDescription
dataobjectrequired
Data value used by this API operation.
data.totalintegeroptional
Total number of matched products under the category
Example: 1
data.productsarrayoptional
Product list (see details below)
Example: []
data.columnsarrayoptional
Rendered column definitions
Example: []
data.costTimeintegeroptional
API latency (milliseconds)
Example: 1
data.costTokenintegeroptional
Tokens consumed
Example: 1
data.typestringoptional
Response type
Example: null
data.products[].productIdintegeroptional
SKU ID
Example: 1
data.products[].titlestringoptional
Product name (Russian)
Example: null
data.products[].brandstringoptional
Brand
Example: null
data.products[].brandIdintegeroptional
Brand ID
Example: 1
data.products[].sellerNamestringoptional
Seller name
Example: null
data.products[].sellerIdintegeroptional
Seller ID
Example: 1
data.products[].categorystringoptional
Category path (Russian, / separated)
Example: null
data.products[].nicheNamestringoptional
Niche path (Russian)
Example: null
data.products[].nicheIdintegeroptional
Niche ID
Example: 1
data.products[].countrystringoptional
Country of sale, always RU for Ozon
Example: null
data.products[].firstDatestringoptional
Listing date (yyyy-MM-dd)
Example: 2026-01-01
data.products[].imageUrlstringoptional
Main image URL
Example: https://example.com/image.jpg
data.products[].productPageUrlstringoptional
Product page URL
Example: https://example.com/image.jpg
data.products[].sourceTool/sourceTypestringoptional
Source tool / data source identifier
Example: null
data.products[].pricenumberoptional
Current selling price
Example: 1
data.products[].oldPricenumberoptional
Original price before discount
Example: 1
data.products[].ozonCardPricenumberoptional
Ozon Card price
Example: 1
data.products[].minPrice/maxPrice/averagePricenumberoptional
Minimum / maximum / average price during the statistics period
Example: 1
data.products[].currencystringoptional
Currency symbol (₽ / $ / €)
Example: null
data.products[].ratingnumberoptional
Rating, 0-5
Example: 1
data.products[].reviewCountintegeroptional
Number of reviews
Example: 1
data.products[].balanceintegeroptional
Current stock (units)
Example: 1
data.products[].balanceFbsintegeroptional
FBS stock (seller self-ship units)
Example: 1
data.products[].frozenStocksintegeroptional
Slow-moving stock
Example: 1
data.products[].warehousesCountintegeroptional
Number of FBO warehouses
Example: 1
data.products[].isFbsbooleanoptional
Whether shipped via FBS
Example: false
data.products[].salesPerDaynumberoptional
Average daily sales (units/day)
Example: 1
data.products[].monthlySalesUnitsintegeroptional
Sales volume during the statistics period (units)
Example: 1
data.products[].monthlySalesRevenuenumberoptional
Sales revenue during the statistics period
Example: 1
data.products[].lostProfitnumberoptional
Lost revenue (due to stockouts, etc.)
Example: 1
data.products[].daysInSiteintegeroptional
Days on sale (statistics period, including out-of-stock days)
Example: 1
data.products[].daysInStockintegeroptional
Days in stock
Example: 1
data.products[].turnoverDaysnumberoptional
Turnover days (lower is faster)
Example: 1
data.products[].positionintegeroptional
Ranking within the current query dimension (category for this endpoint)
Example: 1
data.products[].categoryPositionintegeroptional
Ranking within the category
Example: 1
data.products[].revenueSharePercentnumberoptional
Revenue share of this SKU within the current query dimension, 0-100
Example: 1
data.titlestringoptional
Provider-specific response title.
Example: null
data.sourceTypestringoptional
Provider-specific source platform type.
Example: null
data.sourceToolstringoptional
Provider-specific source tool name.
Example: null
data.pageintegeroptional
Current page returned by the upstream provider.
Example: null
data.pageSizeintegeroptional
Page size returned by the upstream provider.
Example: null
data.pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
Example: null
data.totalPageintegeroptional
Total page count returned by the upstream provider.
Example: null
data.dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.
Example: null

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Response example

Platform response envelope. code 0 indicates success or acceptance; data contains the business result.

{
  "data": {
    "total": 1,
    "products": [
      {
        "productId": 1,
        "brandId": 1,
        "sellerId": 1,
        "nicheId": 1,
        "firstDate": "2026-01-01",
        "imageUrl": "https://example.com/image.jpg",
        "productPageUrl": "https://example.com/image.jpg",
        "price": 1,
        "oldPrice": 1,
        "ozonCardPrice": 1,
        "minPrice/maxPrice/averagePrice": 1,
        "rating": 1,
        "reviewCount": 1,
        "balance": 1,
        "balanceFbs": 1,
        "frozenStocks": 1,
        "warehousesCount": 1,
        "isFbs": false,
        "salesPerDay": 1,
        "monthlySalesUnits": 1,
        "monthlySalesRevenue": 1,
        "lostProfit": 1,
        "daysInSite": 1,
        "daysInStock": 1,
        "turnoverDays": 1,
        "position": 1,
        "categoryPosition": 1,
        "revenueSharePercent": 1
      }
    ],
    "columns": [],
    "costTime": 1,
    "costToken": 1
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}

Responses

CodeDescription
200HTTP request completed. Check JSON code; only 0 indicates business success or acceptance.
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

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_category_products",
    "arguments": {
      "startDate": "2026-07-01",
      "includeFbs": false,
      "pageSize": 10,
      "categoryPath": "Электроника/Телефоны и смарт-часы/Аксессуары для смартфонов и телефонов/Чехлы для смартфонов",
      "endDate": "2026-07-31",
      "page": 1,
      "currencyRate": 1
    }
  }
}

Online test

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

17 credits / callAPI usage records

Try it

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

Endpoint
https://api.nexscope.ai/api/skill-api/v1/skills/ozon-category-products/run
MCP method
nexscope_ozon_category_products
cURL
curl -X POST \
  https://api.nexscope.ai/api/skill-api/v1/skills/ozon-category-products/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "startDate": "2026-07-01", "includeFbs": false, "pageSize": 10, "categoryPath": "Электроника/Телефоны и смарт-часы/Аксессуары для смартфонов и телефонов/Чехлы для смартфонов", "endDate": "2026-07-31", "page": 1, "currencyRate": 1 }'
Response
No response yet. Run the request to see the response here.