https://api.nexscope.ai/api/skill-api/v1/skills/ozon-keyword-back-search/runRun this API
Send a JSON request to execute this API and receive the documented response payload.
Endpoint
| Method | POST |
| Path | https://api.nexscope.ai/api/skill-api/v1/skills/ozon-keyword-back-search/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
skuIds | integer | required | List of SKUs to back-search, max 20 Example: 1 |
hasVariant | integer | required | Whether to exclude variants: 0 do not exclude variants, 1 exclude variants Example: 1 |
page | object | required | Pagination & sorting: {page, pageSize, orders[]} Example: {
"pageSize": 10,
"page": 1
} |
page.page | integer | optional | Page number, starting from 1, default 1 Example: 1 |
page.pageSize | integer | optional | Items per page, default 20 Example: 1 |
page.orders | array | optional | Sort rules, elements {field, direction}; direction takes DESC (descending) / ASC (ascending) Example: [] |
matchType | integer | optional | Keyword match mode: 0 exact, 1 fuzzy Example: 1 |
type | array | optional | Search term type filter, fixed options: 0 organic search terms, 1 ad search terms; no filtering if omitted Example: [] |
historyDate | string | optional | Historical month yyyy-MM (e.g., 2026-02); can be left blank per docs to query current period Example: 2026-01-01 |
includeKeywords | array | optional | Include keyword array (max 1000), only returns search terms containing the specified words Example: [] |
excludeKeywords | array | optional | Exclude keyword array (max 1000), removes irrelevant terms Example: [] |
searchVolume | string | optional | Monthly search volume range |
searchChange30 | string | optional | 30-day search change range |
wordCount | string | optional | Keyword word count range |
productViews | string | optional | Product views range |
products | string | optional | Product count range |
sellers | string | optional | Seller count range |
marketSpace | string | optional | Market space range |
conversionSharing | string | optional | Conversion concentration range |
uniqQueriesWCa | string | optional | Add-to-cart count range |
ca | string | optional | Add-to-cart conversion rate range |
conversion | string | optional | Conversion rate range |
titleDensity | string | optional | Title density range |
adRivalCount | string | optional | Ad competitor count range |
adRank | string | optional | Ad ranking range |
naturalRank | string | optional | Organic ranking range |
exposure | string | optional | Exposure range |
uId | string | optional | User ID Example: example-id |
memberId | string | optional | Member ID (a unique member identifier; data is attributed to memberId) Example: example-id |
Request example
{
"skuIds": [
"175924376"
],
"page": {
"pageSize": 10,
"page": 1
},
"hasVariant": 1,
"matchType": 1,
"type": [],
"historyDate": "2026-01-01"
}Response body
| Name | Type | Required | Description |
|---|---|---|---|
data | any | required | Data value used by this API operation. |
code | integer | required | 0 means accepted or successful; nonzero is a platform error. |
msg | string | null | required | Msg value used by this API operation. |
ts | string | required | Epoch milliseconds. |
time | string | required | Server local time: yyyy-MM-dd HH:mm:ss. |
cost | string | required | Elapsed milliseconds, never credits; -1 outside web requests. |
traceId | string | null | required | Trace id value used by this API operation. |
Any of option 1
| Name | Type | Required | Description |
|---|---|---|---|
data | object | required | Data value used by this API operation. |
data.total | integer | optional | Total record count Example: 1 |
data.data | array | optional | Keyword back-search data (see details below) Example: [] |
data.columns | array | optional | Column definitions, elements contain {field, title, cellType, sortable, filterable} Example: [] |
data.costTime | integer | optional | API latency (milliseconds) Example: 1 |
data.costToken | integer | optional | Tokens consumed Example: 1 |
data.type | string | optional | Response display type, e.g., tableListWorkbenches Example: null |
data.data[].query | string | optional | Keyword (original Russian) Example: phone case |
data.data[].queryCn | string | optional | Keyword Chinese translation Example: phone case |
data.data[].platform | integer | optional | Platform: 0 Ozon, 1 Wildberries Example: 1 |
data.data[].searchVolume | integer | optional | Monthly search volume Example: 1 |
data.data[].count30GrowthRate | number | optional | Monthly search growth (%, can be negative) Example: 1 |
data.data[].productCount | integer | optional | Product count (may be missing in some rows) Example: 1 |
data.data[].competingProducts | integer | optional | Competing product count Example: 1 |
data.data[].sellers | integer | optional | Seller count Example: 1 |
data.data[].avgPrice | number | optional | Average price Example: 1 |
data.data[].itemsViews | number | optional | Product visibility Example: 1 |
data.data[].viewSharing | number | optional | View concentration (%) Example: 1 |
data.data[].conversionSharing | number | optional | Conversion concentration (%) Example: 1 |
data.data[].marketSpace | number | optional | Market space Example: 1 |
data.data[].returnCancellationRate | number | optional | Return/cancellation rate (%) Example: 1 |
data.data[].uniqQueriesWCa | integer | optional | Add-to-cart count Example: 1 |
data.data[].ca | number | optional | Add-to-cart conversion rate (%) Example: 1 |
data.data[].titleDensity | number | optional | Title density Example: 1 |
data.data[].wordCount | integer | optional | Word count Example: 1 |
data.data[].categories | array | optional | Category ID array Example: [] |
data.data[].dimension | object | optional | Dimension object, carrying back-search-specific metrics (see below) Example: {} |
data.data[].products | array | optional | Top product data (see below) Example: [] |
data.data[].id | string | optional | Record ID Example: example-id |
data.columns[].type | integer | optional | Search term channel: 0 organic search term, 1 ad search term Example: 1 |
data.columns[].naturalRank | integer | optional | Organic ranking (the back-searched SKU's organic position under this term) Example: 1 |
data.columns[].exposure | number | optional | Exposure (0–1) Example: 1 |
data.columns[].conversion | number | optional | Conversion rate (0–1) Example: 1 |
data.columns[].x | array | optional | Position/pagination indicator, semantics opaque Example: [] |
data.products[].ozonId | integer | optional | Ozon product ID Example: 1 |
data.products[].sku | integer | optional | SKU ID Example: 1 |
data.products[].title | string | optional | Product title (Russian) Example: null |
data.products[].imageUrl | string | optional | Main image URL Example: https://example.com/image.jpg |
data.products[].advert | integer | optional | Ad indicator (0/1) Example: 1 |
data.categoryinfos[].titleCn | string | optional | Category Chinese name Example: null |
data.categoryinfos[].titleEn | string | optional | Category English name Example: null |
data.categoryinfos[].titleRu | string | optional | Category Russian name Example: null |
data.categoryinfos[].cnTitlePath | string | optional | Chinese category path Example: null |
data.categoryinfos[].enTitlePath | string | optional | English category path Example: null |
data.categoryinfos[].titlePath | string | optional | Russian category path Example: null |
data.categoryinfos[].id | string | optional | Category ID Example: example-id |
data.categoryinfos[].crossBorderSellable | boolean | optional | Whether cross-border sales are allowed Example: false |
data.title | string | optional | Provider-specific response title. Example: null |
data.sourceType | string | optional | Provider-specific source platform type. Example: null |
data.sourceTool | string | optional | Provider-specific source tool name. Example: null |
data.page | integer | optional | Current page returned by the upstream provider. Example: null |
data.pageSize | integer | optional | Page size returned by the upstream provider. Example: null |
data.pageItemCount | integer | optional | Item count on the current page returned by the upstream provider. Example: null |
data.totalPage | integer | optional | Total page count returned by the upstream provider. Example: null |
data.dataSnapshotMonth | string | optional | Data snapshot month returned by the upstream provider. Example: null |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data | null | required | 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,
"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,
"titleDensity": 1,
"wordCount": 1,
"categories": [],
"dimension": {},
"products": [],
"id": "example-id"
}
],
"columns": [
{
"type": 1,
"naturalRank": 1,
"exposure": 1,
"conversion": 1,
"x": []
}
],
"costTime": 1,
"costToken": 1,
"products": [
{
"ozonId": 1,
"sku": 1,
"imageUrl": "https://example.com/image.jpg",
"advert": 1
}
],
"categoryinfos": [
{
"id": "example-id",
"crossBorderSellable": false
}
]
},
"code": 0,
"msg": null,
"ts": "0",
"time": "2026-01-01 00:00:00",
"cost": "-1",
"traceId": null
}Responses
| Code | Description |
|---|---|
| 200 | HTTP request completed. Check JSON code; only 0 indicates business success or acceptance. |
| 400 | Request JSON or required API parameters are invalid. |
| 401 | API key is missing, invalid, or cannot be matched to a user. |
| 5xx | API 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.