Anonym0usWork1221/GMapsScraper ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool that can scrape Google Maps search results for business leads without needing an API key.
I want to enter one or more search queries, let it run multiple searches at once, and pull back useful details like business name, category, rating, reviews, address, opening hours, phone number, website, menu link, photos, and location coordinates. If possible, also visit each business website and grab emails plus social links like Facebook, Instagram, X, YouTube, and LinkedIn.
Please make it save the results cleanly to CSV, Excel, or JSON, and let me control things like how many results to collect, how long to scroll, and whether it runs in a visible browser or headless. It should work on Windows, Mac, and Linux, and be reasonably resilient if one result fails. If you need to check current browser or scraping details online, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit