Pagination

Pagination divides long lists (products, search results) into multiple pages—?page=2, offset=50, or endless-scroll AJAX calls. Scrapers must detect the next-page pattern and iterate until no more results.

Tips with Proxied:

  1. Rotate IPs on each page request via our 4G/5G proxy gateway to avoid per-IP page-depth limits.
  2. Respect per-page delay to mimic human browsing.
  3. Handle both server-side (?page=) and client-side infinite scroll (JSON "cursor" tokens).