n8n-nodes-strale
v0.1.4
Published
n8n community node for Strale — 271 verified data capabilities (validation, enrichment, web extraction, domain intelligence) with quality scores and audit trails
Downloads
602
Maintainers
Keywords
Readme
n8n-nodes-strale
Connect n8n workflows to Strale — 271 verified data capabilities with quality scores and audit trails.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
What you can do
| Operation | Resource | Description | |-----------|----------|-------------| | Search | Capabilities | Find capabilities by keyword or category (e.g., "IBAN", "sanctions", "company data") | | Execute | Capabilities | Run any of 271 capabilities by slug | | Trust Profile | Capabilities | Check a capability's quality score before calling it | | Execute Solution | Solutions | Run multi-step workflows (e.g., KYC, lead enrichment, website audit) | | Balance | Account | Check your wallet balance |
Free tier
These capabilities work without an API key — just install and use:
email-validate— validate any email addressiban-validate— validate any IBANdns-lookup— DNS records for any domainurl-to-markdown— convert any URL to clean Markdownjson-repair— fix malformed JSON
Quick start
- Install the node in n8n
- Add a Strale node to your workflow
- Use Search to find a capability (e.g., query: "email")
- Use Execute with the slug from search results and your input
Credentials
- Sign up at strale.dev — new accounts get €2.00 in trial credits, no card required
- In n8n, go to Credentials > New Credential > Strale API
- Paste your API key (starts with
sk_live_)
Free-tier operations work without credentials.
Example: validate an email (free, no API key)
- Operation: Execute
- Slug:
email-validate - Input:
{ "email": "[email protected]" }
Example: KYB check on a Swedish company
- Operation: Execute Solution
- Slug:
kyb-essentials-se - Input:
{ "org_number": "5591674668" }
Example: check quality before calling
- Operation: Trust Profile
- Slug:
iban-validate - Returns: SQS score (0-100), quality grade, reliability grade, trend
