Skip to main content
This guide walks you through automating your saved preset with a webhook endpoint using Spidra. Webhooks are powerful for connecting your scraping workflows with other services like automation platforms, custom apps, or notification tools. Follow the steps below to quickly set up and test a webhook automation.

Step 1: Open the Automations Tab

Go to the Automations tab in the Spidra dashboard and click the Add automation button. Clicking Add Integration in Spidra dashboard

Step 2: Choose Automation Type

From the preset dropdown, select the preset you want to connect. Then, choose Webhook as your destination and click Next to continue. Clicking Add Integration in Spidra dashboard

Step 3: Configure Webhook Endpoint

Paste your Webhook Endpoint URL into the configuration field. This is where Spidra will send the scraped data. We recommend using Webhook.site for testing purposes. It instantly provides you with a unique temporary URL that displays incoming requests in real time.

How to Get a Test Webhook URL:

  1. Open https://webhook.site
  2. Copy the unique URL provided at the top of the page.
Clicking Add Integration in Spidra dashboard
  1. Paste this URL into Spidra’s Webhook input field.
Clicking Add Integration in Spidra dashboard

Step 4: Schedule the Automation

Set how often you want this webhook to run:
  • Daily
  • Weekly
  • Monthly
Specify the exact time you want the automation to run and set the timezone (default is UTC). Use a valid IANA timezone string like Africa/Lagos or America/New_York. Clicking Add Integration in Spidra dashboard

Step 5: Name Your Automation

Give your automation a descriptive name, this helps you identify it later in your automation list. Clicking Add Integration in Spidra dashboard

Step 6: View Incoming Payload on Webhook.site

Once your scheduled time arrives, navigate to Webhook.site. You’ll see the incoming request appear on the page with the full payload. This confirms your automation is working! Clicking Add Integration in Spidra dashboard