# Find U.S. Agents Representing India (FARA)

**Use case:** 

Every U.S. firm registered under FARA to represent India, with foreign-influence exposure scoring and recommended action, from official DOJ data.

## Input

```json
{
  "country": "India",
  "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.