# Reddit Job & Gig Post Monitor (r/forhire, hiring)

**Use case:** 

Recruiters and freelancers catch every new gig and job post across r/forhire, r/hiring and r/freelance, de-duplicated daily, to reach out first.

## Input

```json
{
  "sources": [
    "r/forhire",
    "r/hiring",
    "r/freelance",
    "r/jobbit"
  ],
  "method": "rss",
  "sort": "new",
  "time": "day",
  "maxPostsPerSubreddit": 50,
  "minScore": 0,
  "minWords": 30,
  "maxWords": 800,
  "minHookScore": 0,
  "requireStory": false,
  "includeNsfw": false,
  "cleanText": true,
  "rawMode": false,
  "dedupeAcrossRuns": true,
  "commentLimit": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "subreddit": {
    "label": "Sub",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "selftext": {
    "label": "Post body",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "score": {
    "label": "Upvotes",
    "format": "number"
  },
  "fetchedCommentCount": {
    "label": "Comments",
    "format": "number"
  },
  "hookScore": {
    "label": "Hook",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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