For my project, I focused on YallaKora, a popular Arabic football website that publishes live match coverage. I built a web scraping pipeline to extract match scores, goal events, player substitutions, and league standings. The site's dynamic content required handling AJAX requests and periodic page refreshes. My solution automated data extraction at scheduled intervals, cleaned the raw HTML, and stored structured outputs in a CSV file. This work enables trend analysis, performance tracking, and real-time match monitoring without manual intervention.