# Identify Quora Content Gaps for SEO

**Use case:** 

Discover high-engagement questions that lack comprehensive or up-to-date answers. Dominating these threads helps drive consistent referral traffic and improves 

## Input

```json
{
  "searchQueries": [
    "how to invest in crypto 2024",
    "benefits of remote work for employers",
    "is cyber security a good career"
  ],
  "maxResults": 80,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "groups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "content_type": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "answer_text": {
    "label": "Answer",
    "format": "text"
  },
  "author_name": {
    "label": "Author",
    "format": "text"
  },
  "upvotes": {
    "label": "Upvotes",
    "format": "number"
  },
  "comments_count": {
    "label": "Comments",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "source_url": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

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