Hi!
I want to scrape this url:https://www.milanuncios.com/electricistas/madrid.htm
As you see is an advertisement platform of used things and also advertisement for services.
When ypu click the button "contact" a pop up opens up showing the NAME an CELL number of the advertiser,thats the info that I need to scrape!
Ive tied with an element click selector but it didnt work,maybe is something wrong with the consing of the sitemap:
{"_id":"milanuncios-electricista-madrid","startUrl":["https://www.milanuncios.com/electricistas/madrid.htm"],"selectors":[{"id":"Link","type":"SelectorPopupLink","parentSelectors":["_root"],"selector":"a.highlighted-button","multiple":true,"delay":0},{"id":"Nombre","type":"SelectorText","parentSelectors":["Link"],"selector":"#ph217724761 a.highlighted-button","multiple":true,"regex":"","delay":0}]}
Could enyone help me to or give me advice to scrape this data?
Thanks