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.