# Scrape All Medium Graph LeetCode Problems

**Use case:** 

Collect a full list of 'Medium' difficulty problems related to 'Graph' algorithms on LeetCode. This dataset supports students and professionals in reinforcing t

## Input

```json
{
  "mode": "problems",
  "difficulty": "MEDIUM",
  "topic": "graph",
  "skipPaidOnly": true,
  "maxItems": 150
}
```

## 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.