Most functional commands require authentication unless noted. UseDocumentation Index
Fetch the complete documentation index at: https://www.octoparse.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
--json on supported commands when you need machine-readable output.
Angle brackets such as <taskId> and <apiKey> indicate required placeholders. Replace them with your actual task ID or API key.
Help and diagnostics
Use these commands to check the installed CLI version, inspect available capabilities, and diagnose the local runtime.Authentication
Use these commands to log in, check the active session, or remove stored credentials.octoparse auth status to confirm your session is active.
Tasks
Use these commands to list tasks, inspect task definitions, and validate whether a task can be used by the CLI.Local extraction
Use these commands to run a task with the local embedded engine.After detaching a local run, use
octoparse local status, octoparse local pause, octoparse local resume, or octoparse local stop to manage it.Cloud extraction
Use these commands to start, stop, monitor, and review task runs on Octoparse cloud servers.Local run control
Use these commands to check, pause, resume, stop, or clean up local run state.octoparse local cleanup removes stale local run state and temporary files. It does not stop currently running tasks.
Data history and export
Use these commands to inspect collected data history and export local or cloud results.Task file format
A task file can use this structure:| Field | Meaning |
|---|---|
taskId | Octoparse task ID |
taskName | Human-readable task name |
xml | Original OTD XML definition |
xoml | Transformed workflow definition used by the engine |
fieldNames | Output field names expected from the task |
workflowSetting | Task workflow settings |
brokerSettings | Runtime or broker-related task settings |
userAgent | Browser user agent used during extraction |
disableAD | Whether ad blocking is disabled |
API key authentication is required for functional commands, including local
--task-file and .otd runs.