Can't scrape from a list in Google Maps

I am trying to scrape some information from a google search result. When I click on "more", this list is taken to a map.

Here is an URL: best restaurants in nyc - Google Search]];tbs:lrf:!1m5!1u2!3m2!2m1!2e8!4e2!1m4!1u3!2m2!3m1!1e1!1m4!1u5!2m2!5m1!1sgcid_3french_1restaurant!1m4!1u5!2m2!5m1!1sgcid_3american_1restaurant!1m4!1u2!2m2!2m1!1e1!1m4!1u1!2m2!1m1!1e1!1m4!1u1!2m2!1m1!1e2!1m4!1u22!2m2!21m1!1e1!2m1!1e2!2m1!1e5!2m1!1e1!2m1!1e3!3sCg8SDXJhdGluZ19maWx0ZXIgASoCVVM,lf:1,lf_ui:9

I don't have a sitemap because I can't get the scraper to click on the restaurant link (or whatever it is, doesn't seem like a link) that opens kind of a popup, an information window with the restaurant information.

Can anyone help me? It seems doable, but I tried different ways and couldn't get it to work.

Thank you in advance!

Something like this:

{"_id":"google_resto_list","startUrl":["https://www.google.com/search?q=best+restaurants+in+nyc&sca_esv=556249635&biw=2560&bih=1289&tbs=lf:1,lf_ui:9&tbm=lcl&sxsrf=AB5stBhc_tVPocMG51G_N2TaskKymn_DcQ:1691829268623&ei=FETXZJfWJfeE0PEPtdmjqAs&start=20&sa=N&ved=2ahUKEwiXsM6U29aAAxV3AjQIHbXsCLUQ8tMDegQIFRAM#rlfi=hd:;si:;mv:[[40.771321199999996,-73.9650551],[40.7133904,-74.0121291]]"],"selectors":[{"id":"click headings","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"div.rl_full-list div > div[role=\"heading\"]","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":3000,"discardInitialElements":"discard-when-click-element-exists","multiple":true,"selector":"div > div.xpdopen"},{"id":"Name","parentSelectors":["click headings"],"type":"SelectorText","selector":"div > h2","multiple":false,"regex":""},{"id":"Rating","parentSelectors":["click headings"],"type":"SelectorText","selector":"div > div > div.kp-header > div > div:nth-child(2) > div:nth-child(1) > div > div > span > span[aria-hidden]","multiple":false,"regex":""},{"id":"Category","parentSelectors":["click headings"],"type":"SelectorText","selector":"div > div > div.kp-header > div > div:nth-child(2) > div:nth-child(3) > div > span:nth-child(2)","multiple":false,"regex":""},{"id":"Pricing","parentSelectors":["click headings"],"type":"SelectorElementAttribute","selector":"div > div > div.kp-header > div > div:nth-child(2) > div:nth-child(3) > div > span:nth-child(1) > span","multiple":false,"extractAttribute":"aria-label"},{"id":"Pricing2","parentSelectors":["click headings"],"type":"SelectorText","selector":"div > div > div.kp-header > div > div:nth-child(2) > div:nth-child(3) > div > span:nth-child(1) > span","multiple":false,"regex":""},{"id":"Overview","parentSelectors":["click headings"],"type":"SelectorText","selector":"div > div > c-wiz > div[data-ved] > div > div > span","multiple":false,"regex":""},{"id":"Service options","parentSelectors":["click headings"],"type":"SelectorText","selector":"div > div[data-attrid] > c-wiz > div:contains('ervice options')","multiple":false,"regex":""}]}