Nexscope logo

Ozon Keyword Mining 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
Keyword & Search Demand

API overview

Seerfar Ozon keyword mining: mines Ozon (and Wildberries) related keywords around a seed keyword with multi-dimensional filtering by search volume, growth, product count, seller count, competitor count, price, relevancy, title density, cart-add conversion, etc. Each mined keyword carries a full market profile (monthly search volume, growth, market space, competitor/seller counts, average price, cart-add conversion, top products). Use for Ozon keyword expansion, long-tail keyword mining, and seed keyword opportunity analysis.

Try this API
Endpoint
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-keyword-mining/run
MCP method
nexscope_ozon_keyword_mining

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-keyword-mining/run

Run an API

Request parameters documented by ecommerce.ozon-keyword-mining.

Slugozon-keyword-mining
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-keyword-mining/run \
  -H "Authorization: Bearer nk_xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "matchType": 1,   "uId": "example-id",   "page": {     "pageSize": 10,     "page": 1   },   "includeKeywords": [],   "keyword": "phone case",   "excludeKeywords": [] }'
All categories/ Keyword & Search Demand
POSThttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-keyword-mining/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-keyword-mining/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
keywordstringrequired
Seed keyword, mining expands around this term (maxLength 1000)
Example: phone case
pageobjectrequired
Pagination & sorting: {page, pageSize, orders[]}
Example: { "pageSize": 10, "page": 1 }
page.pageintegeroptional
Page number, starting from 1, default 1
Example: 1
page.pageSizeintegeroptional
Items per page, default 20
Example: 1
page.ordersarrayoptional
Sort rules, elements {field, direction}; direction takes DESC (descending) / ASC (ascending)
Example: []
matchTypeintegeroptional
Keyword match mode: 0 exact, 1 fuzzy
Example: 1
includeKeywordsarrayoptional
Include keyword array (max 1000), used to further narrow down / specify required words on top of the seed term
Example: []
excludeKeywordsarrayoptional
Exclude keyword array (max 1000), used to remove irrelevant terms
Example: []
wordCountstringoptional
Keyword word count range
searchVolumestringoptional
Search volume range
searchChange30stringoptional
30-day search change range
productViewsstringoptional
Product views range
productsstringoptional
Product count range
sellersstringoptional
Seller count range
pricestringoptional
Price range
marketSpacestringoptional
Market space range
conversionSharingstringoptional
Conversion concentration range
relevancystringoptional
Relevance range (degree of relevance to the seed keyword)
uniqQueriesWCastringoptional
Add-to-cart count range
castringoptional
Add-to-cart conversion rate range
titleDensitystringoptional
Title density range
adRivalCountstringoptional
Ad competitor count range
uIdstringoptional
User ID
Example: example-id
memberIdstringoptional
Member ID (a unique member identifier; data is attributed to memberId)
Example: example-id

Request example

{
  "matchType": 1,
  "uId": "example-id",
  "page": {
    "pageSize": 10,
    "page": 1
  },
  "includeKeywords": [],
  "keyword": "phone case",
  "excludeKeywords": []
}

Response body

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

NameTypeRequiredDescription
codestringoptional
Return code, "200" indicates success (returned on success)
errcodeintegeroptional
Error code, 200 indicates success; only returned on business errors (coexists with code on success)
Example: 1
msgstringoptional
Message; ok for success
errmsgstringoptional
Error message; ok for success, reason description on business error
totalintegeroptional
Total record count
Example: 1
dataarrayoptional
Keyword mining data (see details below)
Example: []
columnsarrayoptional
Column definitions, elements contain {field, title, cellType, sortable, filterable}
Example: []
costTimeintegeroptional
API latency (milliseconds)
Example: 1
costTokenintegeroptional
Tokens consumed
Example: 1
typestringoptional
Response display type, e.g., tableListWorkbenches
data[].querystringoptional
Keyword (original Russian)
Example: phone case
data[].queryCnstringoptional
Keyword Chinese translation
Example: phone case
data[].platformintegeroptional
Platform: 0 Ozon, 1 Wildberries
Example: 1
data[].searchVolumeintegeroptional
Monthly search volume
Example: 1
data[].count30GrowthRatenumberoptional
Monthly search growth (%, can be negative)
Example: 1
data[].productCountintegeroptional
Product count (may be missing in some rows)
Example: 1
data[].competingProductsintegeroptional
Competing product count
Example: 1
data[].sellersintegeroptional
Seller count
Example: 1
data[].avgPricenumberoptional
Average price
Example: 1
data[].itemsViewsnumberoptional
Product visibility
Example: 1
data[].viewSharingnumberoptional
View concentration (%)
Example: 1
data[].conversionSharingnumberoptional
Conversion concentration (%)
Example: 1
data[].marketSpacenumberoptional
Market space
Example: 1
data[].returnCancellationRatenumberoptional
Return/cancellation rate (%)
Example: 1
data[].uniqQueriesWCaintegeroptional
Add-to-cart count
Example: 1
data[].canumberoptional
Add-to-cart conversion rate (%)
Example: 1
data[].relevancynumberoptional
Relevance (degree of relevance to the seed keyword)
Example: 1
data[].titleDensitynumberoptional
Title density
Example: 1
data[].wordCountintegeroptional
Word count
Example: 1
data[].categoriesarrayoptional
Category ID array
Example: []
data[].categoryInfosarrayoptional
Category information (see below)
Example: []
data[].productsarrayoptional
Top product data (see below)
Example: []
data[].idstringoptional
Record ID
Example: example-id
products[].ozonIdintegeroptional
Ozon product ID
Example: 1
products[].skuintegeroptional
SKU ID
Example: 1
products[].titlestringoptional
Product title (Russian)
products[].imageUrlstringoptional
Main image URL
Example: https://example.com/image.jpg
products[].advertintegeroptional
Ad indicator (0/1)
Example: 1
categoryinfos[].titleCnstringoptional
Category Chinese name
categoryinfos[].titleEnstringoptional
Category English name
categoryinfos[].titleRustringoptional
Category Russian name
categoryinfos[].cnTitlePathstringoptional
Chinese category path
categoryinfos[].enTitlePathstringoptional
English category path
categoryinfos[].titlePathstringoptional
Russian category path
categoryinfos[].idstringoptional
Category ID
Example: example-id
categoryinfos[].crossBorderSellablebooleanoptional
Whether cross-border sales are allowed
Example: false
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": [
    {
      "query": "phone case",
      "queryCn": "phone case",
      "platform": 1,
      "searchVolume": 1,
      "count30GrowthRate": 1,
      "productCount": 1,
      "competingProducts": 1,
      "sellers": 1,
      "avgPrice": 1,
      "itemsViews": 1,
      "viewSharing": 1,
      "conversionSharing": 1,
      "marketSpace": 1,
      "returnCancellationRate": 1,
      "uniqQueriesWCa": 1,
      "ca": 1,
      "relevancy": 1,
      "titleDensity": 1,
      "wordCount": 1,
      "categories": [],
      "categoryInfos": [],
      "products": [],
      "id": "example-id"
    }
  ],
  "columns": [],
  "costTime": 1,
  "costToken": 1,
  "products": [
    {
      "ozonId": 1,
      "sku": 1,
      "imageUrl": "https://example.com/image.jpg",
      "advert": 1
    }
  ],
  "categoryinfos": [
    {
      "id": "example-id",
      "crossBorderSellable": false
    }
  ]
}

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

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_keyword_mining",
    "arguments": {
      "matchType": 1,
      "uId": "example-id",
      "page": {
        "pageSize": 10,
        "page": 1
      },
      "includeKeywords": [],
      "keyword": "phone case",
      "excludeKeywords": []
    }
  }
}

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-keyword-mining/run
MCP method
nexscope_ozon_keyword_mining
cURL
curl -X POST \
  https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-keyword-mining/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "matchType": 1, "uId": "example-id", "page": { "pageSize": 10, "page": 1 }, "includeKeywords": [], "keyword": "phone case", "excludeKeywords": [] }'
Response
No response yet. Run the request to see the response here.