# New stories Hacker News Top Stories

**Use case:** 

Extract Hacker News Top Stories data filtered by New stories. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "storyType": "new"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "hnUrl": {
    "label": "Hn Url",
    "format": "link"
  },
  "storyType": {
    "label": "Story Type",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "commentCount": {
    "label": "Comment Count",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "date"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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