# NY eAccessNY Individual License Lookup Extractor

**Use case:** 

Verify an individual New York real estate licensee from eAccessNY with license number, type, status, expiry, and detail URL.

## Input

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