# Hacker News Rust Programming Posts from 2022-2023

**Use case:** 

Access Rust programming discussions from Hacker News between 2022 and 2023. Get detailed stories, insights, and community interactions.

## Input

```json
{
  "contentType": "story",
  "startDate": "2022-01-01",
  "endDate": "2023-12-31",
  "query": "Rust programming language systems",
  "authors": [],
  "minPoints": 0,
  "minComments": 0,
  "maxItems": 400,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "points": {
    "label": "Points",
    "format": "number"
  },
  "numComments": {
    "label": "Comments",
    "format": "number"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "createdAt": {
    "label": "Created (UTC)",
    "format": "text"
  },
  "storyId": {
    "label": "Story ID",
    "format": "text"
  },
  "hnUrl": {
    "label": "HN Link",
    "format": "link"
  },
  "url": {
    "label": "Outbound URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Hacker News Historical Archive Scraper — Old Stories by Date](https://apify.com/logiover/hacker-news-historical-archive-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/hacker-news-historical-archive-scraper) to learn more, explore other use cases, and run it yourself.