Use an Input Dialog, Store the input in a variable.
Use the “Open Browser” activity and Use the “Type Into” activity to enter the user-provided data into the Google search bar.
Use a “Find Element” or “Find Image” activity to check if there are search results on the Google page. If search results are found, you can proceed; otherwise, prompt the user to check the data.
If search results are found, use activities like “Data Scraping” to extract details from the web page.
Store the extracted data in variables.
Use the “Write Range” activity to write the extracted data to an Excel file.
For this use a INPUT DIALOG BOX activity and give the user a prompt and get the output as a string
Now use a USE BROWSER/APPLICATION activity and use a type into activity with the above obtained string as input
Use element exists or check app state activity to validate any element or availability of data
If yes then use GET TEXT activity and save the data as a string which can be added to a excel using WRITE CELL activity or create a datatable with BUILD DATATABLE Activity initially with column you want and pass the value obtained with get text activity using ADD DATAROW activity which can be later written to excel with WRITE RANGE activity
Or
Here you can use TABLE EXTRACTION