# Quora Content Gap Analysis for SEO Strategy

**Use case:** 

Identify prevalent questions and topics on Quora related to your industry to uncover content gaps and inform your SEO content strategy. Gain insights into what 

## Input

```json
{
  "searchQueries": [
    "best CRM software for small business",
    "how to improve website speed wordpress",
    "email marketing strategies 2024",
    "digital marketing tools for startups"
  ],
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "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 Search Scraper](https://apify.com/crawlerbros/quora-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/quora-search-scraper) to learn more, explore other use cases, and run it yourself.