# GovTrack US Senate Members Scraper

**Use case:** 

Scrape current US Senators from GovTrack. Get names, parties, states and role details for sitting senators.

## Input

```json
{
  "entity": "role",
  "maxItems": 5,
  "chamber": "senate",
  "currentOnly": true
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "party": {
    "label": "Party",
    "format": "text"
  },
  "role_type": {
    "label": "Role type",
    "format": "text"
  },
  "role_type_label": {
    "label": "Role type label",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "title_long": {
    "label": "Title long",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "leadership_title": {
    "label": "Leadership title",
    "format": "text"
  },
  "senator_class": {
    "label": "Senator class",
    "format": "text"
  },
  "senator_class_label": {
    "label": "Senator class label",
    "format": "text"
  },
  "senator_rank": {
    "label": "Senator rank",
    "format": "text"
  },
  "senator_rank_label": {
    "label": "Senator rank label",
    "format": "text"
  },
  "startdate": {
    "label": "Startdate",
    "format": "text"
  }
}
```

## About this Actor

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