Pagination Support
Scrape multiple pages of results automatically
Pro Feature
Pagination scraping is available on the **Pro plan** and above.
How It Works
When enabled, ET59 will:
- Scrape the initial list page
- Look for a "next page" link using your pagination selector
- Follow that link and scrape the next page
- Repeat until no more pages are found
Configuration
In your scrape task settings:
- **Enable Pagination:** Toggle on
- **Next Page Selector:** CSS selector for the "next" link (e.g., `a.next-page`, `.pagination .next`)
- **Max Pages:** Optional limit to prevent infinite loops
Tips
- Test with a small max pages limit first
- Make sure the next page selector is specific to avoid matching wrong links
- The selector should match a single `<a>` element with the correct `href`