Input data into search box and click enter, before scraping

Ive got a website i need to scrape data from, the website in question is : https://www.crestron.com/How-To-Buy/find-a-dealer-or-partner/Elite-Platinum-Residential-Dealers/Search

Before the website will display the data for my local region i need to type the location i wish search "miami" into the javascript search box at the top of the page and click "find".

Unfortunatley the website runs this search feature via javascript otherwise i might have been able to change the URL string to include the word "miami"

Hi

I'm trying to do something similar on Zillow.com ... did you find out how to input data then click enter/search ?

Thanks in advance

For Zillow, you do not need to. The search results are in URL and pattern is consistent -
https://www.zillow.com/homes/(City)-(state)/

E.g. for Columbus and Memphis, it is:
https://www.zillow.com/homes/columbus-oh/
https://www.zillow.com/homes/Memphis-TN/