# NFA BASIC Compliance Monitor

**Use case:** 

Batch scrape NFA BASIC registrants for compliance due diligence, registration checks, and regulatory action monitoring.

## Input

```json
{
  "searchQueries": [
    {
      "type": "firm",
      "query": "goldman"
    },
    {
      "type": "firm",
      "query": "morgan"
    },
    {
      "type": "nfaId",
      "query": "0002014"
    }
  ],
  "firmNames": [
    "goldman",
    "morgan"
  ],
  "nfaIds": [
    "0002014"
  ],
  "includeDetails": true,
  "maxItems": 150,
  "maxActionsPerRegistrant": 5
}
```

## Output

```json
{
  "searchType": {
    "label": "Search type"
  },
  "searchQuery": {
    "label": "Search query"
  },
  "entityType": {
    "label": "Entity type"
  },
  "nfaId": {
    "label": "NFA ID"
  },
  "name": {
    "label": "Name"
  },
  "membershipStatus": {
    "label": "Membership status"
  },
  "registrationTypes": {
    "label": "Registration types"
  },
  "hasRegulatoryActions": {
    "label": "Has regulatory actions"
  },
  "regulatoryActionCount": {
    "label": "Regulatory action count"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "country": {
    "label": "Country"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "profileUrl": {
    "label": "Profile URL"
  },
  "currentActivities": {
    "label": "Current activities"
  },
  "registrationHistory": {
    "label": "Registration history"
  },
  "regulatoryActions": {
    "label": "Regulatory actions"
  },
  "source": {
    "label": "Source"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [NFA BASIC Registrant Scraper](https://apify.com/automation-lab/nfa-basic-registrant-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/nfa-basic-registrant-scraper) to learn more, explore other use cases, and run it yourself.