-Introduction to google-that
⚠️ Old documentation
You are viewing the the documentation for the v3.x.x version of google-sr. Please see the latest documentation here
CLI tool to scrape google search results without an api key 🚀.
🌟 Show Your Support!
If you like the project, please give it a star on Github & Codeberg to express your support!
Install 📦
To get started, you can install google-that globally using your preferred package manager:
sh
npm i -g google-that
sh
pnpm add -g google-sr
sh
yarn add -g google-sr
After installation finishes close the terminal and open a NEW terminal. google-that
will be available in the terminal and can be invoked via typing:
sh
google-that
Alternative
You can also use npx (bundled with node.js) or equivalent tool to install and run the tool at the same time.
sh
npx google-that
sh
pnpx google-that