denizZz009/GMaps-Bussines-Exractor — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python desktop app that collects business information from Google Maps.

I want to open the app, type a search term like “dentists in Berlin” or “coffee shops near me”, choose how many results I want, then start the search. The app should scrape the matching businesses and save the results into a CSV file called logs.csv so I can open it in Excel.

For each business, collect the name if available, address, phone number, website, comment or review count, and anything else that is clearly visible and useful. Show progress or status messages in the app so I know it’s working, and handle missing fields without crashing.

Please make it easy to run with pip install requirements and python main.py. Keep the interface simple and beginner friendly. Look up current docs online if you need to.

Want more depth? Deep Reverse