> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supadata.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# n8n

> Integrate Supadata with n8n for powerful open-source workflow automation.

export const N8nVideos = () => {
  const videos = [{
    embedId: "_BhS71m_niQ",
    title: "n8n Data Processing"
  }, {
    embedId: "nMRKKHw_9NA",
    title: "n8n Workflow Tutorial"
  }, {
    embedId: "szFHzs-zwyc",
    title: "Complex n8n Workflows"
  }, {
    embedId: "wxM7VcjaulE",
    title: "n8n Automation Examples"
  }, {
    embedId: "rDgloQZ7vMs",
    title: "n8n Workflow Examples"
  }, {
    embedId: "uj7KaFSh95Y",
    title: "n8n API Integration"
  }, {
    embedId: "3sPqsIWNuew",
    title: "Building n8n Workflows"
  }, {
    embedId: "cUxQjP6XMP0",
    title: "n8n Best Practices"
  }, {
    embedId: "pr6_oBBHVOE",
    title: "n8n and Supadata Deep Dive"
  }, {
    embedId: "JPP-uvAzQXY",
    title: "Supadata n8n Node Tutorial"
  }, {
    embedId: "Um6-sHCVzCs",
    title: "n8n Supadata Use Cases"
  }, {
    embedId: "azv5kvuqHnU",
    title: "Getting Started with Supadata and n8n"
  }, {
    embedId: "CqGuzvh8uis",
    title: "Advanced n8n Integration"
  }];
  return <div className="space-y-4">
      {videos.map((video, index) => <div key={index}>
          <iframe src={`https://www.youtube.com/embed/${video.embedId}${video.startTime ? `?start=${video.startTime}` : ""}`} title={video.title} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen className="w-full aspect-video rounded-lg" />
        </div>)}
    </div>;
};

## Quick Start

<div
  style={{
display: "flex",
alignItems: "center",
gap: "1rem",
marginBottom: "2rem",
}}
>
  <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/n8n.svg" alt="n8n logo" style={{ height: "48px", width: "48px" }} />

  <a href="https://supadata.ai/link/n8n" target="_blank" rel="noopener noreferrer nofollow">
    View n8n Integration →
  </a>
</div>

## Installation

The Supadata integration is available as a verified node in n8n. To install:

1. Get your API key from [Supadata Dashboard](https://dash.supadata.ai)
2. Open your n8n dashboard
3. Open a workflow and search for "Supadata" when adding a node
4. Click **Install**
5. Add Supadata API key in n8n credentials

## Resources

* [n8n Website](https://n8n.io)
* [n8n Documentation](https://docs.n8n.io)
* [n8n Community Forum](https://community.n8n.io)

### Community Videos

<N8nVideos />
