# ChatGPT GPT-4 Story Archive from Hacker News

**Use case:** 

Collect stories about ChatGPT and GPT-4 from Hacker News between November 2022 and December 2023. Access insights from user discussions.

## Input

```json
{
  "contentType": "story",
  "startDate": "2022-11-01",
  "endDate": "2023-12-31",
  "query": "ChatGPT GPT-4 OpenAI LLM",
  "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.