# Texas New Real Estate License Applicants — Daily Feed

**Use case:** 

Ready-to-run recruiting feed for TX brokerages: 200 brand-new TREC real estate license applicants from the last 30 days, with name, license type and status.

## Input

```json
{
  "states": [
    "TX"
  ],
  "feed": "new_applicants",
  "daysBack": 30,
  "maxResults": 200,
  "flRegions": [
    "1"
  ],
  "maxScan": 20000
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "string"
  },
  "feed": {
    "label": "Feed",
    "format": "string"
  },
  "event_type": {
    "label": "Event type",
    "format": "string"
  },
  "licensee_name": {
    "label": "Licensee name",
    "format": "string"
  },
  "license_type": {
    "label": "License type",
    "format": "string"
  },
  "license_number": {
    "label": "License / application number",
    "format": "string"
  },
  "license_status": {
    "label": "License status",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "sponsoring_broker_name": {
    "label": "Sponsoring broker name",
    "format": "string"
  },
  "previous_broker": {
    "label": "Previous broker",
    "format": "string"
  },
  "application_date": {
    "label": "Application date",
    "format": "string"
  },
  "original_license_date": {
    "label": "Original license date",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Realtor License Roster, New Applicants & Broker Change Delta](https://apify.com/malonestar/realtor-license-roster-delta) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/realtor-license-roster-delta) to learn more, explore other use cases, and run it yourself.