# Science Slashdot | Tech News and Comments

**Use case:** 

Extract Slashdot | Tech News and Comments data filtered by Science. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "section": "science",
  "maxItems": 10
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "topic": {
    "label": "Topic",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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