# Energy.gov Latest Articles Scraper

**Use case:** 

Scrape the newest U.S. Department of Energy articles, press releases, and documents with title, URL, office, type, and date. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 100,
  "sort": "date"
}
```

## Output

```json
{
  "uuid": {
    "label": "UUID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "offices": {
    "label": "Offices",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "scrapedTimestamp": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [US Energy.gov Data Scraper](https://apify.com/parseforge/energy-gov-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/energy-gov-scraper) to learn more, explore other use cases, and run it yourself.