Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
google-that
Advanced tools
CLI tool to scrape google search results without an api key 🚀. This is a demo project to showcase the usage and performance of the 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.
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-that
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 --help
google-that -q "Nodejs"
# Multiple queries
# Seperate 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" -w
This is not sponsored, supported, or affiliated with Google.
The source code within this repository is intended solely for educational & research purposes. 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.
This repository and the code inside it is licensed under the Apache-2.0 License. Read LICENSE for more information.
FAQs
CLI tool to scrape google search results without a api key
The npm package google-that receives a total of 0 weekly downloads. As such, google-that popularity was classified as not popular.
We found that google-that demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.