# GovInfo Congressional Record Scraper

**Use case:** 

Scrape the US Congressional Record from GovInfo with package ID, title, collection, congress, and publish date. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "collection": "CREC",
  "startDate": "2025-01-01T00:00:00Z"
}
```

## Output

```json
{
  "packageId": {
    "label": "🆔 Package",
    "format": "text"
  },
  "title": {
    "label": "📄 Title",
    "format": "text"
  },
  "collection": {
    "label": "📚 Collection",
    "format": "text"
  },
  "congress": {
    "label": "🏛️ Congress",
    "format": "text"
  },
  "docClass": {
    "label": "🗂️ Class",
    "format": "text"
  },
  "publishDate": {
    "label": "📅 Published",
    "format": "date"
  },
  "lastModified": {
    "label": "🕒 Modified",
    "format": "date"
  },
  "pdfUrl": {
    "label": "📎 PDF",
    "format": "link"
  },
  "granuleCount": {
    "label": "🔢 Granules",
    "format": "number"
  },
  "branch": {
    "label": "🏢 Branch",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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