{"id":23310037,"url":"https://github.com/kimyk0120/google_maps_scraper","last_synced_at":"2026-05-19T10:40:09.811Z","repository":{"id":268669716,"uuid":"859594313","full_name":"kimyk0120/google_maps_scraper","owner":"kimyk0120","description":"This is a powerful web scraper designed to extract data from Google Maps.   Built with Playwright, it ensures efficient and reliable scraping to gather detailed information directly from Google Maps with ease.","archived":false,"fork":false,"pushed_at":"2025-04-13T03:50:36.000Z","size":84,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T04:33:21.727Z","etag":null,"topics":["googlemaps","playwright","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kimyk0120.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-19T00:04:27.000Z","updated_at":"2025-04-13T03:50:39.000Z","dependencies_parsed_at":"2025-02-26T05:24:35.852Z","dependency_job_id":"b6c57fef-97e0-4297-af4b-be51aa764b37","html_url":"https://github.com/kimyk0120/google_maps_scraper","commit_stats":null,"previous_names":["kimyk0120/gmaps_scraper_api","kimyk0120/google_maps_scraper"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kimyk0120/google_maps_scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimyk0120%2Fgoogle_maps_scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimyk0120%2Fgoogle_maps_scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimyk0120%2Fgoogle_maps_scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimyk0120%2Fgoogle_maps_scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kimyk0120","download_url":"https://codeload.github.com/kimyk0120/google_maps_scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimyk0120%2Fgoogle_maps_scraper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265128898,"owners_count":23715634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["googlemaps","playwright","python"],"created_at":"2024-12-20T13:15:32.538Z","updated_at":"2026-05-19T10:40:09.751Z","avatar_url":"https://github.com/kimyk0120.png","language":"Python","funding_links":["https://img.buymeacoffee.com/button-api/?slug=zubdata\u0026button_colour=FFDD00\u0026font_colour=000000\u0026font_family=Lato\u0026outline_colour=000000\u0026coffee_colour=ffffff","https://www.buymeacoffee.com/kimyk0120"],"categories":[],"sub_categories":[],"readme":"\n[//]: # ([![forthebadge]\u0026#40;https://forthebadge.com/images/badges/open-source.svg\u0026#41;]\u0026#40;https://forthebadge.com\u0026#41;)\n\n[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)\n[![pythonbadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)\n\nGoogle Maps Scraper  \n=======================\nThis is a Google Maps scraper.\nIt uses Playwright library to web scraping and data extraction from Google Maps.\n\nThis scraper will extract the following information list from the Google Maps:\n\n- name: Store name \n- review_count: Total number of reviews \n- review_average: Average review rating \n- infos: Store service information (e.g., [\"Dine-in\", \"Takeout\", \"Delivery Service\"])\n- opens_at: Store opening time (e.g., \"Opens at 12:00 PM\")\n- address: Store address \n- website: Store website \n- phone: Store phone number \n- place_type: Place type (e.g., \"Restaurant\")\n- reviews: List of detailed review information\n  - review_name: Reviewer name\n  - review_info: Number of reviews and photos\n  - review_content: Review content\n  - review_rate: Review rating \n  - review_image_urls: List of review image URLs \n  - review_at: Review posted time (e.g., \"1 week ago\")\n\n```json\n[\n    {\n        \"name\": \"Store Name\",   \n        \"review_count\": 756,   \n        \"review_average\": 4.2,\n        \"infos\": [\n            \"매장 내 식사\",\n            \"테이크아웃\",\n            \"배달 서비스\"\n        ],\n        \"opens_at\": \"오후 12:00에 영업 시작\",\n        \"address\": \"25 The West Mall, Etobicoke, ON M9C 1B8 캐나다\",\n        \"website\": \"sample.com\",\n        \"phone\": \"+1 416-641-7327\",\n        \"place_type\": \"음식점\",\n        \"reviews\": [\n            {\n                \"review_name\": \"reviewer name\",\n                \"review_info\": \"리뷰 19개 · 사진 12장\",\n                \"review_content\": \"So good~~\",\n                \"review_rate\": 5,\n                \"review_image_urls\": [\n                    \"https://sample.com/p/-k-no\",\n                    \"https://sample.com/p/-k-no2\"\n                ],\n                \"review_at\": \"1주 전\"\n            },\n  ...\n```\n\n## Prerequisite\n- python \u003e= 3.10 \n- chromium\n\n\n## Installation\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/kimyk0120/google_maps_scraper\n   ```\n2. Move to the project directory\n   \n3. Install the required Python packages:\n    ```bash\n    pip install -r requirements.txt\n   ```\n## How to Use:\n\nTo use this script, follow these steps:\n\n### 1. Set up Configuration\n- You need to configure the necessary settings in the {project}/config/config.ini file.\n- You must write the path to the chromium executable in \"chromium_path\".  \n  - ```chromium_path = C:\\Users\\kimyk\\Downloads\\chrome-win\\chrome-win\\chrome.exe```\n  - or `Leave `chromium_path` empty and run `playwright install``\n- Set \"timout_sec\" appropriately to prevent infinite loading.\n- Set the maximum number of businesses to scrape with the \"store_limit_cnt\" setting.\n- Set the maximum number of reviews to scrape with the \"review_limit_cnt\" setting.\n- If you need proxy settings, put them in \"proxy_server\"\n\n### 2. Run the script with Python:\n  ```bash \n    python main.py \"search term\" \n  ```\nIf you need to change the output path, do as follows.\n   ```bash\n     python main.py \"search term\" --output \"ouput path\"\n  ```\n\n\n## Update\n- 2024.12.20\n\n\n## Contact\n\nFor any feedback or queries, please reach out to me at [kimyk0120@gmail.com](kimyk0120@gmail.com).\n\n\n[![Buy Me A Coffee](https://img.buymeacoffee.com/button-api/?slug=zubdata\u0026button_colour=FFDD00\u0026font_colour=000000\u0026font_family=Lato\u0026outline_colour=000000\u0026coffee_colour=ffffff)](https://www.buymeacoffee.com/kimyk0120)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimyk0120%2Fgoogle_maps_scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkimyk0120%2Fgoogle_maps_scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimyk0120%2Fgoogle_maps_scraper/lists"}