# Increase LeetCode streak automatically and do nothing!

**Use case:** 

Fetch today's LeetCode Daily Challenge with title, difficulty, tags, link, and clean problem details and SUBMIT it with AI, best for bot automation.

## Input

```json
{
  "operation": "dailyProblem",
  "limit": 20,
  "offset": 0,
  "difficulty": "",
  "skipPaidOnly": true,
  "timezone": "UTC",
  "includeDailyDetails": true,
  "page": 1,
  "first": 20,
  "commentOrderBy": "newest_to_oldest",
  "lang": "python3",
  "pollTimeoutMs": 30000,
  "simulateHuman": true,
  "minDelayMs": 1500,
  "maxDelayMs": 4000,
  "thinkBeforeSubmitMs": [
    5000,
    12000
  ],
  "thinkAfterWrongMs": [
    8000,
    15000
  ],
  "jitter": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "success": {
    "label": "Success",
    "format": "boolean"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  },
  "requiresAuth": {
    "label": "Requires authentication",
    "format": "boolean"
  },
  "fromFrontendFallback": {
    "label": "Frontend fallback used",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [LeetCode Unified Scraper & Submitter](https://apify.com/subham_shah/leetcode-unified-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/subham_shah/leetcode-unified-scraper) to learn more, explore other use cases, and run it yourself.