# Hottest (by score) Lobsters | Tech News and Discussions

**Use case:** 

Standard Export of Lobsters | Tech News and Discussions for Hottest (by score). Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "feedType": "hottest",
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "📰 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "lobstersUrl": {
    "label": "Lobsters url"
  },
  "score": {
    "label": "⭐ Score",
    "format": "number"
  },
  "flags": {
    "label": "🚩 Flags",
    "format": "number"
  },
  "commentCount": {
    "label": "💬 Comments",
    "format": "number"
  },
  "tags": {
    "label": "Tags"
  },
  "submittedBy": {
    "label": "👤 Submitted By",
    "format": "text"
  },
  "createdAt": {
    "label": "📅 Created",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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