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
**For simple use cases, refer to [google-sr][github-gsr]**
12
32
13
33
This package provides a set of CSS selectors for parsing Google search results, using tools such as [cheerio](https://github.com/cheeriojs/cheerio), etc...
14
34
@@ -18,28 +38,29 @@ These selectors are compatible only with the search results page returned when t
18
38
#### Important Note:
19
39
Due to the constantly evolving nature of Google's search page structure, we cannot guarantee consistent
20
40
usage/validity of these selectors. Unless you are an advanced user with specific requirements, **we highly recommend
21
-
using the [google-sr](https://github.com/typicalninja/google-sr/tree/master/packages/google-sr) package instead** of
41
+
using the [google-sr][github-gsr] package instead** of
22
42
relying directly on google-sr-selectors.
23
43
24
44
# Disclaimer
25
45
26
46
This is not sponsored, supported, or affiliated with Google.
27
47
28
48
The source code within this repository is intended solely for **educational & research purposes**.
29
-
The author (typicalninja) & contributors takes **NO** responsibility for any issues that arise from its use, such as IP blocking by Google. Your discretion in usage is advised.
49
+
The author & contributors takes **NO** responsibility for any issues that arise from its use.
This is not sponsored, supported, or affiliated with Google.
78
96
79
97
The source code within this repository is intended solely for **educational & research purposes**.
80
-
The author (typicalninja) & contributors takes **NO** responsibility for any issues that arise from its use, such as IP blocking by Google. Your discretion in usage is advised.
98
+
The author & contributors takes **NO** responsibility for any issues that arise from its use.
CLI tool to scrape google search results without an api key 🚀.
11
-
This is a demo project to showcase the usage and performance of the [google-sr](https://npmjs.com/package/google-sr) package. google-that is able to output parsed results to a file or to stdout, please check the help page for more info.
10
+
<palign="center">CLI tool to scrape google search results without an api key</p>
> This is a demo project to showcase the usage and performance of the [google-sr][github-gsr] package.
31
+
32
+
# Install
14
33
15
34
To get started, you can install **google-that** using your preferred package manager:
16
35
@@ -41,7 +60,7 @@ google-that --help
41
60
google-that -q "Nodejs"
42
61
43
62
# Multiple queries
44
-
#Seperate queries with a space, the option is case insensitive (Q)
63
+
#Separate queries with a space, the option is case insensitive (Q)
45
64
google-that -Q query1 "queries with spaces need to be quoted"
46
65
47
66
# Writing the results to a file
@@ -53,18 +72,18 @@ google-that -q "Nodejs" -w
53
72
This is not sponsored, supported, or affiliated with Google.
54
73
55
74
The source code within this repository is intended solely for **educational & research purposes**.
56
-
The author (typicalninja) & contributors takes **NO** responsibility for any issues that arise from its use, such as IP blocking by Google. Your discretion in usage is advised.
75
+
The author & contributors takes **NO** responsibility for any issues that arise from its use. Your discretion in usage is advised.
0 commit comments