# Newest First DOJ Press Releases | US Justice Department

**Use case:** 

Extract DOJ Press Releases | US Justice Department data filtered by Newest First. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "sortDirection": "DESC"
}
```

## Output

```json
{
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "number": {
    "label": "🆔 Number",
    "format": "text"
  },
  "publicationDate": {
    "label": "📅 Published",
    "format": "text"
  },
  "components": {
    "label": "🏛️ Component",
    "format": "text"
  },
  "topic": {
    "label": "📑 Topic",
    "format": "text"
  },
  "teaser": {
    "label": "📝 Teaser",
    "format": "text"
  },
  "body": {
    "label": "📄 Body",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [DOJ Press Releases Scraper | US Justice Department](https://apify.com/parseforge/doj-press-releases-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/doj-press-releases-scraper) to learn more, explore other use cases, and run it yourself.