Every search response includes a next field - a ready-made relative URL for the next page. You never need to build paging parameters yourself.
cyberDocs array.next to https://api.webz.io and call it.moreResultsAvailable reaches 0.{
"cyberDocs": [ ... ],
"next": "/cyberFilter?token=YOUR_TOKEN&format=json&ts=1751630400000&q=bitcoin",
"moreResultsAvailable": 4200
}With the default crawled sort, next carries your position forward in time. Keep calling it on a schedule and you receive only posts crawled since your last call.
With published, thread.published, or relevancy sorts, next advances an offset (from) instead of a time cursor.
Each page is a new request and consumes a credit - see Errors, Rate Limits & Credits.