Hello,
Looking for some help finding the full (or maybe absolute) URL's to do some web scrapping.
Here is the basic URL link
https://apps.web.maine.gov/cgi-bin/online/bablo/licensing/search_large
I referenced Web Scrapping - Unchanged URL
but cannot find what I should be looking for in the developer tools. I ran a blank search and then went to Network tab but I don't see what I should be looking for. The other post mentioned: ?searchstring, but I don't see that.

Specifically I am interested in "BRW, DIS, SMB, SMD" so it could be 4 different URLs or leave the field blank and I can filter the data later. I would prefer to filter on the front end however.
Once I run the search I am trying to pull data from two levels down.
This is the first level: I want to select the link that brings me to the business name information.

Here is the second level and the fields I am trying to pull data for.

I do get a URL for the individual business pages Sea Dog Brewing Co. but there is no way to predict the URL especially if you don't know the Company name.
Any help and would be great. I've been on Alteryx for about a week now, so I do not know much about web scrapping/API yet.