# Firm NFA BASIC   Futures Broker & CTA/CPO Registry

**Use case:** 

Scrape Firm nfa basic - futures broker & cta/cpo registry with contact details and key fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract nfa basic - futures broker & cta/cpo registry for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "searchType": "firm",
  "searchQuery": "",
  "membershipStatusFilter": "",
  "regTypeFilter": "",
  "hasRegulatoryActions": false,
  "includeDisciplinaryDetail": true,
  "includeRegistrationHistory": false,
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "nfa_id": {
    "label": "Nfa Id",
    "format": "string"
  },
  "entity_type": {
    "label": "Entity Type",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "nfa_membership_status": {
    "label": "Nfa Membership Status",
    "format": "string"
  },
  "registration_types": {
    "label": "Registration Types",
    "format": "string"
  },
  "has_regulatory_actions": {
    "label": "Has Regulatory Actions",
    "format": "boolean"
  },
  "regulatory_actions_count": {
    "label": "Regulatory Actions Count",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [NFA BASIC Scraper - Futures Broker & CTA/CPO Registry](https://apify.com/jungle_synthesizer/nfa-basic-broker-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/nfa-basic-broker-crawler) to learn more, explore other use cases, and run it yourself.