{
  "scraper": {
    "default_csv_path": "/root/liens/1jobs_ch_complete_extraction.csv",
    "default_delay": 3,
    "max_retries": 3,
    "timeout": 30,
    "headless_mode": true,
    "auto_retry_captcha": true
  },
  "browser": {
    "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",
    "window_size": [
      1920,
      1080
    ],
    "page_load_timeout": 30,
    "implicit_wait": 5
  },
  "logging": {
    "level": "INFO",
    "max_file_size_mb": 10,
    "backup_count": 5,
    "format": "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
  },
  "export": {
    "default_format": "csv",
    "include_metadata": true,
    "max_jobs_per_export": 10000
  }
}