Dynamic Data Scrapping For Different Page Id

Hello Everyone,
I am trying to scrap the data from linkedin , there is 100 pages are available.

By using data scraping i am indicate the Name & Extract URL of that pages then click on next button. For extracting the data from all the pages.

when bot is running the bot will be scrap only two pages & exist other 98 pages are not scrapping.

how to solve this problem the id of every page is different for ex:ember3450.+
Thanks & Regards,
Amar

@amarekatpure hello
Can you share the selectors where error is comming.

Hi @amarekatpure

Create a counter variable with integer datatype and assign as ‘1’. Use the while loop to iterate the counter. In the while loop give extract data table activity and give the click with ‘Click’ activity on Next Page. Increase the counter value at end.
In while condition write the condition as “Counter<=100”.

I have made an example for that. Please find out the below image.

Error is not coming.
its not scrapping the data more than 2 pages.

Id of every page is different.

Here is Sc of Extract structured data.

Let me try this.

@amarekatpure

Looks like the selector is not proper…please use ui explorer and select few attributes which are static like which does not change across pages or not contain any number and use it to extract instead of id…that might help you solve it

Cheers