Runs
Understanding task executions and their statuses.
What are runs?
Every time you start a new agent task or replay an automation, ScrapeSpace creates a run. Runs track the execution from start to finish — including status, duration, and results.
Run types
AI runs use the AI agent to navigate a real browser and extract data. A successful AI run can save a reusable automation.
Replays execute a saved automation directly, without AI. They typically complete in 3–5 seconds and use a separate monthly replay budget.
Scheduled runs are replays triggered automatically by a schedule you've configured.
Statuses
| Status | Meaning |
|---|---|
| Pending | Queued, waiting for an available runner |
| Running | Currently executing |
| Success | Completed successfully — data is ready |
| Failed | Something went wrong during execution |
| Blocked | The target site blocked access |
| Cancelled | You stopped the run manually |
| Rejected | The prompt wasn't a valid scraping task |
Viewing results
Successful runs with extracted data show results inline. You can export data as CSV or JSON from the run detail page.
Retrying
Failed or blocked runs can be retried from the run detail page. The AI agent may take a different approach on retry.