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.
Authentication requirements
Most Octoparse CLI commands require an API key. An API key identifies your account and authorizes CLI access to your Octoparse tasks and data. Only setup and diagnostic commands can run before login:Create an API key
Create API keys in the Octoparse console:Open API keys page
Create, copy, and manage Octoparse API keys from your account center.
Log in interactively
Run:Log in with a copied key
If you already copied the key, pass it directly:<apiKey> with your actual Octoparse API key.
Read the key from stdin
Use--stdin when another tool, secret manager, or CI system passes the key into the command.
Avoid opening the browser
Use--no-open if you want to copy the API key page URL manually:
Use an environment variable
For CI or temporary sessions, provide the key with an environment variable:Credential precedence
Octoparse CLI checks credentials in this order:octoparse auth login and read when the CLI starts.
On macOS and Linux, the default path is:
Check auth status
After login, confirm that the CLI can read an active session:What’s next
After authentication succeeds, continue with your first task workflow:Run your first task
List tasks, inspect a task, run it locally, and export data.
Browse all commands
Review authentication, task, local run, cloud run, and export commands.