How to Create a Loop to Get All Records from an API that Paginates Without a Cursor

Hey @alexanderwford,

Have you checked out the example here: Pagination Scraping html - #2 by MutedJam

It has a loop that increments a page count by 1 which sounds like it would do what you are after.