# 2022 Hacker News Security Vulnerability Reports

**Use case:** 

Access comprehensive reports on security vulnerabilities from 2022. Gain insights from stories, comments, and discussions surrounding major breaches.

## Input

```json
{
  "contentType": "story",
  "startDate": "2022-01-01",
  "endDate": "2022-12-31",
  "query": "security vulnerability breach exploit",
  "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.