Google search stuck at first result

Hi,
i created this sitemap to scrape the zip codes
{"_id":"googlezip21","startUrl":["Google Search Plaza, 1800","Google Search Nov%C3%A1 Karolina, Jantarov%C3%A1 3344/4","Jantarová - Google Search 3344/4 - Forum Nov%C3%A1 Karolina, horn%C3%AD patro"],"selectors":[{"id":"address","parentSelectors":["_root"],"type":"SelectorText","selector":"div.aiAXrc","multiple":false,"regex":""},{"id":"zipcode","parentSelectors":["_root"],"type":"SelectorText","selector":"span.fMYBhe","multiple":false,"regex":""}]}

it used to work, last time i used it was maybe 2 weeks ago
but now for some reason it gets stuck on the first result and nothing happens
any idea?
thanks!

Your sitemap won't import due to improper pasting in forum. But just looking at the fragments, I can guess the issue. You seem to be using specific class names in your scraper. Problem is, Google and many modern sites use random class names in their HTML which are dynamically generated. These can change at any time. So you would need better selectors: