Connect BasedOnB to Your Stack
Use webhooks and automation platforms to push scraped leads directly into your CRM, spreadsheet, or any tool you already use.
How integrations work
Create a webhook
In Settings → Webhooks, add your Zapier or Make.com endpoint URL.
Scrape runs
When a scrape job finishes, BasedOnB sends a POST request to your webhook URL with the job data.
Automate
Your Zapier Zap or Make Scenario receives the webhook and routes the data to your CRM or spreadsheet.
Zapier
Zapier receives a completed-scrape event with job metadata and routes it through your workflow. To process individual leads, fetch the results separately through the REST API.
Make.com
Make receives a completed-scrape event with job metadata for routing and filtering. To process individual leads, fetch the results separately through the REST API.
Building something custom?
Use the REST API to integrate BasedOnB directly into your own application.