# Extract Hard Dynamic Programming LeetCode Problems

**Use case:** 

Obtain a curated list of challenging 'Hard' difficulty problems specifically focused on 'Dynamic Programming'. This enables experienced developers to target adv

## Input

```json
{
  "mode": "problems",
  "difficulty": "HARD",
  "topic": "dynamic-programming",
  "skipPaidOnly": true,
  "maxItems": 100
}
```

## Output

```json
{
  "questionFrontendId": {
    "label": "Question frontend id"
  },
  "title": {
    "label": "Title"
  },
  "difficulty": {
    "label": "Difficulty"
  },
  "acceptanceRate": {
    "label": "Acceptance rate"
  },
  "topics": {
    "label": "Topics"
  },
  "problemUrl": {
    "label": "Problem url"
  }
}
```

## About this Actor

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