I've tried scraping these hidden phone numbers with no success. The data isn't in the html and is revealed when you click the button. How am I able to get the numbers through the scraper?
Url: Ama | 11888.gr
I've tried scraping these hidden phone numbers with no success. The data isn't in the html and is revealed when you click the button. How am I able to get the numbers through the scraper?
Url: Ama | 11888.gr
Hello@VileNova
Hi just the link selector.
Then get all the ones you need
Nb In some names there are several telephone numbers, but in 99% of cases the first is fine.
The sitemap
{"_id":"ama","startUrl":["https://www.11888.gr/white-pages/?query=ama&location=Norway"],"selectors":[{"id":"Link-Number","parentSelectors":["_root"],"type":"SelectorLink","selector":"a.details-button","multiple":true,"delay":0},{"id":"Name","parentSelectors":["Link-Number"],"type":"SelectorText","selector":"h1","multiple":false,"delay":0,"regex":""},{"id":"Location","parentSelectors":["Link-Number"],"type":"SelectorText","selector":"div.location","multiple":false,"delay":0,"regex":""},{"id":"phone number","parentSelectors":["Link-Number"],"type":"SelectorText","selector":"div.desktop","multiple":false,"delay":0,"regex":""}]}