Looping through API Extract, Why am I getting only one row? no paging for API

I am looping through an API extract that returns one record per call. Everything appears to be working and there is no paging for the API.  How do I retrieve all the loops data instead of just the one row I am retrieving? I was trying to use the widgets but I think I am going to need to use Python. Does anyone know a way to step through the results of multiple calls to an API without a Python script?