Package Information
Available Nodes
Documentation

n8n-nodes-workfloows
This is an n8n community node. It lets you use Workfloows Platform APIs in your n8n workflows.
Workfloows Platform APIs is a collection of pre-built agents and tools designed to power workflows for lead generation, marketing, business intelligence, research, OSINT, and more.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Health
- Ping (
GET /ping): Check if connection to Workfloows API is working. Returnspong. - Usage (
GET /usage): Get usage data for the account.
Jobs
- Jobs (
GET /jobs): List active jobs and current limits status. - Job status (
GET /jobs/{jobId}): Get status of a job by providing job ID (UUID). Returns status (pending,processing,completedorfailed) and results (if available).
Tools
- Scrape web (
POST /scrape/web): Scrape content from a web page. Returns scraped content as plain text, HTML, Markdown and links. Optional proxy available. - Company contacts (
POST /companies/contacts): Crawl a company website and get the contact information. - Similar companies (
POST /companies/similar): Find similar companies by the company website. - Similar companies (deep) (
POST /companies/similar/deep): Run deep search for company lookalikes (asynchronous). Returns job ID (UUID).
Credentials
You need to have a valid API key and positive account balance to fully use the service. You can get your API key by signing up at Workfloows and generating new key in tab "Keys".
For more details regarding authentication, please refer to Workfloows API documentation.
Compatibility
Tested on n8n version 1.108.1.
Resources
Version history
- 0.1.0 (2025-08-31): Initial release