Webhook Integration
Last updated
Last updated
You can even collect the scraped data to your favorite database. You just need to add a webhook URL and the scraped data will be submitted to your target destination.
Once you log in to your dashboard you can click on Add Webhook URL button.
Once you click on that button you will find a box where you will be asked to paste your webhook url.
You will also be asked to name this webhook. This name should be unique as it will be later used to identify the target storage URL. This webhook URL should be a POST API.
api_key required
Your personal API key. Available on your dashboard Type: String
url required
URL of the page you want to scrape. Type: String
dynamic
It tells our server whether you want to render JS or not. It can be either true or false. By default it is true. Type: Boolean
webhook_id
This is the name of the webhook. Type: String