Data Scrapping on Google Page

I m new to service now. I m using Data scrapping to retrieve structured data from google.com. As per my requirement I need to click on more button to retrieve video data. I tried to use Click , Click Text and Click image activity but the UI path is not able to find the selector ? Can anyone help?

Use Case → www.google.com → Search for amazon → Click on more → Click Videos → Gather the structured data → Export

Can you share your workflow? It should be fairly easy to find proper selectors for this.

Hi welcome to the community!
What is the part that you are having problems with? If it is the click on more… You could use this type of URL on your open browser:
https://www.google.com/search?q=amazon&tbm=vid
where you would only need to change the “amazon” to your keyword…

1 Like