# US Senate Bills on Energy Policy - congress.gov

**Use case:** 

Export US Senate bills from congress.gov with policy subject tags — filter to energy legislation with sponsor party, state, and cosponsor breakdown.

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "apiKey": "",
  "congress": 119,
  "billType": "s",
  "updatedSince": "",
  "fetchCosponsors": true,
  "fetchSubjects": true,
  "maxItems": 100
}
```

## 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.