Google Maps data colection error

Describe the problem.
I am trying to collect data from Google Maps. Respectively, I need to find
name, address, web and phone. For some reason, data has been scraped partly. There are some "null" rows appears, but not for all. Can you please take a look on sitemap?

FYI. I am using "WebScraper Dev" for Chrome

Url: https://www.google.com/maps/search/Converse+Germany

Sitemap:
{"_id":"test","startUrl":["https://www.google.com/maps/search/Converse+Germany"],"selectors":[{"id":"title","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.widget-pane-content","multiple":true,"delay":"1000","clickElementSelector":"h3.section-result-title span","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},

{"id":"name","type":"SelectorText","parentSelectors":["title"],"selector":"h1.section-hero-header-title-title","multiple":false,"regex":"","delay":"2000"},

{"id":"address","type":"SelectorText","parentSelectors":["title"],"selector":"[data-section-id='ad'] span.widget-pane-link","multiple":false,"regex":"","delay":"2000"},

{"id":"web","type":"SelectorText","parentSelectors":["title"],"selector":".section-info-underline span.widget-pane-link","multiple":false,"regex":"","delay":2000},

{"id":"phone","type":"SelectorText","parentSelectors":["title"],"selector":".section-info-speak-numeral span.widget-pane-link","multiple":false,"regex":"","delay":"2000"},

{"id":"goback","type":"SelectorElementClick","parentSelectors":["title"],"selector":"button.section-back-to-list-button span","multiple":false,"delay":"1000","clickElementSelector":"button.section-back-to-list-button span","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"}]}