Hi Everyone,
I’m trying to extract the data from multiple pages but it’s only extracting limited data. Can anyone assist me with this please?
Main.xaml (46.2 KB)
Hi Everyone,
I’m trying to extract the data from multiple pages but it’s only extracting limited data. Can anyone assist me with this please?
Main.xaml (46.2 KB)
Enable the Extract data from multiple page option and above the right corner select no
limit then try to extract again the table and let me know if it doesn’t work .

Cheers
.
You can use the data extractor but you need to also check that it has pagination

Pls share your page URL or screenshot
@mukesh.singh . This the URL : “https://curatal.com/”
Using Table Extraction and clicking on the next page button also try to avoid the Computer Vision selector in the Next page button
Tried this also, but it’s not working as expected. ![]()
share link of website, which website data you want to extract
This is the URL : “https://curatal.com/”
what kind of data are you extracting? , let me know so I can help you.
@Anonymouss , After launching the portal please click on the job and extract all the job details which is highlighted in yellow
“Hello everyone, I would appreciate some assistance with this. Thank you.”
I have created this extraction as project , from my end it works for table extraction from curatal website .
Main.xaml (25.7 KB)
1 . Declared a variable pagenum =1
2 . Used while loop , condition gave pagenum>=1 && pagenum<=5 ( you can change it from 5 to any number of rows u want to see as output)
3 . Drop an Select Item activity and select this element

For select item , use pagenum as input.
4. Call Extract table data activity
5 . Use Assign Activity and pass pagenum = pagenum+1
Hope it works.
Hope it worked . Please mark it as solution or please post if any issues are there.
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.