# US Senate LDA Lobbying Filings - Disclosure Act Data Export

**Use case:** 

Data Export of US Senate LDA Lobbying Filings - Disclosure Act. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 100,
  "registrantName": "Akin Gump Strauss Hauer & Feld"
}
```

## Output

```json
{
  "filingUuid": {
    "label": "filingUuid",
    "format": "text"
  },
  "filingType": {
    "label": "filingType",
    "format": "text"
  },
  "filingYear": {
    "label": "filingYear",
    "format": "text"
  },
  "filingPeriod": {
    "label": "filingPeriod",
    "format": "text"
  },
  "income": {
    "label": "income",
    "format": "text"
  },
  "expenses": {
    "label": "expenses",
    "format": "text"
  },
  "registrantName": {
    "label": "registrantName",
    "format": "text"
  },
  "clientName": {
    "label": "clientName",
    "format": "text"
  },
  "dtPosted": {
    "label": "dtPosted",
    "format": "text"
  },
  "terminationDate": {
    "label": "terminationDate",
    "format": "date"
  },
  "filingDocumentUrl": {
    "label": "filingDocumentUrl",
    "format": "link"
  },
  "filingUrl": {
    "label": "filingUrl",
    "format": "link"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [US Senate LDA Lobbying Filings Scraper - Disclosure Act](https://apify.com/parseforge/us-senate-lda-filings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/us-senate-lda-filings-scraper) to learn more, explore other use cases, and run it yourself.