# Hacker News Rust Programming Posts

**Use case:** 

Search Hacker News for rust programming posts with titles, points, author, comment counts and links sorted by date for tech trend research.

## Input

```json
{
  "searchQuery": "rust programming",
  "sortBy": "date",
  "maxItems": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "author": {
    "label": "Author"
  },
  "points": {
    "label": "Points"
  },
  "numComments": {
    "label": "Comments"
  },
  "url": {
    "label": "Link"
  },
  "storyUrl": {
    "label": "HN Thread"
  },
  "tags": {
    "label": "Tags"
  },
  "createdAt": {
    "label": "Posted"
  }
}
```

## About this Actor

This example demonstrates how to use [Hacker News Scraper - Stories, Points & Comments](https://apify.com/scrapers_lat/hacker-news-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/hacker-news-scraper) to learn more, explore other use cases, and run it yourself.