I’ve recently discovered IPFS and was looking into how one would be able to recover / obtain a master meta data file from a CID which has many paths e.g. https://ipfs.io/ipfs/{CID}/1 - https://ipfs.io/ipfs/{CID}/1000. I first tried this with normal HTTP GET requests and realised how slow it was, then tried it with asynchronous requests and came across the problem of getting rate limited very quickly. So now was wondering if there would be a better approach to this through IPFS itself or if I would need my own IPFS node to tackle this problem. If someone could give me some insight into this I would appreciate it.