Pagination Help

Hi,

I need to extract info. from this webiste
http://web1.hry.nic.in/voterlist/assembly.aspx

I need to extract info from all the pages for option set( parliamentary constituency - gurgaon, assembly constituency- bawal)

I can fetch result from one page, but pagination(next button) select is not responding back. I don't understand where am I wrong?

Appreciate your help in advance.

You won't be able to scrape this kind of pagination with current web scraper selectors because the page reloads after you click on "next" but URL doesn't change.

Thanks KristapsWS for considering my query. Can you please suggest right web scraper selectors to achieve same results?

Appreciate your help.

1 Like

I'm running into a similar problem, looking forward to more input on this thread :slight_smile:

1 Like

Hi,

I am able to scrape 2 pages of my website with the mentioned selectors. Can you suggest how Can I keep the loop running?

Appreciate your help.

Warm Regards
Goyal

Any luck? I have the same issue!