# FARA political activity extractor example

**Use case:** 

Extract public DOJ FARA political activities with registrants, principals, dates, methods, purposes, and source URLs.

## Input

```json
{
  "reportTypes": [
    "political-activities",
    "political-contributions"
  ],
  "maxItems": 50
}
```

## Output

```json
{
  "reportType": {
    "label": "Report type"
  },
  "reportTitle": {
    "label": "Report title"
  },
  "registrantName": {
    "label": "Registrant"
  },
  "registrationNumber": {
    "label": "Registration #"
  },
  "registrationDate": {
    "label": "Registration date"
  },
  "foreignPrincipalName": {
    "label": "Foreign principal"
  },
  "countryOrLocation": {
    "label": "Country/location"
  },
  "shortFormName": {
    "label": "Short form name"
  },
  "activityDate": {
    "label": "Activity date"
  },
  "address": {
    "label": "Address"
  },
  "businessName": {
    "label": "Business name"
  },
  "method": {
    "label": "Method"
  },
  "purpose": {
    "label": "Purpose"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "rowNumber": {
    "label": "Row #"
  },
  "rawColumns": {
    "label": "Raw columns"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [DOJ FARA Filings Scraper](https://apify.com/automation-lab/doj-fara-filings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/doj-fara-filings-scraper) to learn more, explore other use cases, and run it yourself.