Are you able to bypass the 34 page Catalog API Cursor limit?

I’ve recently needed to get a list of all AssetIDs of every accessory for a game that I’m working on.

My initial way of doing this was to get all the cursors available, with the limit of 30 items per page. I’ve come to find out that I can only get 34 pages, which means that I can only access around 1000 items which makes my ID list pretty limited

Is there a way to bypass/work around this limit? Thanks in advance.