I've got the API working to get all my accounts, and the limited amount of data from my watched accounts but I need all the data...

But how do I fetch the same data from other trading systems? It doesn't seem possible through the API, so it looks like I would have to build some kind of scraper to fetch each URL I want and scrape the data I need.

Is that the only way?