# NFA BASIC Firm Name Scraper

**Use case:** 

Scrape NFA BASIC firm search results with registration status, NFA ID, profile URLs, and regulatory action flags.

## Input

```json
{
  "searchQueries": [
    {
      "type": "firm",
      "query": "goldman"
    }
  ],
  "includeDetails": true,
  "maxItems": 100,
  "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.