# Zillow Mortgage Lender Scraper for Austin

**Use case:** 

Scrape Zillow mortgage lender profiles, NMLS IDs, ratings, addresses, phones, and websites for Austin, Texas.

## Input

```json
{
  "locations": [
    "Austin, TX"
  ],
  "screenNames": [],
  "profileUrls": [],
  "maxItems": 50,
  "maxPagesPerLocation": 2,
  "pageSize": 20,
  "enrichProfiles": true,
  "profileConcurrency": 4,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "nmlsId": {
    "label": "NMLS ID",
    "format": "text"
  },
  "nmlsType": {
    "label": "NMLS type",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "totalReviews": {
    "label": "Reviews",
    "format": "number"
  },
  "addressFormatted": {
    "label": "Address",
    "format": "text"
  },
  "officePhone": {
    "label": "Office phone",
    "format": "text"
  },
  "cellPhone": {
    "label": "Cell phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "profileUrl": {
    "label": "Zillow profile",
    "format": "link"
  },
  "discoveredIn": {
    "label": "Found in",
    "format": "array"
  },
  "enriched": {
    "label": "Enriched",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Zillow Mortgage Lenders Scraper](https://apify.com/automation-lab/zillow-mortgage-lenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/zillow-mortgage-lenders-scraper) to learn more, explore other use cases, and run it yourself.