# Analyze Quora Market Trends and Topics

**Use case:** 

Scrape entire Quora topics to understand the most frequently asked questions in your industry. Use this data to create high-ranking SEO content that directly an

## Input

```json
{
  "searchQueries": [
    "python programming"
  ],
  "directUrls": [
    "https://www.quora.com/topic/Artificial-Intelligence",
    "https://www.quora.com/topic/SaaS-Marketing"
  ],
  "maxResults": 200,
  "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.