Marketplace Analytics¶
Marketplace Analytics pulls your Wildberries and Ozon seller data into one database once a day, works out what you actually earned after commission and logistics, and shows the result in a single dashboard.
Sellers who list on both platforms normally have to open two seller cabinets, export two sets of spreadsheets, and reconcile them by hand before they can answer a question as basic as "which product made me money last month". This product answers that question directly, and exposes the same numbers over a REST API.
What it does¶
- Syncs sales, orders, stock levels and listing statistics from both marketplaces through their official APIs.
- Calculates gross profit per SKU using your cost price against the platform's commission and logistics deductions.
- Flags products that will run out of stock, based on how fast they are currently selling rather than on a fixed threshold.
- Tracks the listing funnel from impressions through clicks and cart adds to orders.
- Exports any section to CSV, and sends a Telegram message each morning when stock is running low.
Where to start¶
-
Setting it up for the first time
Server requirements, installation, and the first data import.
-
Connecting Wildberries and Ozon
Which API keys you need, which permissions to grant, and where to find them.
-
Using the dashboard
What each section shows and how to read the figures without misinterpreting them.
-
Integrating with the API
Endpoint reference, query parameters, response shapes and error behaviour.
A note on scope¶
This is a single-tenant tool. One installation serves one seller account per marketplace, there is no user management, and the API has no authentication layer of its own. It is designed to run on a private server behind a reverse proxy, not to be exposed to the internet. Deployment and access covers how to keep it that way.