# Senate Vote Records Scraper

**Use case:** 

Scrape GovTrack Senate vote records by Congress, session, chamber, and keyword for policy monitoring workflows.

## Input

```json
{
  "mode": "votes",
  "maxItems": 100,
  "current": true,
  "state": "CA",
  "congress": 118,
  "chamber": "senate",
  "query": "nomination",
  "includeRaw": false
}
```

## Output

```json
{
  "entityType": {
    "label": "Type"
  },
  "recordId": {
    "label": "ID"
  },
  "name": {
    "label": "Name"
  },
  "title": {
    "label": "Title"
  },
  "displayNumber": {
    "label": "Bill"
  },
  "description": {
    "label": "Description"
  },
  "congress": {
    "label": "Congress"
  },
  "session": {
    "label": "Session"
  },
  "chamber": {
    "label": "Chamber"
  },
  "state": {
    "label": "State"
  },
  "district": {
    "label": "District"
  },
  "party": {
    "label": "Party"
  },
  "roleType": {
    "label": "Role"
  },
  "current": {
    "label": "Current"
  },
  "startDate": {
    "label": "Start"
  },
  "endDate": {
    "label": "End"
  },
  "introducedDate": {
    "label": "Introduced"
  },
  "status": {
    "label": "Status"
  },
  "statusDate": {
    "label": "Status date"
  },
  "sponsorName": {
    "label": "Sponsor"
  },
  "question": {
    "label": "Question"
  },
  "result": {
    "label": "Result"
  },
  "passed": {
    "label": "Passed"
  },
  "totalPlus": {
    "label": "Plus"
  },
  "totalMinus": {
    "label": "Minus"
  },
  "totalOther": {
    "label": "Other"
  },
  "phone": {
    "label": "Phone"
  },
  "office": {
    "label": "Office"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "contactForm": {
    "label": "Contact",
    "format": "link"
  },
  "govtrackUrl": {
    "label": "GovTrack",
    "format": "link"
  },
  "sourceApiUrl": {
    "label": "API URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [GovTrack US Congress Scraper](https://apify.com/automation-lab/govtrack-congress-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/govtrack-congress-scraper) to learn more, explore other use cases, and run it yourself.