Steam reviews on Apex Legends via Steam Web API
I sometimes collect steam reviews using Steam Web API for personal use, and the following code, while having some redundant parts, can collect all reviews for a given game. Lately I have attempted collecting reviews for Apex Legends, however no matter what I do I get 1427 reviews. I have attempted many things such as removing the language filter, changing off topic activity filter, making the end date dynamic, however I cannot seem to collect all reviews.
After the cursor that yields 27 reviews (which is the first time I get anything but 100) next cursor is AoJwq+Kw1PUCf/CWrQI= and it yields 0 reviews and is also returned as the next cursor.
My code is as follows, is there any suggestions so I can collect all reviews, thank you in advance.