# New York Real Estate License Monitor

**Use case:** 

Monitor New York eAccessNY brokerages, offices, and schools with batch searches, status, expiry dates, and related parties.

## Input

```json
{
  "searchMode": "organization",
  "firstName": "John",
  "lastName": "Smith",
  "organizationName": "Real",
  "searches": [
    {
      "searchMode": "organization",
      "organizationName": "Real"
    },
    {
      "searchMode": "organization",
      "organizationName": "Keller"
    },
    {
      "searchMode": "organization",
      "organizationName": "Douglas"
    }
  ],
  "maxResults": 150,
  "maxPages": 4,
  "pageSize": 30,
  "includeDetails": true
}
```

## Output

```json
{
  "searchMode": {
    "label": "Search mode"
  },
  "searchName": {
    "label": "Search name"
  },
  "name": {
    "label": "Name"
  },
  "licenseNumber": {
    "label": "License #"
  },
  "licenseType": {
    "label": "License type"
  },
  "status": {
    "label": "Status"
  },
  "expiryDate": {
    "label": "Expiry"
  },
  "address": {
    "label": "Address"
  },
  "relatedParties": {
    "label": "Related parties"
  },
  "detailUrl": {
    "label": "Detail URL"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [New York eAccessNY Real Estate License Scraper](https://apify.com/automation-lab/new-york-eaccessny-real-estate-license-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/new-york-eaccessny-real-estate-license-scraper) to learn more, explore other use cases, and run it yourself.