# Map a Foreign Government's U.S. Lobbying Network (FARA)

**Use case:** 

Export FARA registrant-to-principal relationships as graph edges (source, target, REPRESENTS) for Neo4j, Gephi, or Maltego, from official DOJ data.

## Input

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

## Output

```json
{
  "registrantName": {
    "label": "Registrant Name",
    "format": "string"
  },
  "principalName": {
    "label": "Principal Name",
    "format": "string"
  },
  "principalCountry": {
    "label": "Principal Country",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "exposureTier": {
    "label": "Exposure Tier",
    "format": "string"
  },
  "recommendedAction": {
    "label": "Recommended Action",
    "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.