0

I need to scrape specific search results from this website: https://forms.justice.govt.nz/search/TT/

However, after searching for the results, the URL does not change.

Is there some sort of hidden URL that I can find and link to?

Nimantha
  • 6,405
  • 6
  • 28
  • 69
versb
  • 91
  • 5

1 Answers1

0

Welcome

@mixonic posted a great answer to this over here.

What you need to do is automate some of the actions on your page. You can do this by finding their id or classname, setting a value and triggering the click to submit.

After that you can scrape the result as needed.

Lachlan Young
  • 1,266
  • 13
  • 15