How to set up Captain Data
Authentication
Captain Data requires API credentials:- Log in to your Captain Data account
- Navigate to Settings → API
- Obtain your credentials:
- API Key
- Project UID
- Enter both in Cargo when connecting
Captain Data actions
Create job
Launch a Captain Data workflow with custom inputs. Required fields:- Workflow: Select the workflow to run
- Inputs: Map values to workflow input fields
- Steps: Configure accounts and parameters for each workflow step
- Trigger scraping jobs from Cargo workflows
- Run data extraction pipelines
- Execute multi-step automation workflows
Cancel job
Stop a running Captain Data job. Required fields:- UID: The job UID to cancel
Retry job
Retry a failed Captain Data job. Required fields:- UID: The job UID to retry
Find job
Get the status and results of a Captain Data job. Required fields:- UID: The job UID to retrieve
Captain Data data models
Fetch workflow results
Pull completed workflow results into Cargo. Required fields:- Workflow: Select the workflow to fetch results from
- ID Column: Define the unique identifier column
- Load jobs with warning: Include results with warnings (default: no)
- Incremental sync
- 30-minute minimum sync interval
- Automatic retry on failures
Best practices
- Use workflow presets for consistent configurations
- Monitor job status for large batch operations
- Configure appropriate accounts for each workflow step
- Use incremental fetch for workflow results
- Handle job failures with retry logic

