Ofcourse it is possible to get Search results within your flow
You can achieve this by using the API connector of the SharePoint environment.

But the JSON you get in return is not that very friendly and you have to parse it around in order to get object that are usable. Each result is not an object complete by properties, but is object will contain key/value pairs which you need to itterate in order to get the correct key and value
