# Congress.Gov Bill Tracker   Bills, Votes, Sponsors & Subject

**Use case:** 

Scrape the full congress.gov bill tracker - bills, votes, sponsors & subjects dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract congress.gov bill tracker - bills, votes, sponsors & subjects for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "apiKey": "",
  "congress": 119,
  "billType": "",
  "updatedSince": "",
  "fetchCosponsors": true,
  "fetchSubjects": true,
  "maxItems": 200
}
```

## Output

```json
{
  "billId": {
    "label": "Billid",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "billType": {
    "label": "Billtype",
    "format": "string"
  },
  "congress": {
    "label": "Congress",
    "format": "integer"
  },
  "introducedDate": {
    "label": "Introduceddate",
    "format": "string"
  },
  "sponsorName": {
    "label": "Sponsorname",
    "format": "string"
  },
  "sponsorParty": {
    "label": "Sponsorparty",
    "format": "string"
  },
  "sponsorState": {
    "label": "Sponsorstate",
    "format": "string"
  },
  "latestActionDate": {
    "label": "Latestactiondate",
    "format": "string"
  },
  "latestActionText": {
    "label": "Latestactiontext",
    "format": "string"
  },
  "legislationUrl": {
    "label": "Legislationurl",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Congress.gov Bill Tracker - Bills, Votes, Sponsors & Subjects](https://apify.com/jungle_synthesizer/congress-gov-bill-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/congress-gov-bill-tracker) to learn more, explore other use cases, and run it yourself.