Skip to main content

Command Line Options

Parameters table

ParameterDescription
-resetpasswordReset access password to the scraper
-stoptasksLaunch scraper with stopped tasks
-foregroundLaunch scraper with log output in console
-morelogsOutput detailed information to the log
-asynchttpx-disable-cert-checkDisable TLS certificate validation
-noforkDisable multi-core result processing

Usage form

note

The path in the command line must point to the directory containing the executable file.

note

To open cmd in the A-Parser directory on Windows, you need to open the program's working directory and in the Explorer address bar enter cmd and press

Example of launching the scraper with A-parser's stopped tasks:

  • Windows
aparser.exe -stoptasks

or

.\aparser.exe -stoptasks
  • Linux
./aparser -stoptasks

Reset password

Example of resetting the password:

  • Windows
aparser.exe -resetpassword

or

.\aparser.exe -resetpassword
  • Linux
./aparser -resetpassword