So I have an API with Cursors to page through data (100 items at a time) which I can automate through Parabola.
The issue is that for each request there could be dozens of pages of older data that I don’t really want. While Parabola does let me limit the number of pages pulled from an API request, its a fixed number.
Would it be possible to specify a condition in which the number of pages pulled varies?