# Identify Key Questions for Quora Topic Authority Building

**Use case:** 

Find high-engagement Quora questions related to your expertise to strategically contribute valuable answers and build thought leadership. Increase your brand's 

## Input

```json
{
  "searchQueries": [
    "artificial intelligence ethics",
    "future of blockchain technology",
    "machine learning algorithms explained",
    "cybersecurity trends 2024"
  ],
  "maxResults": 90,
  "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.