# Export Every FARA Filing Document for a Company

**Use case:** 

Download every FARA filing for a firm: registrations, supplemental statements, informational materials, with PDF links and dates, from official DOJ data.

## Input

```json
{
  "registrantName": "Ballard",
  "status": "Both",
  "matchMode": "contains",
  "includeDocuments": true,
  "includePrincipals": true,
  "maxResults": 5,
  "outputProfile": "standard",
  "outputMode": "records",
  "outputEntity": "filings",
  "watchMode": "fullWithDiff",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "registrantName": {
    "label": "Registrant Name",
    "format": "string"
  },
  "documentType": {
    "label": "Document Type",
    "format": "string"
  },
  "stampedDate": {
    "label": "Stamped Date",
    "format": "string"
  },
  "documentUrl": {
    "label": "Document URL",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "exposureTier": {
    "label": "Exposure Tier",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FARA Foreign Influence Intelligence & Monitoring](https://apify.com/ryanclinton/fara-foreign-agents) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/fara-foreign-agents) to learn more, explore other use cases, and run it yourself.