# Scrape Hacker News Job Postings

**Use case:** 

Extract active tech job listings directly from Y Combinator startups and top tech firms on Hacker News. Identify hiring trends, active recruiters, and open role

## Input

```json
{
  "mode": "jobStories",
  "itemIds": [],
  "usernames": [],
  "startUrls": [],
  "enableCommentHierarchy": false,
  "maxItems": 150,
  "maxComments": 0,
  "maxDepth": 5,
  "domainAllowlist": [],
  "domainBlocklist": [],
  "excludeDeadOrDeleted": true,
  "commentAuthorFilter": []
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "Url"
  },
  "score": {
    "label": "Score"
  },
  "author": {
    "label": "Author"
  },
  "numComments": {
    "label": "Num comments"
  },
  "createdAt": {
    "label": "Created at"
  },
  "domain": {
    "label": "Domain"
  }
}
```

## About this Actor

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