# Find U.S. Agents Representing a Foreign Government (FARA)

**Use case:** 

List every U.S. firm registered to represent a foreign government, with foreign-influence exposure scoring, from official DOJ FARA data.

## Input

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

## Output

```json
{
  "registrantName": {
    "label": "Registrant Name",
    "format": "string"
  },
  "exposureTier": {
    "label": "Exposure Tier",
    "format": "string"
  },
  "exposureScore": {
    "label": "Exposure Score",
    "format": "integer"
  },
  "recommendedAction": {
    "label": "Recommended Action",
    "format": "string"
  },
  "adversaryCountries": {
    "label": "Adversary Countries",
    "format": "array"
  },
  "principalCountries": {
    "label": "Principal Countries",
    "format": "array"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source 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.