--json on supported commands for machine-readable output.
Angle brackets such as <taskId> and <apiKey> indicate required placeholders. Replace them with your actual values.
Help and diagnostics
--json for structured output:
capabilities --json returns the full machine contract for AI agents and automation, including supported commands, output schemas, and the recommended task-creation workflow.Authentication
Tasks
Task groups
Use task groups to organize task workflows and find tasks within a group.Requires confirmation: exact v0.1.28 commands for listing task groups and viewing tasks within a group were not present in the local CLI 0.1.24 help. Confirm with
octoparse capabilities --json or v0.1.28 command help before adding examples.Templates
v0.1.28 expands template workflows so users can view and search templates, create template tasks, and modify template tasks. Use “template task” or “task created from a template” for these workflows; do not imply the CLI creates arbitrary custom scraping workflows unless that is confirmed by the CLI contract.Requires confirmation: exact template commands and flags for view, search, create template task, and modify template task were not present in the local CLI 0.1.24 help. Confirm with
octoparse capabilities --json or v0.1.28 command help before adding examples.Detect (create tasks from a URL)
Usedetect to open the Octoparse extension browser, inspect a page, and generate a task file.
--agent wrapper. See Create tasks from a URL for the full workflow.
Local extraction
--jsonl to stream run events line by line:
After detaching with
--detach, use octoparse local status, octoparse local pause, octoparse local resume, or octoparse local stop to manage the run.Cloud extraction
Cloud scheduling
Use cloud schedules for recurring cloud task runs, such as daily price monitoring, weekly report collection, or periodic lead enrichment.Requires confirmation: exact v0.1.28 schedule command syntax, timezone handling, frequency values, and schedule limitations were not present in the local CLI 0.1.24 help. Confirm with
octoparse capabilities --json or v0.1.28 command help before adding examples.Local run control
octoparse local cleanup removes stale local run state and temporary files. It does not stop active runs.
Data history, preview, and export
xlsx, csv, html, json, xml
Use data commands for different checkpoints:
Requires confirmation: exact v0.1.28 commands and flags for record count, preview data, and unexported data were not present in the local CLI 0.1.24 help. Confirm with
octoparse capabilities --json or v0.1.28 command help before adding examples.--output path when reading history or exporting:
Task file format
API key authentication is required for all functional commands, including local
--task-file and .otd runs.