# Houston MSB Directory from FinCEN Registrations

**Use case:** 

Get a Houston MSB directory from FinCEN registrations: legalName, dbaName, state, msbActivities, leadScore. No browser or API key required.

## Input

```json
{
  "locationStates": [
    "WY"
  ],
  "includeTerritories": true,
  "cities": [
    "Houston, TX"
  ],
  "moneyTransmittersOnly": false,
  "nationwideOnly": false,
  "maxResults": 1000,
  "sortBy": "leadScore",
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "legalName": {
    "label": "Legal name"
  },
  "dbaName": {
    "label": "DBA"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "ZIP"
  },
  "msbActivities": {
    "label": "MSB activities"
  },
  "statesOfOperationCount": {
    "label": "# States"
  },
  "operatesNationwide": {
    "label": "Nationwide?"
  },
  "branchCount": {
    "label": "Branches"
  },
  "latestReceivedDate": {
    "label": "Registered"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [FinCEN MSB Scraper - Money Services Business Leads](https://apify.com/scrapesage/fincen-msb-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/fincen-msb-scraper) to learn more, explore other use cases, and run it yourself.