# Best stories Hacker News Items

**Use case:** 

Extract Hacker News Items data filtered by Best stories. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "listing": "best"
}
```

## Output

```json
{
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "score": {
    "label": "⭐ Score",
    "format": "number"
  },
  "by": {
    "label": "👤 Author",
    "format": "text"
  },
  "descendants": {
    "label": "💬 Comments",
    "format": "number"
  },
  "time": {
    "label": "🕒 Time",
    "format": "text"
  },
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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