Voyager uses two pagination styles depending on the endpoint: offset-based (most endpoints) and cursor-based (conversations).
Most list endpoints accept start (offset) and count (page size) parameters.
Conversations use cursor-based pagination. The response includes a nextCursor value that you pass in the next request.
LinkedIn returns a maximum of approximately 1,000 results for any search query, regardless of the total number of matches. Use specific keywords and filters to narrow your results rather than trying to paginate through everything.
Adding delays between pagination requests reduces the risk of LinkedIn rate limiting.