download_results
Download CSV results from a completed scraper run. Use after a run succeeds to export lead data for analysis and integration.
Instructions
Download the CSV results of a completed scraper run. Only works when status is SUCCEEDED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | The run ID to download results for | |
| outputPath | No | File path to save CSV (default: {runId}.csv) |