# 119th Congress Senate Floor Speeches

**Use case:** 

Extract Senate section articles from the 119th Congressional Record (2025–2027) via the congress.gov API — title, speaker, date, page, and full text.

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "maxItems": 100,
  "congress": 119,
  "dateFrom": "2025-01-03",
  "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.