You can use Extract data from web page to extract the results into a table and then use Find or replace in data table to find which row contains the address you are looking for.
I would, however, suggest avoiding keystrokes here and instead use Press button in web page and use the following selector: span:contains("%Address%") where %Address% stores the address you need.
As you can see, the <span> elements actually contain the address in their value:

(this view is from the Chrome developer tools, inspecting the search results).
-------------------------------------------------------------------------
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
I also provide paid consultancy and development services using Power Automate. If you're interested, DM me and we can discuss it.