# Monitor Hacker News Brand Mentions

**Use case:** 

Track discussions, feedback, and sentiment regarding specific tech products or brands across Hacker News. Gain valuable market intelligence and monitor develope

## Input

```json
{
  "mode": "search",
  "itemIds": [],
  "usernames": [],
  "searchQuery": "openai gpt-4o",
  "startUrls": [],
  "enableCommentHierarchy": true,
  "maxItems": 100,
  "maxComments": 20,
  "maxDepth": 3,
  "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.