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
| Setting | Default | Description |
|---|---|---|
| Max Pages | 5 | Maximum number of pages to scrape (up to 50) |
| Delay | 2,000ms | Wait time between page navigations to avoid rate limiting |
| Start Page | 1 | Starting page number (URL pattern mode only) |