# Top Hacker News Stories on Artificial Intelligence

**Use case:** 

Discover the latest discussions and trends on artificial intelligence from Hacker News.

## Input

```json
{
  "maxStories": 50,
  "searchQuery": "artificial intelligence",
  "sortBy": "date",
  "includeComments": false
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "author": {
    "label": "Author"
  },
  "points": {
    "label": "Points"
  },
  "numComments": {
    "label": "Comments"
  },
  "url": {
    "label": "Link"
  },
  "storyUrl": {
    "label": "HN Thread"
  },
  "domain": {
    "label": "Domain"
  },
  "tags": {
    "label": "Tags"
  },
  "createdAt": {
    "label": "Posted"
  }
}
```

## About this Actor

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