I can't go to next page

Hello,

I have this small project I need to capture data from each link, when capture is over on all links of the page I need to go to the next page (not select all pages like in tutorial) , so I selected next (arrow) but fail to work, please help :

slight_smile:
{"_id":"lista2","startUrl":["https://membri.listafirme.ro/pagini/p49.htm"],"selectors":[{"id":"pages_to_go_and_get_data","type":"SelectorLink","parentSelectors":["_root","next_page_pagination"],"selector":"td a","multiple":true,"delay":0},{"id":"cui","type":"SelectorText","parentSelectors":["pages_to_go_and_get_data"],"selector":"tr:contains('Cod Unic de ĂŽnregistrare') td:nth-of-type(2)","multiple":true,"regex":"","delay":0},{"id":"next_page_pagination","type":"SelectorLink","parentSelectors":["_root"],"selector":"li:nth-of-type(23) a","multiple":true,"delay":0}]}

I couldn't get it to work using link selector. The easiest thing to do is edit the meta-data and change the start url to https://www.listafirme.ro/pagini/p[1-200].htm

where [1-200] = the range you want.

Then delete any pagination elements and it's good to go.

1 Like

Thank you so much ! have an account on that website to get extra hidden details, when I login it and try to scrape the data several times its showing OK button that I'm not a human, once I push it, its loads google recaptcha image puzzle to resolve... That's happening only when I'm logged in. Can be implemented any recaptcha service on this addon like deathbycaptcha etc ? Or some command to disable recaptcha script that triggers only when I'm login.

Do you have skype ?