# Rocket Mortgage NMLS Consumer Access Lookup

**Use case:** 

Search NMLS Consumer Access by lender name and export Rocket Mortgage identity, contact, branch, and state-license records.

## Input

```json
{
  "mode": "by_name",
  "nmlsIds": [
    "3030"
  ],
  "names": [
    "Rocket Mortgage"
  ],
  "entityType": "COMPANY",
  "includeDisclosures": false,
  "maxItems": 1
}
```

## Output

```json
{
  "nmlsId": {
    "label": "NMLS ID",
    "format": "string"
  },
  "entityType": {
    "label": "Entity type",
    "format": "string"
  },
  "legalName": {
    "label": "Legal name",
    "format": "string"
  },
  "streetAddress": {
    "label": "Street address",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "stateLicensesActiveCount": {
    "label": "Active licenses",
    "format": "integer"
  },
  "stateLicensesTotalCount": {
    "label": "Total licenses",
    "format": "integer"
  },
  "hasRegulatoryActions": {
    "label": "Regulatory actions",
    "format": "boolean"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [NMLS Consumer Access Scraper](https://apify.com/automation-lab/nmls-license-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/nmls-license-registry-scraper) to learn more, explore other use cases, and run it yourself.