Getting play store reviews

I'm having trouble scraping reviews for app in google play store.

It sort of works in previewing data on element scroll selector, but not during actual scraping.

App in question: https://play.google.com/store/apps/details?id=co.uk.getmondo&hl=en

Please could anyone advise?

Sitemap:
{"_id":"reviews1","startUrl":["https://play.google.com/store/apps/details?id=co.uk.getmondo&hl=en"],"selectors":[{"id":"cards","type":"SelectorElementScroll","parentSelectors":["_root","click"],"selector":"div.W4P4ne","multiple":true,"delay":"3000"},{"id":"name","type":"SelectorText","parentSelectors":["cards","click"],"selector":"div.xKpxId span.X43Kjb","multiple":true,"regex":"","delay":0},{"id":"click","type":"SelectorElementClick","parentSelectors":["cards"],"selector":"div.PFAhAf","multiple":true,"delay":0,"clickElementSelector":"div.PFAhAf","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"}]}

Hi there!

Unfortunately for some reason WebScraper Element Click won't work on Show More button there, but it can be done using Tampermonkey extension to automatically click it if it shows up. Let me know if you will need any guidance creating such script.

Hi @iconoclast,

I need help with the Tampermonkey script, can you please help me?