google-that
v2.0.0
Published
CLI tool to scrape google search results without a api key
Maintainers
Readme
Installation • Getting started • Disclaimer
This is a demo project to showcase the usage and performance of the google-sr package.
Install
To get started, you can install google-that using your preferred package manager:
You can also use
npx(or similar tools likepnpm dlx) to run the tool without needing to install it globally.
# npm
npm install -g google-that
# pnpm
pnpm add -g google-that
# yarn
yarn add -g google-thatUsage
If installation succeeded you can proceed to this step, run the following command in a NEW terminal window. it will show you the help page for the tool.
google-that --helpExample query
google-that -q "Nodejs"
# Multiple queries
# Separate queries with a space, the option is case insensitive (Q)
google-that -Q query1 "queries with spaces need to be quoted"
# Writing the results to a file
google-that -q "Nodejs" -wLinks
Related projects 🥂
- google-sr - Core project used in google-that
- google-sr-selectors - Selectors for Google search results used by google-sr
Disclaimer
This project is not sponsored, endorsed, or affiliated with Google in any way.
This repository is provided "as is" without warranty of any kind and is intended solely for educational and research purposes. The authors and contributors assume no responsibility for any issues, damages, or losses that may arise from its use.
By using this project, you acknowledge that you are solely responsible for complying with applicable laws and platform Terms of Service. Use at your own discretion and risk.
License
This repository and the code inside it is licensed under the Apache-2.0 License. Read LICENSE for more information.
