DocsIntegrationsPlaygroundPricing
Get API Key
Automation

Zapier Integration

Use the HTTP by Zapier action to connect SupaCrawlX to 5,000+ apps — Gmail, Google Sheets, Slack, Airtable, HubSpot, and more — without any code.

Setup Steps

1

Create a new Zap

Start with any trigger — Google Sheets new row, RSS feed, schedule, form submission, etc.

2

Add "HTTP by Zapier" action

Search for "Webhooks by Zapier" or "HTTP by Zapier" in the action step.

3

Set Method to GET

Select GET for most endpoints. Use POST for crawl, batch, and analysis endpoints.

4

Enter the URL

Example: https://api.supacrawlx.com/v1/transcript?url={{video_url}}

5

Add auth header

Under Headers, add a key "x-api-key" with your API key as the value.

6

Use the result

Map response fields like {{content.text}} to downstream Zap steps.

Example Zap configuration

HTTP by Zapier settings
Method:  GET
URL:     https://api.supacrawlx.com/v1/transcript
Params:
  url: {{trigger_video_url}}
Headers:
  x-api-key: YOUR_API_KEY
View full API Reference →