Ultimate Web ScraperUltimate Web Scraper

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.

The Integrations config with Google Sheets and Webhook togglesScreenshot coming soon
Turn on Sheets or a webhook β€” results ship out on every run.

Google Sheets export

Sends each run's results to a Google spreadsheet. Three modes control what happens on recurring runs:

ModeBehavior
Create newEach run creates a fresh sheet
ReplaceEach run overwrites the sheet's contents
AppendEach 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 occasionallyThe dashboard
Keep a spreadsheet continuously up to dateGoogle Sheets export
Feed results into your own system on every runWebhook export
Ask questions about the data conversationallyAI agents / MCP

On this page