# Hacker News Crypto Posts from 2021

**Use case:** 

Access the complete collection of Hacker News crypto stories from 2021. This includes insights on Bitcoin, Ethereum, and other cryptocurrencies.

## Input

```json
{
  "contentType": "story",
  "startDate": "2021-01-01",
  "endDate": "2021-12-31",
  "query": "bitcoin ethereum cryptocurrency",
  "authors": [],
  "minPoints": 0,
  "minComments": 0,
  "maxItems": 500,
  "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.