# Scrape r/cscareerquestions for Salary & Interview Intel

**Use case:** 

Top r/cscareerquestions threads on offers, negotiation, and interviews, with comments. Real salary numbers and interview intel from people who got the job.

## Input

```json
{
  "query": "offer negotiation total comp",
  "subreddit": "cscareerquestions",
  "sort": "top",
  "time": "year",
  "maxItems": 100,
  "includeComments": true,
  "commentLimit": 30,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "subreddit": {
    "label": "Sub",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "score": {
    "label": "Score (app creds)",
    "format": "number"
  },
  "numComments": {
    "label": "Comments (app creds)",
    "format": "number"
  },
  "createdAt": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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