# Find LeetCode Two Pointers Interview Questions

**Use case:** 

Discover all LeetCode problems that utilize the 'Two Pointers' technique, regardless of difficulty. This helps candidates specifically practice and master this 

## Input

```json
{
  "mode": "problems",
  "topic": "two-pointers",
  "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.