'What is the fastest way to access ipfs jsons that are not mine?

I am building a python bot for which I need to access thousands of json files on the ipfs.io server in a matter of seconds, at the moment my bot takes a few minutes to load all the files, I would like to know if there is a way to access a python node that is not mine directly from my python code with an ipfs library, or, if not possible, if there is a way to speed up the data gathering process, apart from multithreading, and async, which I already do. I was thinking of using multiple proxies and different Ip’s, I dont know if a faster internet would help. The ipfs links I have to get access to and gather information from are something like this:

https://ipfs.io/ipfs/QmfWuoR2Cxezerynjjknhmus1qgGdwLRcBLQVFSrdHAwnJ/1

I just need to change the last number up to 10000 and read from every file. Thanks to anyone who helps me



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source