Best mechanism to grab web data with captcha?

Hi, I’d like to (respectfully) use this site to make sure my car registration doesnt lapse (again!). Any advice on the best/simplest way to ingest data from this Tasmanian registration website Tasmanian Government Motor Registry System: Tas Rego Check (transport.tas.gov.au) It has a captcha in front of it which is a shame and Im usure of how to navigate it programatically. The site then returns a page with a simple html table in it with around 10 values including expiry date. Cheers.

I used https://github.com/Hartman5/recaptchaV3-Bypass for a recaptcha bypass that had no ‘I’m not a robot’ checkbox.

1 Like

Captchas are meant to be hard to bypass programmatically. It is their sole purpose.
Ask the organisation for an API access instead.

Yeah I get it. Im not being nefarious. It just seems strange to have a captcha on something that has little consequence if used by a robot and is incredibly useful for automation (or at least reminders).

It is a way to stop data mining.
There are probably a lot of unwanted ways a complete motor register can be used.