
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
n8n-nodes-googlesearch
Advanced tools
An n8n node for Google Search that directly uses the Google Custom Search API without Python dependencies.
# Clone the repository
git clone https://github.com/ziobuddalabs/n8n-google-search.git
# Install in n8n (from n8n installation directory)
npm install /path/to/n8n-google-search/n8n-nodes-googlesearch-js
Or using the prebuilt package:
# Install in n8n
npm install /path/to/n8n-google-search/n8n-nodes-googlesearch-js/n8n-nodes-googlesearch-0.2.4.tgz
Important: See
CX_GUIDE.md
for detailed instructions on how to create and configure the Google Custom Search Engine.
If you encounter errors, check the TROUBLESHOOTING.md
file for solutions to common problems.
See the CHANGELOG.md
file for version history and changes.
Mozilla Public License 2.0
Un nodo n8n per la ricerca Google che utilizza direttamente l'API Google Custom Search senza dipendenze da Python.
# Clona la repository
git clone https://github.com/ziobuddalabs/n8n-google-search.git
# Installa in n8n (dalla directory di installazione n8n)
npm install /percorso/a/n8n-google-search/n8n-nodes-googlesearch-js
Oppure usando il pacchetto precompilato:
# Installa in n8n
npm install /percorso/a/n8n-google-search/n8n-nodes-googlesearch-js/n8n-nodes-googlesearch-0.2.4.tgz
Importante: Vedi
CX_GUIDE.md
per istruzioni dettagliate su come creare e configurare il motore di ricerca personalizzato Google.
Se incontri errori, consulta il file TROUBLESHOOTING.md
per le soluzioni ai problemi più comuni.
Vedi il file CHANGELOG.md
per la cronologia delle versioni e le modifiche.
Mozilla Public License 2.0
FAQs
n8n node for Google Search API without Python dependency
We found that n8n-nodes-googlesearch 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
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.