Not able to scrap structure data from Google search results

Hi,
Greetings for the day!!!

I am trying to capture Title and URL from a google search results set. but due to other sections(Videos/Images/People also Ask) coming in between the search results I could extract the data only till that section. Please find below details.

URL:criticism of google - Google Search

Please find the attached screenshot and suggest

Screenshot (2)|690x388

Thanks in advance…!!!

Hi,
Can someone help me with this?

Hi @durga_prasad_Varma

You can do screen scrapping instead of data scrapping

Thanks
ashwin S

Hi @AshwinS2,

Thanks for the reply

But through screen scraping we can extract particular elements or whole data. In this particular case i would like to scrape description and URL’s only.

Thanks,
Durga Prasad

Hi @durga_prasad_Varma

Yes based on that you can do split and use write range activity

Thanks
Ashwin.S

Hi,
You can scrape the url as usual. Just while writing to csv or excel, use an if condition as url = ‘blank’ then Skip writing. In else part write the link

Regards,
Sonali