zohaibbashir/Google-Maps-Scrapper — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python Google Maps scraper that I can run from the terminal. I want to enter a search like “Turkish restaurants in Toronto Canada”, choose how many places to collect, and save the results to a CSV file.

For each business, try to collect the name, address, website, phone number, rating, review count, business category, opening hours, short intro if available, and whether it mentions things like in store shopping, pickup, or delivery. Please clean the results so the CSV is easy to use in Excel or Google Sheets.

It should use a real Chrome or Chromium browser through Playwright, show progress in the terminal, and let me choose the output file name. Also add an option to append new results to an existing CSV instead of overwriting it.

Please include clear setup and run instructions, including the right Python version range, dependency install steps, and a short note about avoiding too many searches too quickly.

Want more depth? Deep Reverse