# Texas A/C contractor licenses expiring in the next 90 days

**Use case:** 

Texas air conditioning and refrigeration contractor licenses from the TDLR license file whose expiration date falls within the next 90 days, soonest first, with the licensee, the company named on the license and the county.

## Input

```json
{
  "states": [
    "tx"
  ],
  "licenseType": "A/C Contractor",
  "onlyActive": true,
  "expiringWithinDays": 90,
  "maxResultsPerState": 300,
  "includeBondsAndInsurance": true
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "string"
  },
  "licenseNumber": {
    "label": "License number",
    "format": "string"
  },
  "licenseType": {
    "label": "License type",
    "format": "string"
  },
  "licenseStatus": {
    "label": "License status",
    "format": "string"
  },
  "expirationDate": {
    "label": "Expiration date",
    "format": "string"
  },
  "daysUntilExpiration": {
    "label": "Days until expiration",
    "format": "integer"
  },
  "isExpired": {
    "label": "Is expired",
    "format": "boolean"
  },
  "businessName": {
    "label": "Business name",
    "format": "string"
  },
  "licenseeName": {
    "label": "Licensee name",
    "format": "string"
  },
  "principalName": {
    "label": "Principal name",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "zip": {
    "label": "Zip",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "bonds": {
    "label": "Bonds",
    "format": "array"
  },
  "insurance": {
    "label": "Insurance",
    "format": "array"
  },
  "suspendDate": {
    "label": "Suspend date",
    "format": "string"
  },
  "licenseeKind": {
    "label": "Licensee kind",
    "format": "string"
  },
  "businessType": {
    "label": "Business type",
    "format": "string"
  },
  "specialties": {
    "label": "Specialties",
    "format": "array"
  },
  "licenseSubtype": {
    "label": "License subtype",
    "format": "string"
  },
  "effectiveDate": {
    "label": "Effective date",
    "format": "string"
  },
  "originalRegistrationDate": {
    "label": "Original registration date",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "stateName": {
    "label": "State name",
    "format": "string"
  },
  "licenseTypes": {
    "label": "License types",
    "format": "array"
  },
  "licenseTypeCodes": {
    "label": "License type codes",
    "format": "array"
  },
  "endorsements": {
    "label": "Endorsements",
    "format": "array"
  },
  "addressState": {
    "label": "Address state",
    "format": "string"
  },
  "ubi": {
    "label": "Ubi",
    "format": "string"
  },
  "exemptStatus": {
    "label": "Exempt status",
    "format": "string"
  },
  "continuingEducationFlag": {
    "label": "Continuing education flag",
    "format": "string"
  },
  "relatedLicenses": {
    "label": "Related licenses",
    "format": "array"
  },
  "bondsAndInsurancePublished": {
    "label": "Bonds and insurance published",
    "format": "boolean"
  },
  "sourceRowCount": {
    "label": "Source row count",
    "format": "integer"
  },
  "sourceDataset": {
    "label": "Source dataset",
    "format": "string"
  },
  "sourceUpdatedAt": {
    "label": "Source updated at",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Contractor License Scraper - Texas TDLR, Washington, Oregon](https://apify.com/neverempty/contractor-license-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/neverempty/contractor-license-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/neverempty/contractor-license-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
