How to scrape?

Joined
Feb 23, 2023
Messages
10
Reaction score
5
Hi guys,

How can I get the email addresses of the hotels listed on this is website? https://www.expedia.com/All-Austria-Hotels.d11.Travel-Guide-City-All-Hotels

And no, I don't want to spam!
 
You need to scrape them, with a tool or programming.

At a glance I don't see the emails in the link you posted, if they are not there you could get them from google but it increases the complexity of what you want to achieve.
 
I was thinking of scraping the names of all the hotels and then somehow scraping them of emails by name in the browser, but I don't know how to do this, if at all possible....
 
From this site you can scrape names and any listed info(using some script, python for example), but you need to find other sources with emails.
 
Back
Top