There are two issues with the https://www.geoguessr.com/api/v4/user-maps/search/me API. The PageSize parameter is not taken into account. For example, on the creator hub page, it is set to 20, but the API only returns 10 maps (Beyond page 91 in my case (user 5b7e7b8c1ee010718865b76b) it becomes chaotic and then returns between 10 and 20 maps randomly). Beyond page 100 (approx.), it crashes and returns the same maps in a loop so it always has the hasMore parameter setted to True and then infinitely loops (leading to an enormous number of API calls in scripts and even in creator hub page itself). I realize that not many people have more than 1,000 maps, but it's still annoying for those who do.