# Congressional Stock Trades and Lobbying Overlap Report

**Use case:** 

Cross-references congressional stock trades with federal lobbying filings. See which sectors lobby a committee while its members trade them.

## Input

```json
{
  "quarters": [
    "2026-Q2"
  ],
  "chambers": [
    "house",
    "senate"
  ],
  "overlap_types": [
    "sector_match_only",
    "committee_match"
  ],
  "max_concurrency": 5,
  "lda_api_key": "***",
  "max_filings_per_record": 100
}
```

## Output

```json
{
  "member_name": {
    "label": "Member"
  },
  "chamber": {
    "label": "Chamber"
  },
  "party": {
    "label": "Party"
  },
  "state": {
    "label": "State"
  },
  "quarter": {
    "label": "Quarter"
  },
  "sector": {
    "label": "Sector"
  },
  "overlap_type": {
    "label": "Overlap type"
  },
  "mapping_confidence": {
    "label": "Confidence"
  },
  "disclosure_lag_days": {
    "label": "Disclosure lag (days)"
  }
}
```

## About this Actor

This example demonstrates how to use [🏛️ Congress Lobbying × Stock Trades Overlap](https://apify.com/seralifatih/congress-lobbying-trades-overlap) with a specific input configuration. Visit the [Actor detail page](https://apify.com/seralifatih/congress-lobbying-trades-overlap) to learn more, explore other use cases, and run it yourself.