# US Congressional Record — Full Export

**Use case:** 

Scrape the full us congressional record dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract us congressional record for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "dateFrom": "2026-05-01",
  "includeFullText": true
}
```

## Output

```json
{
  "congress": {
    "label": "Congress",
    "format": "integer"
  },
  "session": {
    "label": "Session",
    "format": "integer"
  },
  "issue_date": {
    "label": "Issue Date",
    "format": "string"
  },
  "section": {
    "label": "Section",
    "format": "string"
  },
  "article_title": {
    "label": "Article Title",
    "format": "string"
  },
  "start_page": {
    "label": "Start Page",
    "format": "string"
  },
  "end_page": {
    "label": "End Page",
    "format": "string"
  },
  "source_url": {
    "label": "Source Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US Congressional Record Scraper](https://apify.com/jungle_synthesizer/us-congressional-record-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/us-congressional-record-scraper) to learn more, explore other use cases, and run it yourself.