Overview

The Pagination tab, as shown in the image, allows users to configure settings for scraping multiple pages of data on websites.

Use the Pagination

To use the pagination feature, follow the steps below:

  1. Toggle the Pagination slider in the Pagination tab.

  1. Select what type of pagination that you would like to use:
OptionDescriptionExample URL
Query PaginationAdds a query parameter to the URL for each page. For this option, you need to define the query parameters and the limit pages./list?page=2
Directory PaginationInserts the page number into the URL path. For this option, you need to define the limit pages./list/page/2
Next Page LinkClicks a “Next” or “Load More” button to navigate pages. For this option, you need to define the CSS selector and the limit pages.No URL change

  1. Click Save Changes to save the configuration.