# FARA Filing Activity Timeline by Foreign Agent

**Use case:** 

Turn FARA filings into a chronological event timeline: registrations, supplemental statements, terminations, and amendments per foreign agent, from DOJ data.

## Input

```json
{
  "country": "Japan",
  "status": "Active",
  "matchMode": "contains",
  "includeDocuments": true,
  "includePrincipals": true,
  "maxResults": 8,
  "outputProfile": "standard",
  "outputMode": "records",
  "outputEntity": "timeline",
  "watchMode": "fullWithDiff",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "eventDate": {
    "label": "Event Date",
    "format": "string"
  },
  "eventType": {
    "label": "Event Type",
    "format": "string"
  },
  "registrant": {
    "label": "Registrant",
    "format": "text"
  },
  "principalName": {
    "label": "Principal Name",
    "format": "string"
  },
  "documentType": {
    "label": "Document Type",
    "format": "string"
  },
  "documentUrl": {
    "label": "Document URL",
    "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.