# Reddit r/rust New Posts — Latest

**Use case:** 

Get the newest posts from r/rust on Reddit. Fresh discussions, questions, and project shares.

## Input

```json
{
  "mode": "subreddit",
  "subreddit": "rust",
  "query": "python",
  "username": "spez",
  "sort": "new",
  "time_range": "month",
  "max_results": 25,
  "include_comments": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "upvote_ratio": {
    "label": "Upvote Ratio",
    "format": "number"
  },
  "num_comments": {
    "label": "Comments",
    "format": "number"
  },
  "created_at": {
    "label": "Created",
    "format": "date"
  },
  "subreddit": {
    "label": "Subreddit",
    "format": "text"
  },
  "selftext": {
    "label": "Self Text",
    "format": "text"
  },
  "flair": {
    "label": "Flair",
    "format": "text"
  }
}
```

## About this Actor

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