> ## 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.

# Zapier

> Connect Supadata with 5,000+ apps using Zapier's automated workflows

export const ZapierVideos = () => {
  const videos = [{
    embedId: "Gkd-GPXzTlM",
    title: "Zapier and Supadata Integration",
    startTime: 14
  }, {
    embedId: "ZOqDpzy6Prw",
    title: "Building Zaps with Supadata"
  }];
  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/zapier.svg" alt="Zapier logo" style={{ height: "48px", width: "48px" }} />

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

## Installation

The Supadata integration is available as an app in Zapier. To install:

1. Get your API key from [Supadata Dashboard](https://dash.supadata.ai)
2. Open your Zapier dashboard
3. Create a new Zap and search for "Supadata"
4. Select Supadata from the app list
5. Add Supadata API key when connecting your account

## Resources

* [Zapier Website](https://zapier.com)
* [Zapier Help Center](https://help.zapier.com)
* [Zapier Community](https://community.zapier.com)

### Community Videos

<ZapierVideos />
