# Find Hacker News comments about data quality

**Use case:** 

Search public Hacker News stories and comments with a bounded example input for research, monitoring, trend analysis, and reporting.

## Input

```json
{
  "query": "data quality",
  "tags": [
    "comment"
  ],
  "includeComments": true,
  "sortBy": "relevance",
  "maxItems": 40
}
```

## Output

```json
{
  "objectId": {
    "label": "Object ID",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "hnUrl": {
    "label": "HN URL",
    "format": "link"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "createdAt": {
    "label": "Created",
    "format": "date"
  },
  "points": {
    "label": "Points",
    "format": "number"
  },
  "numComments": {
    "label": "Comments",
    "format": "number"
  },
  "storyId": {
    "label": "Story ID",
    "format": "number"
  },
  "parentId": {
    "label": "Parent ID",
    "format": "number"
  },
  "commentText": {
    "label": "Comment text",
    "format": "text"
  },
  "highlight": {
    "label": "Highlight",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  }
}
```

## About this Actor

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