PAGE_PARAM: URL changes with a query param (example: ?page=2, ?seite=3). Fill the Page Parameter Name.
LINK_SELECTOR: No page param; provide the CSS selector for the "Next" button (inspect the element, e.g. .pagination-next a).
AJAX_OFFSET: The directory loads more results via AJAX/infinite scroll. Provide the AJAX URL template with an {offset} or {page} placeholder, plus initial offset (start) and offset step (how much to increment each request).
NONE: Only one page of results. Set Max Pages to cap crawling (10-30 is typical).