# Pelosi Financial Disclosures Extractor

**Use case:** 

Extract House Clerk PDF links and metadata for Pelosi financial disclosure and periodic transaction report filings.

## Input

```json
{
  "searchType": "members",
  "filingYears": [
    2024
  ],
  "electionYears": [
    2024
  ],
  "states": [
    "CA"
  ],
  "districts": [],
  "lastNames": [
    "Pelosi"
  ],
  "maxItems": 50
}
```

## Output

```json
{
  "searchType": {
    "label": "Search type"
  },
  "name": {
    "label": "Name"
  },
  "office": {
    "label": "Office"
  },
  "state": {
    "label": "State"
  },
  "district": {
    "label": "District"
  },
  "filingYear": {
    "label": "Filing year"
  },
  "electionYear": {
    "label": "Election year"
  },
  "filing": {
    "label": "Filing"
  },
  "filingCategory": {
    "label": "Filing category"
  },
  "documentUrl": {
    "label": "Document URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [House Financial Disclosures Scraper](https://apify.com/automation-lab/house-financial-disclosures-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/house-financial-disclosures-scraper) to learn more, explore other use cases, and run it yourself.