Yes, I know, but these websites are not maintained by me. These are just third party websites and they do not provide an API for connections.
So as a solution I made a bot based on puppeteer to emulate the login process on them. As it returns
JWT token after login and I use it for future requests, but the problems is that jwt expires in a few hours, so I need to repeat the login process by using the raw credentials.
Thanks for advice.