Web Scraper on Google Seach?

Hello,
I used web scraper several months ago and it has worked well.
However, I didn't use it on Google Search.
When I click "Select" for new selector, the whole page turns gray, and none of the individual search results highlights with mouse hover.
How do I scrape e.g. the headline of each search result?
Thanks for any help! :slight_smile:

Url: http://google.com

Sitemap:
{id:"sitemap code"}

Hi @atmian

Try something like this:

{"_id":"google-search-results-edit","startUrl":["https://www.google.com.hk/search?q=Watch+AND+owner+AND+%22%40gmail.com%22+site%3Alinkedin.com&newwindow=1&safe=strict&sxsrf=ALeKk03a4-vQe-zgDRXoHHbJiC86uV27-A%3A1618908857629&ei=uZZ-YMHvJdSB-QaLvY_QCw&oq=Watch+AND+owner+AND+%22%40gmail.com%22+site%3Alinkedin.com&gs_lcp=Cgdnd3Mtd2l6EANQrKsaWKCIG2CfkBtoBHAAeAKAAbQIiAGiLZIBEDAuMTguMi4xLjEuMC4xLjGYAQCgAQGqAQdnd3Mtd2l6wAEB&sclient=gws-wiz&ved=0ahUKEwiBsIe7uYzwAhXUQN4KHYveA7oQ4dUDCBM&uact=5"],"selectors":[{"id":"result-pagination","type":"SelectorLink","parentSelectors":["_root","result-pagination"],"selector":"div[role=\"navigation\"]:not(:has(td:not(:has(a)):contains(\"10\"))) a[id*=\"next\"]","multiple":true,"delay":0},{"id":"result-element","type":"SelectorElement","parentSelectors":["_root","result-pagination"],"selector":"div[data-hveid]","multiple":true,"delay":0},{"id":"url","type":"SelectorElementAttribute","parentSelectors":["result-element"],"selector":"div > a:has(> h3)","multiple":false,"extractAttribute":"href","delay":0},{"id":"title","type":"SelectorText","parentSelectors":["result-element"],"selector":"div > a > h3","multiple":false,"regex":"","delay":0},{"id":"text","type":"SelectorText","parentSelectors":["result-element"],"selector":"div:has( > a > h3) + div","multiple":false,"regex":"","delay":0}]}