Extract Structured Data NextLinkSelector help

Hello,
I am new to UiPath and I’m having some difficulties with my Data Scraping. When i scrape data from https://hinta.fi/haku?q=sony and I want to scrape it from multiple pages, my NextLinkSelector gets stuck on a loop and goes between 1st and 2nd page. I.e 1->2->1->2 until the max amount is filled.
My NextLinkSelector looks like this:

webctrl aaname=‘Sivu *, tuotteet * - *.’ idx=‘2’ parentid=‘hvjs–toolbar-bottom’ tag=‘A’

How should I do it so that it keeps going up in pages until the wanted amount of items are filled?
Thanks.

Hi @Domuki, welcome to forum

Use next link selector as

<webctrl isleaf='1' parentid='hvjs--toolbar' tag='SPAN' idx='3' />

It is working fine

Please check and if it works mark it as solution

Regards

Nived N
Happy automation

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