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

# Webhook

> Easily connect your [Spidra](https://spidra.io) preset to Webhook and start receiving automated scrape results.

This guide walks you through integrating your saved preset with a webhook endpoint using [Spidra](https://spidra.io). **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 integration.

***

## Step 1: Open the Integrations Tab

Go to the **Integrations** tab in the Spidra dashboard and click the **Add integration** button.

<img className="block dark:hidden" src="https://mintcdn.com/spidra/5rJUFzEa-eraFvBt/images/Spidra-Integrations-Add-button.png?fit=max&auto=format&n=5rJUFzEa-eraFvBt&q=85&s=33b882f581d917d122e72523028db42d" alt="Clicking Add Integration in Spidra dashboard" className="rounded-lg" width="2940" height="346" data-path="images/Spidra-Integrations-Add-button.png" />

***

### Step 2: Choose Integration Type

From the preset dropdown, select the preset you want to connect. Then, choose **Webhook** as your destination and click **Next** to continue.

<img className="block dark:hidden" src="https://mintcdn.com/spidra/5rJUFzEa-eraFvBt/images/Spidra-Integrations-Wehbook-select.png?fit=max&auto=format&n=5rJUFzEa-eraFvBt&q=85&s=684eeee797239bc9cb24bf8c77d37742" alt="Clicking Add Integration in Spidra dashboard" className="rounded-lg" width="2286" height="1112" data-path="images/Spidra-Integrations-Wehbook-select.png" />

***

## 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](https://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](https://webhook.site)
2. Copy the **unique URL** provided at the top of the page.

<img className="block dark:hidden" src="https://mintcdn.com/spidra/47EJpglRIcFOVcnQ/images/Spidra-Integrations-Wehbook-WebhookSite.png?fit=max&auto=format&n=47EJpglRIcFOVcnQ&q=85&s=ebb1d55806e675d12df2bce444f8b555" alt="Clicking Add Integration in Spidra dashboard" className="rounded-lg" width="2938" height="1590" data-path="images/Spidra-Integrations-Wehbook-WebhookSite.png" />

3. Paste this URL into Spidra's Webhook input field.

<img className="block dark:hidden" src="https://mintcdn.com/spidra/5rJUFzEa-eraFvBt/images/Spidra-Integrations-Wehbook-URL.png?fit=max&auto=format&n=5rJUFzEa-eraFvBt&q=85&s=36a4c83e3ce37216223a4bac815bf8bb" alt="Clicking Add Integration in Spidra dashboard" className="rounded-lg" width="2286" height="1112" data-path="images/Spidra-Integrations-Wehbook-URL.png" />

***

## Step 4: Schedule the Integration

Set how often you want this webhook to run:

* **Daily**
* **Weekly**
* **Monthly**

Specify the **exact time** you want the integration to run and set the **timezone** (default is UTC). Use a valid [IANA timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) string like `Africa/Lagos` or `America/New_York`.

<img className="block dark:hidden" src="https://mintcdn.com/spidra/5rJUFzEa-eraFvBt/images/Spidra-Integrations-Wehbook-Schedule.png?fit=max&auto=format&n=5rJUFzEa-eraFvBt&q=85&s=cc81e3b32e4ac591a1f7171ab033a0f5" alt="Clicking Add Integration in Spidra dashboard" className="rounded-lg" width="2286" height="1112" data-path="images/Spidra-Integrations-Wehbook-Schedule.png" />

***

### Step 5: Name Your Integration

Give your integration a descriptive name, this helps you identify it later in your integration list.

<img className="block dark:hidden" src="https://mintcdn.com/spidra/5rJUFzEa-eraFvBt/images/Spidra-Integrations-Wehbook-name.png?fit=max&auto=format&n=5rJUFzEa-eraFvBt&q=85&s=08068395f8f1841e2f43cef4dba9664b" alt="Clicking Add Integration in Spidra dashboard" className="rounded-lg" width="2286" height="1112" data-path="images/Spidra-Integrations-Wehbook-name.png" />

***

## 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 integration is working!

<img className="block dark:hidden" src="https://mintcdn.com/spidra/mOn2w7CnpZyEYJn_/images/Spidra-Integrations-Wehbook-success.png?fit=max&auto=format&n=mOn2w7CnpZyEYJn_&q=85&s=dec3351ef41ccb12ab7f6e644d0a0b40" alt="Clicking Add Integration in Spidra dashboard" className="rounded-lg" width="2932" height="1592" data-path="images/Spidra-Integrations-Wehbook-success.png" />
