EasySellers.ru is a smart analytics solution for sellers on Wildberries marketplace. 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.
Features
- Real-time demand tracking and market analysis for Wildberries marketplace
- Keyword tracking and search trend monitoring
- Competitor insights and market positioning analysis
- Automated reporting and data visualization
- Product discovery tools to identify profitable goods to sell
- Growth opportunity identification based on market data
Implementation details
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