ET59
Scrape Tasks

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:

  1. Scrape the initial list page
  2. Look for a "next page" link using your pagination selector
  3. Follow that link and scrape the next page
  4. 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`
Pagination Support - ET59 Docs | ET59