@comandosai/n8n-nodes-lsi-keys
v0.1.7
Published
n8n community node for collecting LSI keywords through the COMANDOS API.
Maintainers
Readme
COMANDOS LSI Keys for n8n
Community node for n8n that collects LSI keywords through the COMANDOS API.
Package:
@comandosai/n8n-nodes-lsi-keysInstall in n8n
Open n8n:
Settings -> Community Nodes -> InstallPackage name:
@comandosai/n8n-nodes-lsi-keysAfter installation, restart n8n if the node does not appear immediately.
Update in Docker
For a container named n8n:
docker exec -u node n8n sh -lc 'mkdir -p /home/node/.n8n/nodes && cd /home/node/.n8n/nodes && npm install @comandosai/n8n-nodes-lsi-keys@latest'
docker restart n8nIf your setup has a separate worker container, restart it too:
docker restart n8n n8n-workerCredentials
Create credentials for Comandos LSI Keys API.
Required:
License Key- your COMANDOS license key.
Optional:
Perplexity API Key- reserved for extended keyword expansion.
Node Parameters
Topic- topic or main query.Country- country, for exampleRussiaorРоссия.City- city, for exampleMoscoworМосква.
The node sends the request to the COMANDOS API and returns keyword data for the next workflow steps.
Build
npm install
npm run build