You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+47-25Lines changed: 47 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,18 @@
2
2
3
3
## Version: 3.1.0
4
4
5
-
## Note:
6
-
**Our all scrapers are working, if you find any issue or bug please open an issue with the detail of issue. We will try to resolve it quickly for you.**
7
5
8
-
<imgsrc="Readme assets/zubdata google maps scraper.jpg"alt="Zubdata open sourced google maps scraper">
9
-
10
-
Welcome to the Zubdata GitHub Google Maps Scraper repository, an open-source GUI tool built in Python. This tool allows you to extract data from Google Maps using a user-friendly interface.
11
-
Documentation can be found at this [link](https://zubdata.com/docs/google-maps-scraper/getting-started/installation/) 🔗
12
6
13
7
## Features
14
-
8
+
- Designed to be highly user-friendly for **beginners**.
15
9
- User-friendly graphical interface for easy navigation and interaction. 😊
16
10
- Scrapes various data from Google Maps, such as:
17
11
-**Category**
18
12
-**Name**
19
13
-**Phone Number**
20
14
-**Google Maps URL**
21
15
-**Website**
16
+
-**Email**
22
17
-**Address**
23
18
-**Total Reviews**
24
19
-**Rating**
@@ -27,38 +22,65 @@ Documentation can be found at this [link](https://zubdata.com/docs/google-maps-s
27
22
-**Hours**
28
23
- Fast and efficient 🚀
29
24
25
+
26
+
27
+
28
+
## Note:
29
+
**Our all scrapers are working, if you find any issue or bug please open an issue with the detail of issue. We will try to resolve it quickly for you.**
30
+
31
+
<imgsrc="Readme assets/zubdata google maps scraper.jpg"alt="Zubdata open sourced google maps scraper">
32
+
33
+
Welcome to the Zubdata GitHub Google Maps Scraper repository, an open-source GUI tool built in Python. This tool allows you to extract data from Google Maps using a user-friendly interface.
34
+
Documentation can be found at this [link](https://zubdata.com/docs/google-maps-scraper/getting-started/installation/) 🔗
"Hours":"Friday9\u202fam\u20131\u202famSaturday9\u202fam\u20131\u202famSunday9\u202fam\u201312\u202famMonday9\u202fam\u20131\u202famTuesday9\u202fam\u20131\u202famWednesday9\u202fam\u20131\u202famThursday9\u202fam\u20131\u202famSuggest new hours"
48
+
"Rating":"4.6",
49
+
"Hours":"Sunday11\u202fam\u201310\u202fpm\ue14dMonday11\u202fam\u201310\u202fpm\ue14dTuesday11\u202fam\u201310\u202fpm\ue14dWednesday11\u202fam\u201310\u202fpm\ue14dThursday11\u202fam\u201310\u202fpm\ue14dFriday11\u202fam\u201310\u202fpm\ue14dSaturday11\u202fam\u201310\u202fpm\ue14dSuggest new hours"
43
50
}
44
51
45
52
## Getting Started
46
53
47
54
To get started with the Google Maps Scraper, follow these steps:
48
55
49
-
1. Clone the repository to your local machine:
56
+
### 1. Clone the repository to your local machine:
2. Install the required dependencies by running the following command:
56
-
```shell
57
-
pip install -r requirements.txt
62
+
### 2. Setup the Environment for Scraper
63
+
64
+
- For Windows, run:
65
+
```bash
66
+
./setup_win.cmd
58
67
```
59
-
3. Run the command in root directory:
68
+
- For Linux, run:
69
+
```
70
+
./setup_linux.sh
71
+
```
72
+
73
+
It will auto install the dependencies
74
+
75
+
## 3. Install the Driver
76
+
77
+
- If you already have a driver compatible with your Chrome browser, specify the driver path in `app/settings.py`.
78
+
- If you don't have a driver, the scraper will automatically install it.
79
+
- If the automatic installation fails, download the driver from the [Chrome Official Page](https://googlechromelabs.github.io/chrome-for-testing/#stable) and specify the driver path in `app/settings.py`. And then re-run the scraper.
80
+
81
+
### 3. Run the scraper:
60
82
```shell
61
-
python "Google map scraper\starter.py" start
83
+
python app/run.py
62
84
```
63
85
64
86
`For further helping docs please visit our`[documentation](https://zubdata.com/docs/google-maps-scraper)`page`
@@ -75,7 +97,7 @@ We welcome contributions from the open-source community to enhance the Google Ma
75
97
76
98
4. Push your changes to your forked repository.
77
99
78
-
5. Create a pull request to the `main` branch of the repository.
100
+
5. Create a pull request to the `development` branch of the repository.
79
101
80
102
6. Wait for the code review and address any feedback received.
81
103
@@ -89,7 +111,7 @@ The Google Maps Scraper tool is open-source software licensed under the [GNU GEN
89
111
90
112
If you encounter any issues or have any questions or suggestions, please feel free to open an issue. We appreciate your feedback and are here to assist you.
91
113
92
-
Happy scraping with Zubdata's Google Maps Scraper! ✨
0 commit comments