# Export Quora Market Research Questions

**Use case:** 

Collect public Quora questions and answers for market research topics, including titles, answer text, author names, metrics, and source URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.quora.com/What-is-artificial-intelligence"
    }
  ],
  "queries": [
    "market research"
  ],
  "maxItemsPerQuery": 5,
  "failOnBlocked": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "questionTitle": {
    "label": "Question",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "authorName": {
    "label": "Author",
    "format": "string"
  },
  "metrics": {
    "label": "Metrics",
    "format": "object"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "sourceType": {
    "label": "Source type",
    "format": "string"
  },
  "sourceValue": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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