# New York Real Estate Organization License Scraper

**Use case:** 

Scrape New York eAccessNY organization license records for brokerages, offices, schools, status, expiry, and license numbers.

## Input

```json
{
  "searchMode": "organization",
  "firstName": "John",
  "lastName": "Smith",
  "organizationName": "Real",
  "maxResults": 100,
  "maxPages": 7,
  "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.