# Congress.gov House Bills Scraper

**Use case:** 

Extract recently updated U.S. House bills from Congress.gov with titles, sponsors, and status as structured data.

## Input

```json
{
  "maxItems": 5,
  "billType": "hr",
  "sort": "updateDate+desc"
}
```

## Output

```json
{
  "congress": {
    "label": "Congress",
    "format": "number"
  },
  "billType": {
    "label": "Bill Type",
    "format": "text"
  },
  "billNumber": {
    "label": "Bill Number",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "originChamber": {
    "label": "Origin Chamber",
    "format": "text"
  },
  "latestActionDate": {
    "label": "Latest Action Date",
    "format": "text"
  },
  "latestActionText": {
    "label": "Latest Action Text",
    "format": "text"
  },
  "updateDate": {
    "label": "Update Date",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "congressGovUrl": {
    "label": "Congress Gov Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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