How to use the Pagination feature in Manual Scraper
Option | Description | Example URL |
---|---|---|
Query Pagination | Adds 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 Pagination | Inserts the page number into the URL path. For this option, you need to define the limit pages. | /list/page/2 |
Next Page Link | Clicks 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 |