# Get LeetCode Problem Details: Two Sum

**Use case:** 

Retrieve all available details for a specific LeetCode problem, 'Two Sum'. This is useful for content creators, educators, or interview prep platforms needing t

## Input

```json
{
  "mode": "problem",
  "problemSlug": "two-sum",
  "skipPaidOnly": true,
  "maxItems": 50
}
```

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