EasySellers.ru is a smart analytics solution for sellers on Wildberries marketplace(an Amazon analogue in Russia) with 30k monthly active users. The platform shows real demand, identifies growth opportunities, and highlights what really drives sales. From keyword tracking to competitor insights and automated reporting. EasySellers.ru gives sellers everything they need to find which goods to sell. Here is the website usage statistics Easysellers stats

Features

The tool allows sellers to track sales by items, competitors and keywords. Having this data allows discovering new business opportunities. Sellers used the tool to define their go to market strategy. Easysellers demo

Implementation details

Tech Stack

Scraper

Go-based web scraper that collects product data, search rankings, and market information from Wildberries marketplace. The scraper handles rate limiting, anti-bot measures, and ensures reliable data collection.

Transformations and data serving

Apache Airflow orchestrates ETL pipelines that process raw scraped data, perform transformations, and load structured data into ClickHouse. ClickHouse serves as the analytical database, optimized for fast aggregations and time-series queries required for real-time analytics.

API and Web app

TypeScript-based backend API built with Express.js that serves analytics data to the frontend. React-based web application provides an intuitive interface for sellers to explore market insights, track keywords, analyze competitors, and generate automated reports.

Tech Stack

  • Languages: Go, TypeScript, SQL
  • Orchestration: Apache Airflow
  • Database: ClickHouse
  • Backend: Express.js (Node.js)
  • Frontend: React