Abstract:With the increasing adoption of mobile procurement platforms, real-time dynamic pricing has become crucial for market competitiveness and enhancing platform efficiency. This paper investigates and implements a dynamic pricing system that uses XGBoost as its core predictive model. Specifically, it employs feature engineering and hyperparameter optimization to make high-precision predictions of price and demand, and combines a rule engine with model optimization to generate actionable pricing strategies. By utilizing a microservices framework and containerized deployment, the system ensures real-time responsiveness in high-concurrency scenarios through message queues and caching mechanisms. Furthermore, a closed-loop feedback mechanism enables adaptive optimization of predictions and strategies.