Scrap number under show button

Describe the problem.

Hey, I'm trying to scrap a listing of tradies in Melbourne and I want to get the phone number which is hidden under a show button. I tried to adda click element and a text selector but it doesn't work.

Url: V.I.P. Home Services - VIC | Service.com.au

DO you have an idea how I can do?

Hi,

See below a reference sitemap for how to set this up:

{"_id":"service","startUrl":["https://www.service.com.au/listing/gardeners-melbourne-3000-vic-vip-australia-pty-ltd?rc=garden-edging"],"selectors":[{"clickActionType":"real","clickElementSelector":"span.font-medium.text-xs","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":0,"discardInitialElements":"discard-when-click-element-exists","id":"click","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"id":"phone","multiple":false,"multipleType":"singleColumn","parentSelectors":["click"],"regex":"","selector":"a:has(.lucide-phone)","type":"SelectorText","version":2}]}

Hope it helps!

It doesn't work.. Cannot show the phone number just a blank case

It works on my PC. Maybe try increasing the delay for the click selector.