How to Extract Data From Multiple Page using Extraction Wizard?

Hello,
I want to extract data from multiple pages on a website using the Data Extraction Wizard in UiPath. However, the webpage does not have a “Next” button for pagination.

attached Screenshot is case.

Hi @kishan.savaliya1,

You can extract by clicking on page numbers.. Before clicking on next page number, use element exists to check if next page number exists or not. If exists, then click and extract data.

While using extraction wizard, click on next page number. it will automatically take into account that button “Next” doesn’t exist.

Once done, you can modify the flow/selectors if needed.

Regards
Sonali

1 Like

Hey @kishan.savaliya1 * Use a For Each loop to iterate through the pages by constructing the URL for each page.

  • For each page, use the Data Extraction Wizard to extract the data.
  • After extracting the data, increment the page number and load the next URL.
    cheers
1 Like

Hi @kishan.savaliya1

Please check the below,

If you found helpful, feel free to tick as a solution.
Happy Automation

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.