# Foreign Principals Ranked by Number of U.S. Agents (FARA)

**Use case:** 

Aggregate FARA by foreign principal: how many U.S. agents each government or entity retains, their countries, and exposure, from official DOJ data.

## Input

```json
{
  "country": "Saudi Arabia",
  "status": "Active",
  "matchMode": "contains",
  "includeDocuments": true,
  "includePrincipals": true,
  "maxResults": 15,
  "outputProfile": "standard",
  "outputMode": "records",
  "outputEntity": "principals",
  "watchMode": "fullWithDiff",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "principalName": {
    "label": "Principal Name",
    "format": "string"
  },
  "countries": {
    "label": "Countries",
    "format": "array"
  },
  "activeRegistrants": {
    "label": "Active Registrants",
    "format": "integer"
  },
  "totalRegistrants": {
    "label": "Total Registrants",
    "format": "integer"
  },
  "highestExposure": {
    "label": "Top Exposure",
    "format": "number"
  }
}
```

## 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.