# RR Lobbying Disclosure   Senate LDA Filings

**Use case:** 

Scrape RR lobbying disclosure - senate lda filings with contact details and key fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract lobbying disclosure - senate lda filings for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "filingYear": 2024,
  "filingPeriod": "",
  "filingType": "RR",
  "registrantName": "",
  "clientName": "",
  "clientState": "",
  "issueAreaCode": "",
  "specificIssueSearch": "",
  "datePostedFrom": "",
  "datePostedTo": "",
  "maxItems": 200
}
```

## Output

```json
{
  "filing_uuid": {
    "label": "Filing Uuid",
    "format": "string"
  },
  "filing_type_display": {
    "label": "Filing Type Display",
    "format": "string"
  },
  "filing_year": {
    "label": "Filing Year",
    "format": "integer"
  },
  "filing_period_display": {
    "label": "Filing Period Display",
    "format": "string"
  },
  "registrant_name": {
    "label": "Registrant Name",
    "format": "string"
  },
  "client_name": {
    "label": "Client Name",
    "format": "string"
  },
  "income": {
    "label": "Income",
    "format": "number"
  },
  "expenses": {
    "label": "Expenses",
    "format": "number"
  },
  "dt_posted": {
    "label": "Dt Posted",
    "format": "string"
  },
  "document_url": {
    "label": "Document Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Lobbying Disclosure Scraper - Senate LDA Filings](https://apify.com/jungle_synthesizer/lobbying-disclosure-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/lobbying-disclosure-crawler) to learn more, explore other use cases, and run it yourself.