n8n Node

n8n is a workflow automation platform. Our community node puts every RealtyAPI provider and endpoint into the n8n editor as a native node — pick a provider, pick an endpoint, fill in parameters, and get JSON out. No manual HTTP node configuration.

npm package

n8n-nodes-realtyapi

Published with npm provenance. The endpoint catalog loads live, so new APIs appear without updating the node.

Install

1

Open your n8n instance and go to Settings → Community Nodes.

2

Click Install a community node.

3

Enter the package name n8n-nodes-realtyapi, accept the community-node notice, and click Install.

4

The RealtyAPI node now appears in the node picker.

Self-hosting with Docker or npm? You can also install it directly:

Self-hosted (optional)
npm install n8n-nodes-realtyapi

Set up credentials

Add a RealtyAPI credential in n8n and paste your API key — the node sends it as the x-realtyapi-key header on every call. Get a free key from the dashboard (250 requests/month, no card required).

Build a workflow

Drop the RealtyAPI node into any workflow. Provider and endpoint dropdowns are loaded live from our catalog, and each endpoint exposes its documented parameters as fields:

Lead alerts

Cron → RealtyAPI (Redfin property search) → filter new listings → Slack / email notification.

Market tracking sheets

Schedule → RealtyAPI (Zoopla or Rightmove prices) → append to Google Sheets for trend charts.

Rental analysis

Webhook with an address → RealtyAPI (rental estimates) → compute yield → respond with a summary.

Each node execution counts as one API request — see API Credits. Want to explore endpoints before wiring a workflow? Try them in the API Playground.