This page follows a typical extraction workflow: find a task, inspect it, run it, monitor it, and export the results.Documentation 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.
List tasks
Query your task list:--json for machine-readable output:
Inspect a task
Use the task ID from the task list:task inspect shows the task definition, field names, and related task metadata.
Validate a task before running it:
task validate checks whether the task is compatible with the current CLI runtime and can be executed locally. If validation fails, review the task definition, update the task in Octoparse, or contact Octoparse support.
Run a task locally
Run:octoparse local status, octoparse local pause, octoparse local resume, or octoparse local stop to manage the run.
Write local run artifacts to a custom directory:
--output, pass the same path to data history and data export later.
Check or control a local run
Check local run status:Local run status is tracked by this CLI only and is not synchronized with the Octoparse desktop client status. This applies to local runs only.
octoparse local cleanup removes stale local run state and temporary files. It does not stop currently running tasks.
Start or check a cloud run
Start cloud extraction:Export data
Export local data as XLSX:--output value when reading local history or exporting local data:
What’s next
Continue with these reference pages:Browse all commands
Review task, local run, cloud run, authentication, and export commands.
Understand output and exit codes
Learn how to use JSON output, JSONL streams, stdout, stderr, and exit codes in automation.