Skip to main content
All CollectionsRobotsBuilding robots
How do I handle pagination and scrolling?
How do I handle pagination and scrolling?

Browse AI robots can handle pagination by clicking "next" buttons, "load more" buttons, or scrolling to automatically collect data from multiple pages or infinite scroll listings.

Nick Simard avatar
Written by Nick Simard
Updated over a month ago

Understanding pagination

Pagination is how websites display large amounts of data across multiple pages. When scraping data, you'll need to tell your robot how to navigate through these pages to collect complete datasets.

Common pagination methods include:

  • Next page buttons: clicking on arrows or next links to move to another page

  • Load more buttons: clicking buttons that add more content to the current page

  • Infinite scrolling: scrolling down to trigger loading additional content

  • Page number links: clicking on specific page numbers

Setting up pagination in Robot Studio (recommended)

  1. After selecting your data points:

    1. Robot Studio will often automatically detect the appropriate pagination method. Simply review the suggested method and confirm it if it's accurate.

    2. If Robot Studio doesn't automatically detect the pagination, or if the suggested method is incorrect, you'll need to manually select the appropriate method from the options provided.

  2. Review the suggested method and confirm if it's accurate.

  3. If Robot Studio doesn't detect the correct method, you can manually select from:

    • Click "Next" to navigate to the next page

    • Click "Load more" to add more items

    • Scroll down to load more items

    • No more items to load (when you've reached the end)​

Setting up pagination in the Chrome Extension

  1. Use the Capture List action to select the items you want to extract

  2. After labeling your data points, a summary list will appear for review

  3. Name your list and configure how many rows of data to extract

  4. Choose the appropriate pagination method:

    • If using Next page or Load more, carefully select the button or link that advances to the next page

    • Make sure to choose the element that dynamically moves to the next page, not just a static link

  5. Click the Capture List button to complete the setup​

Watch & learn


Did this answer your question?