Connect Twitter data to your entire tool stack. Use Zapier's webhook triggers with ScrapeBadger's webhook delivery for seamless automation.
Create a Zap in Zapier with "Webhooks by Zapier" as the trigger (Catch Hook)
Copy the Zapier webhook URL provided
Create a ScrapeBadger Stream Monitor with the Zapier webhook URL as the delivery target
Zapier will receive tweet data in real time as JSON
Add actions — send to Slack, Google Sheets, HubSpot, Airtable, or any of 6,000+ apps
Turn on your Zap and start receiving Twitter data automatically
# Create a stream monitor with Zapier webhook
curl -X POST 'https://scrapebadger.com/v1/twitter/stream/monitors' \
-H 'x-api-key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"name": "Zapier Feed",
"usernames": ["target_account"],
"webhook_url": "https://hooks.zapier.com/hooks/catch/YOUR_ZAP_ID",
"webhook_secret": "your_secret"
}'We use Zapier's Webhooks trigger, which is more flexible and supports real-time delivery. No native app install needed.
ScrapeBadger Stream Monitors deliver tweets within seconds. Zapier processes the webhook and triggers actions typically within 1-2 minutes.
Yes. Use ScrapeBadger Filter Rules to match specific keywords, then only matching tweets are sent to your Zapier webhook.
Yes. Webhooks by Zapier is available on all plans. The free plan supports up to 100 tasks per month.
Build automated Twitter data pipelines with n8n's visual workflow builder. Extract tweets, monitor brands, and trigger actions — all without writing code.
The official Python client for ScrapeBadger. Fully type-hinted, async-ready, and designed for data pipelines. Install with pip install scrapebadger.
The official Node.js/TypeScript client for ScrapeBadger. Full TypeScript definitions, Promise-based API, and tree-shakeable. npm install scrapebadger.