# FARA Foreign Agents | DOJ Active Filings in United Kingdom

**Use case:** 

Find and extract FARA Foreign Agents | DOJ Active Filings in United Kingdom. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "maxItems": 10,
  "country": "United Kingdom"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [FARA Foreign Agents Scraper | DOJ Active Filings](https://apify.com/parseforge/fara-foreign-agents-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/fara-foreign-agents-scraper) to learn more, explore other use cases, and run it yourself.