
Pagination is no longer limited to simple “page 1, page 2, …” navigation. Modern websites employ complex patterns such as infinite scroll, cursor-based APIs, nested lists, and even circular link structures. For robust web scraping – especially at scale – treating pagination as a graph rather than a linear sequence is a powerful abstraction that improves reliability, deduplication, and safety.