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.
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.
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