Multi-Page Scraping

Scrape across multiple pages automatically using pagination. Configure it in the Pagination tab of your recipe.

Click Next

The extension clicks a "Next" button to navigate between pages. You pick the next button using the element picker and set the max number of pages.

URL Pattern

Define a URL template with a page number placeholder. For example:

https://example.com/products?page={page}

The extension increments the page number and navigates to each URL automatically.

Settings

SettingDefaultDescription
Max Pages5Maximum number of pages to scrape (up to 50)
Delay2,000msWait time between page navigations to avoid rate limiting
Start Page1Starting page number (URL pattern mode only)