I am working on a project analyzing the player base of chess.com players. I can only pull out 10000 usernames from each country before it moves on to the next country. Is there anyway I can get all usernames before the API stops at 10000?
No, that API is capped due to the number of members and performance reasons.
I am working on a project analyzing the player base of chess.com players. I can only pull out 10000 usernames from each country before it moves on to the next country. Is there anyway I can get all usernames before the API stops at 10000?