# INDIVIDUAL NMLS   Mortgage Loan Originators, Lenders & Branc

**Use case:** 

Scrape INDIVIDUAL nmls - mortgage loan originators, lenders & branches with contact details and key fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract nmls - mortgage loan originators, lenders & branches for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "by_name",
  "nmlsIds": [
    "3030",
    "2289"
  ],
  "names": [
    "Rocket Mortgage"
  ],
  "states": [],
  "entityType": "INDIVIDUAL",
  "sponsoringCompanyIds": [],
  "includeDisclosures": true,
  "maxItems": 200,
  "maxSeedDepth": 2,
  "maxSeedExpansions": 100
}
```

## Output

```json
{
  "nmls_id": {
    "label": "Nmls Id",
    "format": "string"
  },
  "entity_type": {
    "label": "Entity Type",
    "format": "string"
  },
  "legal_name": {
    "label": "Legal Name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "state_licenses_active_count": {
    "label": "State Licenses Active Count",
    "format": "integer"
  },
  "is_active": {
    "label": "Is Active",
    "format": "boolean"
  },
  "detail_url": {
    "label": "Detail Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [NMLS Scraper - Mortgage Loan Originators, Lenders & Branches](https://apify.com/jungle_synthesizer/nmls-consumer-access-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/nmls-consumer-access-crawler) to learn more, explore other use cases, and run it yourself.