Hello!
Can you parse Bitcoin Private (btcprivate.org)?
You can parse almost any coin very easily, because most of them using level db for keeping their utxo,
Just use python
plyvel module to read db data.
Actually, bitcoin private used the same technique to get bitcoin utxo.