you could also inspect with devtool in your browser (network tab), what exactly the site does, when you enter the postcode & house number. If it hits an endpoint with a GET or POST request, replicate that request in Postman to try out if unauthenticated users can access the API and, if it accepts any client, then replicate the request in a python script (or whatever language you prefer) and write the reply in a database on your disk (or make a backend workflow that accepts the inputs from your script and then directly write to your Bubble DB).
1 Like