# Find high-intent SEO keyword ideas and user questions

**Use case:** 

Extract real questions and search terms that your target audience uses to describe their problems on Reddit. Generate highly relevant, traffic-driving content i

## Input

```json
{
  "keywords": [
    "how do I fix",
    "recommendation for",
    "best way to learn coding"
  ],
  "resultLimit": 300,
  "sort": "relevance"
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword"
  },
  "title": {
    "label": "Title"
  },
  "author": {
    "label": "Author"
  },
  "subreddit_prefixed": {
    "label": "Subreddit prefixed"
  },
  "score": {
    "label": "Score"
  },
  "num_comments": {
    "label": "Num comments"
  },
  "url": {
    "label": "Url"
  },
  "permalink": {
    "label": "Permalink"
  },
  "is_self_post": {
    "label": "Is self post"
  },
  "created_at": {
    "label": "Created at"
  },
  "link_flair": {
    "label": "Link flair"
  }
}
```

## About this Actor

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