# Scrape New Illinois Real Estate Licenses

**Use case:** 

Find newly issued Illinois real estate licenses from 2025 with Licensee, License type, License #, Status, City and Expires. Export to JSON or CSV.

## Input

```json
{
  "licenseTypes": [
    "REAL ESTATE"
  ],
  "descriptionContains": "BROKER",
  "statusFilter": "active",
  "entityType": "any",
  "cities": [
    "CHICAGO"
  ],
  "onlyDisciplined": false,
  "excludeEducationRecords": true,
  "issuedAfter": "2025-01-01",
  "sortBy": "newestIssued",
  "maxResults": 100,
  "includeDisciplinaryDetails": true,
  "includeRawFields": true,
  "scanLimit": 30000,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Licensee",
    "format": "text"
  },
  "businessName": {
    "label": "Business / firm",
    "format": "text"
  },
  "boardLabel": {
    "label": "Profession",
    "format": "text"
  },
  "description": {
    "label": "License type",
    "format": "text"
  },
  "licenseNumber": {
    "label": "License #",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expires",
    "format": "text"
  },
  "expiresInDays": {
    "label": "Days to expiry",
    "format": "number"
  },
  "everDisciplined": {
    "label": "Disciplined",
    "format": "boolean"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Illinois License Leads Scraper - Realtors, Doctors, CPAs & Pros](https://apify.com/scrapesage/illinois-license-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/illinois-license-leads-scraper) to learn more, explore other use cases, and run it yourself.