I have this website for search data (http://wedge3.hcauditor.org),
This is an image on the start page.

example Inputs-
here first input box(House # Range) = 3419
and the second one is (empty)
and third one(Street Name) = Wabash
when we submit this data and we have this link, http://wedge3.hcauditor.org/view/re/0570005018800/2017/summary
we can't create URL for searching data because of only change in this link Parcel ID(0570005018800)
actually, I am new to the python web scrape, but I have good knowledge of urllib, beautifulsoup and requests modules.
I need to know, can we do this with python and if it is which module use for this.
I am using python 3.6