I was curious. I have a project on my desk, and I am unsure if UIPath offers such things, but I have a website that changes its data now and then. Is there a way for me to automate a robot to go on to this website daily, look at it and tell me if something has changed?
Hi @Primal
I don’t think so it possible to automate like that. May you can try with API the have to provided by the website owner / API Provider.
Regards
Gokul
@Primal
Yes, it’s possible based on your requirement.
For Example, If the Price details for a specific product are changed, Bot will inform you via email.
The data will store in the asset and daily check the extracted data with the asset and if extracted data is not equal to the asset value, the bot will send mail to you.
If any changes in the Website structure, it may affect the BOT process.