# Science Technology Lobbying Filing Monitor

**Use case:** 

Monitor Senate LDA filings for science and technology issue codes with clients, lobbyists, amounts, and documents.

## Input

```json
{
  "registrantName": "Google",
  "filingTypes": [
    "Q1",
    "Q2",
    "Q3",
    "Q4"
  ],
  "filingYear": 2024,
  "filingPeriod": "",
  "issueCodes": [
    "SCI"
  ],
  "includePdfLinks": true,
  "includeIssueDetails": true,
  "maxItems": 100
}
```

## Output

```json
{
  "filingUuid": {
    "label": "Filing UUID"
  },
  "filingTypeDisplay": {
    "label": "Filing type"
  },
  "filingYear": {
    "label": "Year"
  },
  "filingPeriodDisplay": {
    "label": "Period"
  },
  "registrantName": {
    "label": "Registrant"
  },
  "clientName": {
    "label": "Client"
  },
  "amountReported": {
    "label": "Amount"
  },
  "postedDate": {
    "label": "Posted"
  },
  "issueCodes": {
    "label": "Issue codes"
  },
  "lobbyistNames": {
    "label": "Lobbyists"
  },
  "sourceUrl": {
    "label": "Source"
  },
  "documentUrl": {
    "label": "Document"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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