# Track Congress Members' Stock Trades

**Use case:** 

Get disclosure data for all US House members including high-profile traders like Nancy Pelosi.

## Input

```json
{
  "fetchDaysBack": 30,
  "debugPtrLimit": 3,
  "debugPdfText": false
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "string"
  },
  "politician": {
    "label": "Politician",
    "format": "string"
  },
  "transaction_date": {
    "label": "Transaction date",
    "format": "string"
  },
  "filing_date": {
    "label": "Filing date",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "asset_name": {
    "label": "Asset name",
    "format": "string"
  },
  "asset_type": {
    "label": "Asset type",
    "format": "string"
  },
  "type": {
    "label": "Trade type",
    "format": "string"
  },
  "amount_min": {
    "label": "Amount lower bound",
    "format": "integer"
  },
  "amount_max": {
    "label": "Amount upper bound",
    "format": "integer"
  },
  "owner": {
    "label": "Owner",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [🏛️ U.S. House Congress Trade Tracker](https://apify.com/seralifatih/congress-trading-pipeline-1) with a specific input configuration. Visit the [Actor detail page](https://apify.com/seralifatih/congress-trading-pipeline-1) to learn more, explore other use cases, and run it yourself.