Cloud Integrations: Google Sheets & Webhooks
Send cloud extraction results straight to Google Sheets or a webhook, export from the dashboard in any format, or query your data with AI agents.
Cloud tasks can push their results out automatically on every run. Both integrations are configured per task in the Run in Cloud wizard, under the Integrations group, and both are off by default.
Google Sheets export
Sends each run's results to a Google spreadsheet. Three modes control what happens on recurring runs:
| Mode | Behavior |
|---|---|
| Create new | Each run creates a fresh sheet |
| Replace | Each run overwrites the sheet's contents |
| Append | Each run adds rows to the existing sheet |
Append pairs naturally with scheduled tasks β a price monitor that appends daily builds a history you can chart directly in Sheets. Replace suits "always show me the current state" jobs like a refreshed lead list.
Webhook export
Sends each run's results to a URL you provide, so your own tools can react the moment a run finishes β update a database, trigger a Zap, post to Slack, whatever sits behind your endpoint. Configure it in the same Integrations group when creating the task.
Where results always live
Integrations are additive β with or without them, every run's results are stored as data tables in the cloud dashboard. From there you can view, edit, and filter tables, and export to:
- CSV
- Excel
- JSON
- Clipboard
- Google Sheets
So you don't need to configure an integration up front: you can always pull data out of the dashboard later. Integrations matter when you want data delivered automatically on every scheduled run.
Third option: AI agents
Your cloud tables are also reachable by AI agents. Connect Claude or another MCP-capable assistant to your workspace and it can query, analyze, clean, and export your cloud data in plain language β see AI connections.
Choosing a path
| You want to⦠| Use |
|---|---|
| Look at results, clean them, export occasionally | The dashboard |
| Keep a spreadsheet continuously up to date | Google Sheets export |
| Feed results into your own system on every run | Webhook export |
| Ask questions about the data conversationally | AI agents / MCP |