Redirecting to External Site Based off user input

Essentially I am trying to search a marketplace of mine on a third party site. This has a search feature already available which has a URL, Is there a way to create a search that when a user has typed the keywords they are looking for it directs them there.

For example, on wix I have a user input box, or search bar, the user types ‘Football’ This then takes me to the search URL on the other site + ’ KEYWORD USER TYPED, IN THIS EXAMPLE ITS FOOTBALL’

The base URL is always the same, Do you know if this is possible?

base_URL+${KEYWORD}

Do you have an example of the code for this though?

https://javascript.info/string
Single and double quotes are essentially the same. Backticks, however, allow us to embed any expression into the string, by wrapping it in ${…} :

Please observe the community guidelines and refrain from multiple posts on the same topic or question.