Budget: 200 PLN Deadline: 2 days
Hello!
I am ready to implement a script that, upon request (for example, "SEO agency Kyiv"), collects objects in Google Maps, visits company websites, and saves found e-mails in Excel.
Briefly about the approach:
The preferred method is Google Places API to obtain a list of organizations and links to websites (to comply with ToS).
For each found link, the script extracts the e-mail: first using simple HTTP + regex / searching for mailto:, if necessary — navigating "Contact" pages; for JS dynamics — Playwright/Selenium.
The result — Excel/CSV: name, address, website, found e-mails, notes (if the address is not found).
I will also add: throttling, error handling, logging, and optional proxy support.