Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building Management Email address scraper (inspired by ChatGPT scraper) #401

Open
matucco opened this issue Jun 3, 2023 · 5 comments
Open
Labels
enhancement New feature or request

Comments

@matucco
Copy link

matucco commented Jun 3, 2023

Hello,
I have read this article (https://www.businessinsider.com/how-coder-used-chatgpt-to-find-apartment-in-berlin-2023-5) and I was wondering if you can help us out in building something like this.
Let me know what you think!
Thanks :)

@matucco
Copy link
Author

matucco commented Jun 3, 2023

We could scrape from
https://www.immowelt.de//
https://www.immobilienscout24.de//
https://www.wg-gesucht.de//

Objective: find email addresses of all real estate property managers in Berlin

Example 1
like from a scraping of Immobilienscout, we are able to extract from all posts in Berlin the ad poster. Like in this case from this https://www.immobilienscout24.de/expose/142848401#/basicContact we can see it is Mr Michael Chibac from Milia Immobilien and get the email

Example 2
https://www.immowelt.de/projekte/expose/k234732
--] Email : mark.seeling@profiselect.com

most of the properties do not show emails from these websites but they show website URLs the way to get the emails is to go to each of the websites and then get mail from there

@codders
Copy link

codders commented Jun 3, 2023

Hi @matucco ,

The title of your issue seems very different from the thing you want support with.

If you want to adapt flathunter to extract e-mail addresses from contacts listed in exposés, that's certainly something that should be possible - we are already scraping Immowelt, Immoscout and WG-Gesucht.

I'm not sure what the connection would be to ChatGPT. My experience using ChatGPT to write code is that it is quite reluctant to, for example, support with bypassing Captchas (which is necessary for scraping Immoscout).

Maybe Daniel Dippold could be convinced to share his source code with the world, and we could see what he actually did (besides shamelessly plugging his company by riding the AI-hype wave).

@matucco
Copy link
Author

matucco commented Jun 3, 2023

:) he is indeed getting attention.
I added the chatGPT part because I have 0 coding experience but I am in desperate need of an apartment in Berlin and I am trying to find different ways to get there...
That's why I was wondering if you guys can think of a way to get email addresses of the property managers in berlin to contact just like he did.
btw I am using the bot and it's great!!!

@codders
Copy link

codders commented Jun 3, 2023 via email

@matucco
Copy link
Author

matucco commented Jun 3, 2023

Thanks for the help! :)

@codders codders changed the title ChatGPT scraper Building Management Email address scraper (inspired by ChatGPT scraper) Jun 3, 2023
@codders codders added the enhancement New feature or request label Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants