Token transfer scanner through Events

Hi, I’m writing a web3 scanner, that’s monitoring token transfers between NEAR accounts. I believe I could achieve this by simply monitoring my desired contracts and catching emitted events as they include everything I need. However can’t seem to find any Javascript API reference for how to achieve this? My vision: a nodejs app is scanning the chain for changes on a given contract, when it catches an event that matches the description, it captures the event.

Thanks for pointing me in the correct direction
V.

Seems like this is not yet implemented but with enough community feedback this could be implemented.

Docs:

Github discussion: