crawler.mov
A bot application has been developed as part of the backend final project. This project is a web crawler application that can scrape products from the website https://4teker.net/. It is capable of retrieving the desired number of products. Additionally, you have the option to scrape only discounted products, non-discounted products, or all of them.
The scraped products can be viewed in a panel and saved as an Excel file. This allows you to transfer the data to your own systems.
Furthermore, when the bot completes the scraping process, you can optionally receive an in-app notification and an email notification to keep you informed.
Firstly, there is a console application that uses Selenium Framework to scrape the products. Then, there is a Web API project that facilitates the transfer of products to a database. Lastly, there is a Wasm project that enables tracking of products and logs using SignalR.
Orders database table :
Products database table :
Orderevents database table :
The screen of the Blazor WebAssembly (WASM) project that displays products and logs:





