How can scrape mail? I tried all possible options!

Hi everyone,

I tried to extract emails of tourist guides from Tour Guide-Interpreter Search - JGA Tour Guide-Interpreter Search System

I tried all possible options
and I really need your help.

where is the email on the page?

To see the email, you need to go to the guide page by clicking the "Detailed Profile" button.
Please note that not all guides have an email address.

First I am scraping all the guide id

{"_id":"guidesearch","startUrl":["https://pastelink.net/acurdl61"],"selectors":[{"id":"Profile Link","parentSelectors":["_root"],"type":"SelectorLink","selector":".body-display a","multiple":true,"linkType":"linkFromHref"},{"id":"Name","parentSelectors":["Profile Link"],"type":"SelectorText","selector":"td:nth-of-type(2) div:nth-of-type(1)","multiple":false,"regex":""},{"id":"Email","parentSelectors":["Profile Link"],"type":"SelectorText","selector":"div#maincontentarea","multiple":false,"regex":""}]}

Here is your file

Thank you so much! You helped me a lot!

1 Like